diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
commit | 8b3a0b83eb5ad9bcff19b466bcd72c18fdf466ce (patch) | |
tree | 3ff1e4ff16a28abfcec73d664b339c7ce57f5891 /community/xnee | |
parent | 994ca8b3d7a14ef97d75b40b7554a9892bd0283f (diff) |
Wed Feb 5 03:36:49 UTC 2014
Diffstat (limited to 'community/xnee')
-rw-r--r-- | community/xnee/PKGBUILD | 16 | ||||
-rw-r--r-- | community/xnee/xnee.changelog | 3 |
2 files changed, 12 insertions, 7 deletions
diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index d909d6662..33808659a 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 100021 2013-10-31 03:03:11Z allan $ +# $Id: PKGBUILD 105302 2014-02-04 19:29:39Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=xnee -pkgver=3.16 +pkgver=3.17 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" arch=('i686' 'x86_64') @@ -15,19 +15,21 @@ optdepends=('xosd: feedback support') options=('!emptydirs') source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz gnee.desktop) -sha256sums=('07393d84d7abfab607b5ba078a0c32411815b7c883317356f6b92f7bbf3176fe' +sha256sums=('c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638' 'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1') build() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr --enable-gui --enable-lib --disable-static --disable-static-programs make } package() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR=${pkgdir} install - install -Dm644 ${srcdir}/gnee.desktop ${pkgdir}/usr/share/applications/gnee.desktop + make DESTDIR="${pkgdir}" install + +#.desktop file + install -Dm644 "${srcdir}"/gnee.desktop "${pkgdir}"/usr/share/applications/gnee.desktop } diff --git a/community/xnee/xnee.changelog b/community/xnee/xnee.changelog index d72b4493b..aa157b6be 100644 --- a/community/xnee/xnee.changelog +++ b/community/xnee/xnee.changelog @@ -1,3 +1,6 @@ +2014-02-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * xnee 3.17-1 + 2013-07-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * xnee 3.16-1 |