[arch-commits] Commit in menu-cache/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Feb 20 09:35:54 UTC 2016
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 <bpiotrowski at archlinux.org>
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: 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=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
}
More information about the arch-commits
mailing list