summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 22:35:03 -0600
committerBrian Bidulock2015-06-10 22:35:26 -0600
commitd7d14d9e1696b7dc989c6394fb98ec0eb4ebb2a4 (patch)
treefa1b4b055f2321cb1c1639aee5fee437a84eba1c
parent8ea8157b1bb83bf7f8b629dbf543d3b6239f4665 (diff)
downloadaur-d7d14d9e1696b7dc989c6394fb98ec0eb4ebb2a4.tar.gz
version 0.95.6.r304.gb295a20-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4f3cc066339..352d344717ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = windowmaker-git
pkgdesc = An X11 window manager with a NEXTSTEP look and feel
- pkgver = 0.95.6.r0.g3bd9e83
- pkgrel = 2
+ pkgver = 0.95.6.r304.gb295a20
+ pkgrel = 1
url = http://www.windowmaker.org/
arch = i686
arch = x86_64
@@ -15,17 +15,14 @@ pkgbase = windowmaker-git
depends = libbsd
depends = libxpm
depends = libxft
- depends = libtiff
- depends = giflib
+ depends = libwebp
depends = libexif
provides = windowmaker
conflicts = windowmaker
source = windowmaker-git::git://repo.or.cz/wmaker-crm.git
source = wmaker.desktop
- source = giflib-5.1.0.patch
md5sums = SKIP
md5sums = 2fba97bebfd691836b92b8f0db79ff13
- md5sums = 59ec642cd64a1b5222ba672a19afe489
pkgname = windowmaker-git
diff --git a/PKGBUILD b/PKGBUILD
index 79fc5377c811..f8a37a3e8e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=windowmaker-git
-pkgver=0.95.6.r0.g3bd9e83
-pkgrel=2
+pkgver=0.95.6.r304.gb295a20
+pkgrel=1
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
arch=('i686' 'x86_64')
url="http://www.windowmaker.org/"
@@ -13,13 +13,11 @@ license=('GPL' 'custom')
provides=('windowmaker')
conflicts=('windowmaker')
makedepends=('git')
-depends=('imagemagick' 'libxinerama' 'libxrandr' 'libxmu' 'libbsd' 'libxpm' 'libxft' 'libtiff' 'giflib' 'libexif')
+depends=('imagemagick' 'libxinerama' 'libxrandr' 'libxmu' 'libbsd' 'libxpm' 'libxft' 'libwebp' 'libexif')
source=("$pkgname::git://repo.or.cz/wmaker-crm.git"
- wmaker.desktop
- giflib-5.1.0.patch)
+ wmaker.desktop)
md5sums=('SKIP'
- '2fba97bebfd691836b92b8f0db79ff13'
- '59ec642cd64a1b5222ba672a19afe489')
+ '2fba97bebfd691836b92b8f0db79ff13')
pkgver() {
cd $pkgname
@@ -28,7 +26,6 @@ pkgver() {
prepare() {
cd $pkgname
- patch -Np2 -b -z .orig -i ../giflib-5.1.0.patch
autoreconf -fi
@@ -46,8 +43,8 @@ build() {
cd $pkgname
[ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'|tr '\n' ' '`"
./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
- --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
- --enable-usermenu --enable-modelock --enable-xrandr
+ --localedir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+ --enable-usermenu --enable-modelock
make V=0
}