WindowMaker: update to 0.95.7.

This commit is contained in:
Juan RP 2015-08-12 07:58:08 +02:00
parent 36c5310b55
commit fe66649f79

View file

@ -1,9 +1,9 @@
# Template file for 'WindowMaker'
pkgname=WindowMaker
version=0.95.6
revision=4
version=0.95.7
revision=1
build_style=gnu-configure
configure_args="--enable-xinerama --with-nlsdir=/usr/share/locale
configure_args="--enable-xinerama --localedir=/usr/share/locale
--enable-usermenu --enable-modelock --enable-xrandr --disable-static"
hostmakedepends="automake libtool pkg-config"
makedepends="libXinerama-devel libXrandr-devel libXmu-devel libXpm-devel
@ -20,15 +20,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.windowmaker.org/"
distfiles="http://windowmaker.org/pub/source/release/${pkgname}-${version}.tar.gz"
checksum=435b0b4a318a3a00e8267f02cdbd826ad547b1f54259d193ce43e9a77ce06dc4
checksum=842d486c4b212b19d10dbae2c315c6ff20c6e651471eaa45214b3b832d8097a9
pre_configure() {
autoreconf -fi
# make it build with giflib-5.1.0
# see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2
sed -i "/DGifCloseFile/s:gif:&, NULL:g" wrlib/load_gif.c
}
post_configure() {
# Remove hardcoded /usr/{include,lib} paths!
find ${wrksrc} -name Makefile -exec sed 's,-L${libdir},,g;s,-I${includedir},,g' -i {} \;