summaryrefslogtreecommitdiffstats
path: root/system/tracker/tracker.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-31 10:48:30 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit304cc19021bc1e2fa58b89e2185b8c7b14a8802f (patch)
tree44763196251eeeeedde006bf27e920be1af8a5ef /system/tracker/tracker.SlackBuild
parent2ae11686ba23c37e51c79a9c416405523f51e7ca (diff)
downloadslackbuilds-304cc19021bc1e2fa58b89e2185b8c7b14a8802f.tar.gz
slackbuilds-304cc19021bc1e2fa58b89e2185b8c7b14a8802f.tar.xz
system/tracker: Updated for version 1.7.1.
Fixes build failure with giflib-5.1. Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/tracker/tracker.SlackBuild')
-rw-r--r--system/tracker/tracker.SlackBuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/system/tracker/tracker.SlackBuild b/system/tracker/tracker.SlackBuild
index 6d26a13bf2..48ad76993e 100644
--- a/system/tracker/tracker.SlackBuild
+++ b/system/tracker/tracker.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tracker
-VERSION=${VERSION:-0.15.2}
+VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -78,6 +78,9 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-static \
+ --disable-miner-firefox \
+ --disable-miner-thunderbird \
--build=$ARCH-slackware-linux
make