[arch-commits] Commit in windowmaker/trunk (PKGBUILD)
Allan McRae
allan at nymeria.archlinux.org
Wed Nov 20 10:46:22 UTC 2013
Date: Wednesday, November 20, 2013 @ 11:46:21
Author: allan
Revision: 199950
upgpkg: windowmaker 0.95.5-2
remove static libraries
Modified:
windowmaker/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-11-20 09:54:28 UTC (rev 199949)
+++ PKGBUILD 2013-11-20 10:46:21 UTC (rev 199950)
@@ -1,11 +1,12 @@
# $Id$
# Maintainer: Daniel Isenmann <daniel at archlinux.org>
# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
pkgname=windowmaker
pkgver=0.95.5
-pkgrel=1
+pkgrel=2
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.windowmaker.org/"
license=('GPL' 'custom')
depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
@@ -21,6 +22,7 @@
patch -Np0 -i ../wm-giflib.patch
autoreconf -fi
}
+
build() {
cd WindowMaker-$pkgver
[ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
More information about the arch-commits
mailing list