system/tracker: Updated for version 1.7.1.

Fixes build failure with giflib-5.1.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-12-31 10:48:30 +00:00 committed by Willy Sudiarto Raharjo
parent 2ae11686ba
commit 304cc19021
2 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="tracker"
VERSION="0.15.2"
VERSION="1.7.1"
HOMEPAGE="http://projects.gnome.org/tracker/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.15/tracker-0.15.2.tar.xz"
MD5SUM="dc28cac7eb36b5755cf7b4209b363956"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/tracker/1.7/tracker-1.7.1.tar.xz"
MD5SUM="0733d0869ac55da43211e0047f5633e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""