diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-20 10:41:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-20 10:41:08 -0300 |
commit | f65a5d2d3b9b13e5fb6af3f2dc690e3cbfc527c8 (patch) | |
tree | 90d2100cda7d0eca5831e65ea9c7b5503c6a1f40 /pcr/ginn | |
parent | 46c2033784a8e3b26202a2c6f9f83aa8d8acd849 (diff) | |
download | abslibre-f65a5d2d3b9b13e5fb6af3f2dc690e3cbfc527c8.tar.gz abslibre-f65a5d2d3b9b13e5fb6af3f2dc690e3cbfc527c8.tar.bz2 abslibre-f65a5d2d3b9b13e5fb6af3f2dc690e3cbfc527c8.zip |
ginn: add necessary dependency
Diffstat (limited to 'pcr/ginn')
-rw-r--r-- | pcr/ginn/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/ginn/PKGBUILD b/pcr/ginn/PKGBUILD index bccdf6698..013fc8642 100644 --- a/pcr/ginn/PKGBUILD +++ b/pcr/ginn/PKGBUILD @@ -7,10 +7,10 @@ pkgdesc="A deamon with jinn-like wish-granting capabilities" url="http://launchpad.net/ginn" arch=('i686' 'x86_64') license=('GPL') -depends=('geis' 'bamf2' 'libxtst') +depends=('geis' 'bamf2' 'libxtst' 'libwnck') source=(http://launchpad.net/ginn/0.x/${pkgver}/+download/ginn-${pkgver}.tar.gz) -build() { +package() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr |