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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Nov 20 09:52:15 UTC 2013


    Date: Wednesday, November 20, 2013 @ 10:52:15
  Author: bpiotrowski
Revision: 101231

upgpkg: lxappearance 0.5.3-2

- enable dbus

Modified:
  lxappearance/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-20 09:36:13 UTC (rev 101230)
+++ PKGBUILD	2013-11-20 09:52:15 UTC (rev 101231)
@@ -5,13 +5,13 @@
 
 pkgname=lxappearance
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('gtk2')
+depends=('gtk2' 'dbus-glib')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
 md5sums=('9dfdc9bd45519d51b9df2ad6650c36f5')
@@ -18,7 +18,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr 
+  ./configure --sysconfdir=/etc --prefix=/usr \
+    --enable-dbus
   make 
 }
 




More information about the arch-commits mailing list