summaryrefslogtreecommitdiffstats
path: root/multimedia/gpodder
diff options
context:
space:
mode:
author Chris Farrell <haikuhacker@gmail.com>2013-06-08 07:18:05 -0300
committer dsomero <xgizzmo@slackbuilds.org>2013-06-09 12:58:17 -0400
commite468155251400f8792e25c5285dbb5414d606e7c (patch)
tree15d7f66acb74b6c5c8a640a40ea27abfdcafcee5 /multimedia/gpodder
parenta218712e1b9c9581816f44848943e478e57b09aa (diff)
downloadslackbuilds-e468155251400f8792e25c5285dbb5414d606e7c.tar.gz
slackbuilds-e468155251400f8792e25c5285dbb5414d606e7c.tar.xz
multimedia/gpodder: Updated for version 3.5.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'multimedia/gpodder')
-rw-r--r--multimedia/gpodder/README12
-rw-r--r--multimedia/gpodder/gpodder.SlackBuild6
-rw-r--r--multimedia/gpodder/gpodder.info6
3 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/gpodder/README b/multimedia/gpodder/README
index 4b8531a5b3..af37efb180 100644
--- a/multimedia/gpodder/README
+++ b/multimedia/gpodder/README
@@ -1,6 +1,6 @@
-gPodder is a podcast receiver/catcher written in Python utilizing PyGTK for
-its user interface. gPodder allows the user to subscribe to RSS feeds for
-podcasts, videocasts, and other similar content and download media files
-found in those feeds. gPodder has system-tray notifications, remote access
-to the gpodder.net web services and optional support for Bluetooth and iPod
-synchronization.
+gPodder is a podcast receiver/catcher written in Python utilizing PyGTK
+for its user interface. gPodder allows the user to subscribe to RSS
+feeds for podcasts, videocasts, and other similar content and download
+media files found in those feeds. gPodder has system-tray notifications,
+remote access to the gpodder.net web services and optional support for
+Bluetooth and iPod synchronization.
diff --git a/multimedia/gpodder/gpodder.SlackBuild b/multimedia/gpodder/gpodder.SlackBuild
index e06c7b3cea..7bdffb0c35 100644
--- a/multimedia/gpodder/gpodder.SlackBuild
+++ b/multimedia/gpodder/gpodder.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpodder
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION || exit 1
+cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -71,7 +71,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-make install DESTDIR=$PKG || exit 1
+make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/multimedia/gpodder/gpodder.info b/multimedia/gpodder/gpodder.info
index 94c8254a43..d521074ae0 100644
--- a/multimedia/gpodder/gpodder.info
+++ b/multimedia/gpodder/gpodder.info
@@ -1,8 +1,8 @@
PRGNAM="gpodder"
-VERSION="3.5.0"
+VERSION="3.5.1"
HOMEPAGE="http://gpodder.org/"
-DOWNLOAD="http://gpodder.org/src/gpodder-3.5.0.tar.gz"
-MD5SUM="85237ee3978eedf7abcee37d68c55633"
+DOWNLOAD="http://gpodder.org/src/gpodder-3.5.1.tar.gz"
+MD5SUM="60bcc814adc654c00ab197abfe920d80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="feedparser mygpoclient"