summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/rhythmbox.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2015-09-01 15:14:29 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit421671d606ca24b07b4c97edb1dd861f04b3f610 (patch)
treef0c889815bec2c79f353b68fff875120ae48a30e /audio/rhythmbox/rhythmbox.SlackBuild
parent746a0e3d9ba070ffcf7cd1bd543b57ef13107deb (diff)
downloadslackbuilds-421671d606ca24b07b4c97edb1dd861f04b3f610.tar.gz
audio/rhythmbox: Updated for version 3.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/rhythmbox/rhythmbox.SlackBuild')
-rw-r--r--audio/rhythmbox/rhythmbox.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/rhythmbox/rhythmbox.SlackBuild b/audio/rhythmbox/rhythmbox.SlackBuild
index 5adf426cfd..d5edbf5d43 100644
--- a/audio/rhythmbox/rhythmbox.SlackBuild
+++ b/audio/rhythmbox/rhythmbox.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for rhythmbox
# Written by crocket (crockabiscuit@yahoo.com)
+# Modified by SlackBuilds.org
PRGNAM=rhythmbox
-VERSION=${VERSION:-2.97}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,10 +54,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# configure looks for a pkg-config entry for tdb...
-patch -p1 < $CWD/we_have_tdb_in_samba.patch
-
-LDFLAGS="-ltdb" \
+#LDFLAGS="-ltdb" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -83,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;