Date: Tuesday, February 4, 2014 @ 20:29:29 Author: jlichtblau Revision: 105301
upgpkg: xnee 3.17-1 Modified: xnee/trunk/PKGBUILD xnee/trunk/xnee.changelog ----------------+ PKGBUILD | 14 ++++++++------ xnee.changelog | 3 +++ 2 files changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-04 18:32:01 UTC (rev 105300) +++ PKGBUILD 2014-02-04 19:29:29 UTC (rev 105301) @@ -3,7 +3,7 @@ # Contributor: Jaroslaw Swierczynski <[email protected]> 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,11 +15,11 @@ 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 @@ -26,8 +26,10 @@ } 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 } Modified: xnee.changelog =================================================================== --- xnee.changelog 2014-02-04 18:32:01 UTC (rev 105300) +++ xnee.changelog 2014-02-04 19:29:29 UTC (rev 105301) @@ -1,3 +1,6 @@ +2014-02-04 Jaroslav Lichtblau <[email protected]> + * xnee 3.17-1 + 2013-07-14 Jaroslav Lichtblau <[email protected]> * xnee 3.16-1
