summaryrefslogtreecommitdiff
path: root/community/xnee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xnee/PKGBUILD')
-rw-r--r--community/xnee/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD
index 0735311bb..a56b991be 100644
--- a/community/xnee/PKGBUILD
+++ b/community/xnee/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 82003 2013-01-05 15:43:50Z jlichtblau $
+# $Id: PKGBUILD 88303 2013-04-16 10:25:07Z bgyorgy $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
pkgname=xnee
pkgver=3.15
-pkgrel=1
+pkgrel=2
pkgdesc="A program to record, distribute, and replay X (X11) protocol data"
arch=('i686' 'x86_64')
url="http://www.sandklef.com/xnee/"
license=('GPL3')
-depends=('gtk2' 'libgnomeui' 'libxtst')
+depends=('gtk2' 'libxtst')
makedepends=('texinfo')
+optdepends=('xosd: feedback support')
options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+ gnee.desktop)
+sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd'
+ 'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-gnome-applet
+ ./configure --prefix=/usr --enable-gui --enable-lib --disable-static --disable-static-programs
make
}
@@ -26,4 +29,5 @@ package() {
cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
+ install -Dm644 ${srcdir}/gnee.desktop ${pkgdir}/usr/share/applications/gnee.desktop
}