summaryrefslogtreecommitdiff
path: root/community/lxappearance/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxappearance/PKGBUILD')
-rw-r--r--community/lxappearance/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
index 8febf7adf..731b016b9 100644
--- a/community/lxappearance/PKGBUILD
+++ b/community/lxappearance/PKGBUILD
@@ -1,24 +1,25 @@
-#$Id: PKGBUILD 99433 2013-10-28 19:01:06Z bpiotrowski $
+#$Id: PKGBUILD 101232 2013-11-20 09:52:30Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
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')
build() {
cd $pkgname-$pkgver
- ./configure --sysconfdir=/etc --prefix=/usr
+ ./configure --sysconfdir=/etc --prefix=/usr \
+ --enable-dbus
make
}