From 421671d606ca24b07b4c97edb1dd861f04b3f610 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 1 Sep 2015 15:14:29 +0200 Subject: audio/rhythmbox: Updated for version 3.2.1. Signed-off-by: Matteo Bernardini Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- audio/rhythmbox/rhythmbox.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'audio/rhythmbox/rhythmbox.SlackBuild') 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 {} \; -- cgit v1.2.3