summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-17 21:01:18 +0200
committer Robby Workman2012-09-18 06:34:13 +0200
commit58e0c21a06150ba264cdf2eafbb68c9aa8ac3c2c (patch)
treea0b2d84f2afd311df7ea863019161e4959ac4e52 /graphics
parentc71bbcb16bc583f8a45f2cb167739ab070b35f2d (diff)
downloadslackbuilds-58e0c21a06150ba264cdf2eafbb68c9aa8ac3c2c.tar.gz
graphics/fotowall: Updated for version 20120227_eff7aa1.
Fixed underlinking Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fotowall/fotowall.SlackBuild10
-rw-r--r--graphics/fotowall/fotowall.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/graphics/fotowall/fotowall.SlackBuild b/graphics/fotowall/fotowall.SlackBuild
index 387eccea94..5280bdaeab 100644
--- a/graphics/fotowall/fotowall.SlackBuild
+++ b/graphics/fotowall/fotowall.SlackBuild
@@ -8,7 +8,7 @@
SRCNAM=Fotowall
PRGNAM=fotowall
-VERSION=${VERSION:-0.9}
+VERSION=${VERSION:-20120227_eff7aa1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,7 +45,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
+tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find . \
@@ -57,10 +57,12 @@ find . \
# Fix man page location.
sed -i 's|share/man|man|' $PRGNAM.pro
-qmake -unix -o Makefile $PRGNAM.pro
+qmake $PRGNAM.pro
make \
CFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" \
- CXXFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)"
+ CXXFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" \
+ SUBLIBS="-lX11"
+
make install INSTALL_ROOT=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/graphics/fotowall/fotowall.info b/graphics/fotowall/fotowall.info
index 3ba1b7b337..836b4a9a01 100644
--- a/graphics/fotowall/fotowall.info
+++ b/graphics/fotowall/fotowall.info
@@ -1,8 +1,8 @@
PRGNAM="fotowall"
-VERSION="0.9"
+VERSION="20120227_eff7aa1"
HOMEPAGE="http://www.enricoros.com/opensource/fotowall/"
-DOWNLOAD="http://fotowall.googlecode.com/files/Fotowall-0.9.tar.bz2"
-MD5SUM="142ef697332e0777c6d22c5bc96cc438"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/Fotowall-20120227_eff7aa1.tar.xz"
+MD5SUM="677c5beafd95c7513df10f19644e49f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""