summaryrefslogtreecommitdiff
path: root/libre/blackbox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/blackbox/PKGBUILD')
-rw-r--r--libre/blackbox/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/libre/blackbox/PKGBUILD b/libre/blackbox/PKGBUILD
index cca418a9f..8b0d173ab 100644
--- a/libre/blackbox/PKGBUILD
+++ b/libre/blackbox/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100133 2013-11-01 20:20:45Z spupykin $
+# $Id: PKGBUILD 118798 2014-09-11 05:19:42Z bpiotrowski $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): durbatuluk <dvdscripter@gmail.org>
# Contributor (Arch): Steve Ponsford <sp4d@lavabit.com>
@@ -6,7 +6,7 @@
pkgname=blackbox
pkgver=0.70.1
-pkgrel=11.parabola1
+pkgrel=12.parabola1
pkgdesc="A window manager for X11, without nonfree programs on the menu"
url="http://${pkgname}wm.sourceforge.net/"
arch=('i686' 'x86_64' 'mips64el')
@@ -19,6 +19,7 @@ source=(http://downloads.sourceforge.net/${pkgname}wm/$pkgname-$pkgver.tar.gz
bbdock.patch
bsetbg-feh.patch
textpropertytostring-unconditional.patch
+ blackbox-0.70.1-asneeded.patch
menu)
md5sums=('2d173b95ca5e64ef478c6a5d2deee9df'
'bc7a1335d77cdeb6f85cba4d01e68e63'
@@ -27,14 +28,20 @@ md5sums=('2d173b95ca5e64ef478c6a5d2deee9df'
'3b92ad246f07126dd55ae9634d6e875e'
'f4fefa5f25c65c5d9a601e9c14646757')
-build() {
+prepare() {
cd $srcdir/$pkgname-$pkgver
patch -Np1 -i ../gcc4.3.patch
patch -Np0 -i ../bbdock.patch
patch -Np0 -i ../bsetbg-feh.patch
patch -Np1 -i ../textpropertytostring-unconditional.patch
+ patch -Np0 -i ../blackbox-0.70.1-asneeded.patch
+
+ autoreconf -fi
+}
+build() {
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
make
}