summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Woodfall2010-10-09 21:40:55 +0200
committer Robby Workman2010-10-12 07:03:28 +0200
commit9d6f0504c49cab3b92e38f9c9ab5b1831670d703 (patch)
tree6ebe9eebfc3009af6a7802e57ef2112e0767530c /audio
parent1177b4ab256e8a8caf9f780ac065febe1e4239bd (diff)
downloadslackbuilds-9d6f0504c49cab3b92e38f9c9ab5b1831670d703.tar.gz
audio/clementine: Updated for version 0.5
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/clementine/clementine.SlackBuild4
-rw-r--r--audio/clementine/clementine.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index 8d13277a10..6e9e54c7df 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,7 +90,7 @@ for i in 16 32 64 ; do
done
install -m 0644 -D dist/${PRGNAM}.desktop $PKG/usr/share/applications/
-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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index ae90f9a89b..7fdcaad406 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="0.4.2"
+VERSION="0.5"
HOMEPAGE="http://www.kde-apps.org/content/show.php/Clementine?content=120598"
-DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-0.4.2.tar.gz"
-MD5SUM="c6819b0d2a8324f1d686fb5a3b1d287b"
+DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-0.5.tar.gz"
+MD5SUM="d39f24f1036695f37b215eef3429c539"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
-APPROVED="Erik Hanson"
+APPROVED="pprkut"