From 222fe84a527343e25f7115e0ac6e93bd42a9a7b5 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Sun, 27 Sep 2015 21:50:35 +0700 Subject: audio/pogo: Updated for version 0.8.6. Signed-off-by: Willy Sudiarto Raharjo --- audio/pogo/README | 2 +- audio/pogo/pogo.SlackBuild | 8 ++++---- audio/pogo/pogo.info | 8 ++++---- audio/pogo/slack-desc | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'audio/pogo') diff --git a/audio/pogo/README b/audio/pogo/README index 595f02d2ca..3e24cecc6d 100644 --- a/audio/pogo/README +++ b/audio/pogo/README @@ -1,4 +1,4 @@ -Probably the simplest and fastest audio player for Linux. +pogo (A simple and fast audio player for Linux) Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear interface uses the screen real-estate very efficiently. diff --git a/audio/pogo/pogo.SlackBuild b/audio/pogo/pogo.SlackBuild index c1d9214df1..6aa0bcbf08 100644 --- a/audio/pogo/pogo.SlackBuild +++ b/audio/pogo/pogo.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pogo -VERSION=${VERSION:-0.8.4} -BUILD=${BUILD:-3} +VERSION=${VERSION:-0.8.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/v$VERSION.tar.gz || $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -DOCS="COPYING NEWS README" +DOCS="LICENSE.txt NEWS.md README.md TODO.txt" find $PKG -name perllocal.pod \ -o -name ".packlist" \ diff --git a/audio/pogo/pogo.info b/audio/pogo/pogo.info index 792dec22f1..61ec46ff0e 100644 --- a/audio/pogo/pogo.info +++ b/audio/pogo/pogo.info @@ -1,8 +1,8 @@ PRGNAM="pogo" -VERSION="0.8.4" -HOMEPAGE="https://launchpad.net/pogo" -DOWNLOAD="https://launchpadlibrarian.net/206516837/pogo-0.8.4.tar.gz" -MD5SUM="a86ed265f16f7793859d6d9b6fe09d58" +VERSION="0.8.6" +HOMEPAGE="https://github.com/jendrikseipp/pogo" +DOWNLOAD="https://github.com/jendrikseipp/pogo/archive/v0.8.6.tar.gz" +MD5SUM="92ab2db4acec1e68e1e72235f05cae50" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gst-plugins-ugly gst-python mutagen" diff --git a/audio/pogo/slack-desc b/audio/pogo/slack-desc index 3d36ebda92..edb29de54c 100644 --- a/audio/pogo/slack-desc +++ b/audio/pogo/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pogo: pogo (Probably the simplest and fastest audio player for Linux) +pogo: pogo (A simple and fast audio player for Linux) pogo: pogo: Pogo plays your music. Nothing else. It is both fast and easy-to-use. pogo: The clear interface uses the screen real-estate very efficiently. @@ -15,5 +15,5 @@ pogo: Other features include: Fast search on the harddrive and in the pogo: playlist, smart album grouping, cover display, desktop pogo: notifications and no music library. pogo: -pogo: Homepage: https://launchpad.net/pogo +pogo: Home page: https://github.com/jendrikseipp/pogo pogo: -- cgit v1.2.3