desktop/wmakerconf: Fix linking to libX11, changed homepage.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-11-15 09:03:20 +01:00 committed by Willy Sudiarto Raharjo
parent 33e07613e9
commit 663b55eb3f
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,7 @@ wmakerconf:
wmakerconf: WMakerConf (short for Window Maker Configurator) is a configuration
wmakerconf: utility for the Window Maker window manager.
wmakerconf:
wmakerconf:
wmakerconf: homepage: http://wmakerconf.sourceforge.net
wmakerconf:
wmakerconf:
wmakerconf:

View file

@ -7,7 +7,7 @@
PRGNAM=wmakerconf
VERSION=${VERSION:-2.12}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -57,6 +57,9 @@ find -L . \
# http://sourceforge.net/tracker/?func=detail&aid=3522083&group_id=196469&atid=957581
patch -p1 < $CWD/wmakerconf-2.12-wmaker-0.95_support.patch
# Fix linking to X11 libs
sed -e "/^LIBS =/s/$/ -lX11/" -i src/Makefile.in
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,6 +1,6 @@
PRGNAM="wmakerconf"
VERSION="2.12"
HOMEPAGE="http://starplot.org/wmakerconf/"
HOMEPAGE="http://wmakerconf.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/wmakerconf/wmakerconf_2.12.tar.gz"
MD5SUM="252114b5ee5fc5bec99477497ee045cc"
DOWNLOAD_x86_64=""