summaryrefslogtreecommitdiff
path: root/community/lxappearance-obconf/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-09-05 13:12:44 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-09-05 13:12:44 +0200
commit3a2e5385d03fe27457f07f0141fbc3eefade528b (patch)
treed14a18fabc35d65a6fd4301cb90a1c0c9798c951 /community/lxappearance-obconf/PKGBUILD
parent323e3d49f9e419c544cf34db4546932361f9cb91 (diff)
parentf7a2cf07dfae6a6707525e05f4f7f1998b382c4d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeak/PKGBUILD core/openldap/PKGBUILD libre/audacious-plugins-libre/PKGBUILD
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 c3e345a74..c202ac5f8 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' 'mips64el')
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
}