diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-11-15 09:03:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 663b55eb3f60d265f6c14e43847289a795341b3b (patch) | |
tree | 1ceab43e4c358b8bb79dc9e39bdd5a4722a03fbd /desktop | |
parent | 33e07613e97d8f5378eb64face53b5952c1ab264 (diff) | |
download | slackbuilds-663b55eb3f60d265f6c14e43847289a795341b3b.tar.gz |
desktop/wmakerconf: Fix linking to libX11, changed homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmakerconf/slack-desc | 2 | ||||
-rw-r--r-- | desktop/wmakerconf/wmakerconf.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/wmakerconf/wmakerconf.info | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/desktop/wmakerconf/slack-desc b/desktop/wmakerconf/slack-desc index 36b4e7243f..f0de607f1d 100644 --- a/desktop/wmakerconf/slack-desc +++ b/desktop/wmakerconf/slack-desc @@ -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: diff --git a/desktop/wmakerconf/wmakerconf.SlackBuild b/desktop/wmakerconf/wmakerconf.SlackBuild index b29f7da625..a971aba9b7 100644 --- a/desktop/wmakerconf/wmakerconf.SlackBuild +++ b/desktop/wmakerconf/wmakerconf.SlackBuild @@ -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 \ diff --git a/desktop/wmakerconf/wmakerconf.info b/desktop/wmakerconf/wmakerconf.info index 0b633c8caf..4052e2da2e 100644 --- a/desktop/wmakerconf/wmakerconf.info +++ b/desktop/wmakerconf/wmakerconf.info @@ -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="" |