From c270fd5b2cd42b593708a919254fbbb609bbf641 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Sep 2013 02:15:19 -0700 Subject: Wed Sep 4 02:13:41 PDT 2013 --- community/lxappearance-obconf/PKGBUILD | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'community/lxappearance-obconf/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf