[arch-commits] Commit in menu-cache/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Aug 10 19:46:44 UTC 2014


    Date: Sunday, August 10, 2014 @ 21:46:44
  Author: bpiotrowski
Revision: 117112

upgpkg: menu-cache 0.6.0-1

new upstream release

Modified:
  menu-cache/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-10 19:41:09 UTC (rev 117111)
+++ PKGBUILD	2014-08-10 19:46:44 UTC (rev 117112)
@@ -1,24 +1,30 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=menu-cache
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Caching mechanism for freedesktop.org compliant menus'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 depends=('glib2')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
+makedepends=('gtk-doc')
+source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
+md5sums=('696a345e500532a07f61863ed95565af')
 
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib \
-              --disable-static
+    --libexecdir=/usr/lib \
+    --disable-static
   make
 }
 




More information about the arch-commits mailing list