Date: Tuesday, October 7, 2014 @ 14:18:21 Author: bgyorgy Revision: 120353
upgpkg: menu-cache 0.7.0-1 Update to version 0.7.0 Modified: menu-cache/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-07 12:16:24 UTC (rev 120352) +++ PKGBUILD 2014-10-07 12:18:21 UTC (rev 120353) @@ -4,22 +4,17 @@ # Contributor: Juergen Hoetzel <[email protected]> pkgname=menu-cache -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64') license=('GPL2') url='http://lxde.org/' -depends=('glib2') +depends=('libfm-extra') makedepends=('gtk-doc') -source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz) -md5sums=('696a345e500532a07f61863ed95565af') +source=(http://downloads.sourceforge.net/lxde/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('515a69ab45bc9963e053756ab7e5b529') -prepare() { - cd $pkgname-$pkgver - NOCONFIGURE=1 ./autogen.sh -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \
