summaryrefslogtreecommitdiff
path: root/community/lxappearance-obconf/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-04 02:15:19 -0700
committerroot <root@rshg054.dnsready.net>2013-09-04 02:15:19 -0700
commitc270fd5b2cd42b593708a919254fbbb609bbf641 (patch)
tree2cc8a32b6fe3260814e158bb8b18abec1a09e18d /community/lxappearance-obconf/PKGBUILD
parent3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (diff)
Wed Sep 4 02:13:41 PDT 2013
Diffstat (limited to 'community/lxappearance-obconf/PKGBUILD')
-rw-r--r--community/lxappearance-obconf/PKGBUILD20
1 files changed, 15 insertions, 5 deletions
diff --git a/community/lxappearance-obconf/PKGBUILD b/community/lxappearance-obconf/PKGBUILD
index 92b47b7fb..9f771b4bf 100644
--- a/community/lxappearance-obconf/PKGBUILD
+++ b/community/lxappearance-obconf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71868 2012-06-02 14:56:09Z bpiotrowski $
+# $Id: PKGBUILD 96676 2013-09-03 01:00:14Z bgyorgy $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=lxappearance-obconf
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A plugin for LXAppearance to configure Openbox'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -11,12 +11,22 @@ url="http://lxde.org/"
groups=('lxde')
depends=('lxappearance' 'openbox')
makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('8bf23c90febe6a655e0f86c80e44725d')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+ obconf-rrbutton.patch)
+md5sums=('8bf23c90febe6a655e0f86c80e44725d'
+ '73cd418ff8dc68a76538fc829d6260c7')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+
+ # Fix building with openbox-3.5.2
+ patch -Np1 -i ../obconf-rrbutton.patch
+}
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}