Date: Saturday, February 20, 2016 @ 10:35:53 Author: bgyorgy Revision: 162638
upgpkg: menu-cache 1.0.1-2 Build gtk doc Modified: menu-cache/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-20 09:29:20 UTC (rev 162637) +++ PKGBUILD 2016-02-20 09:35:53 UTC (rev 162638) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Angel Velasquez <[email protected]> # Contributor: Juergen Hoetzel <[email protected]> pkgname=menu-cache pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64') license=('GPL2') @@ -12,7 +13,7 @@ url='http://lxde.org/' depends=('libfm-extra') makedepends=('gtk-doc') -source=(http://downloads.sourceforge.net/lxde/$pkgname/$pkgname-$pkgver.tar.xz) +source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz) md5sums=('a856ba860b16fdc8c69ee784bc4ade36') build() { @@ -19,7 +20,7 @@ cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib \ - --disable-static + --enable-gtk-doc make }
