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

Balló György bgyorgy at nymeria.archlinux.org
Mon May 12 18:55:29 UTC 2014


    Date: Monday, May 12, 2014 @ 20:55:29
  Author: bgyorgy
Revision: 111061

upgpkg: menu-cache 0.5.1-2

Fix libexec location, remove from lxde group

Modified:
  menu-cache/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-12 18:14:23 UTC (rev 111060)
+++ PKGBUILD	2014-05-12 18:55:29 UTC (rev 111061)
@@ -5,12 +5,11 @@
 
 pkgname=menu-cache
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Caching mechanism for freedesktop.org compliant menus'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
-groups=('lxde')
 depends=('glib2')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
 sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
@@ -18,7 +17,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/menu-cache \
+              --libexecdir=/usr/lib \
               --disable-static
   make
 }




More information about the arch-commits mailing list