diff options
-rw-r--r-- | network/frostwire/doinst.sh | 4 | ||||
-rw-r--r-- | network/frostwire/frostwire.SlackBuild | 13 | ||||
-rw-r--r-- | network/frostwire/frostwire.desktop | 7 | ||||
-rw-r--r-- | network/frostwire/frostwire.info | 6 |
4 files changed, 15 insertions, 15 deletions
diff --git a/network/frostwire/doinst.sh b/network/frostwire/doinst.sh index 34be13eb65..2e82bb7622 100644 --- a/network/frostwire/doinst.sh +++ b/network/frostwire/doinst.sh @@ -1,3 +1,3 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 fi diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index db25e865f1..ae1f4f58bf 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for frostwire # Based on SlackBuild for LimeWire by Robby Workman -# Copyright 2006-2007 Robby Workman Northport, Alabama (USA) +# Copyright 2006-2008 Robby Workman Northport, Alabama (USA) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Modified by Phil Warner for frostwire <pc_warner@yahoo.com> PRGNAM=frostwire -VERSION=4.13.4 +VERSION=4.17.0 ARCH=noarch # Leave this alone for frostwire BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,12 +57,12 @@ ln -s $PRGNAM-$VERSION $PRGNAM # Install desktop file and icon install -D -m 0644 $CWD/$PRGNAM.desktop \ $PKG/usr/share/applications/$PRGNAM.desktop -install -D -m 0644 $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png +install -D -m 0644 $CWD/$PRGNAM.png \ + $PKG/usr/share/pixmaps/$PRGNAM.png # Remove obsolete desktop file from program directory -if [ -e $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop ] -then - rm $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop +if [ -e $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop ]; then + rm -f $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop fi # Let's not move the docs, but we will add the build script to them @@ -81,4 +81,5 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG chown -R root:root . chmod -R a-s,u+rw,go+r-w . +find . -type d -name '.svn' | xargs rm -rf /sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/frostwire/frostwire.desktop b/network/frostwire/frostwire.desktop index 2b00607701..02c357f95b 100644 --- a/network/frostwire/frostwire.desktop +++ b/network/frostwire/frostwire.desktop @@ -1,10 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 -Name=frostwire +Name=Frostwire Comment=P2P Gnutella/Bittorrent client Exec=/usr/bin/frostwire -Icon=/usr/share/pixmaps/frostwire.png +Icon=frostwire Terminal=false -Categories=Application;Network; +Categories=Network; Type=Application StartupNotify=true diff --git a/network/frostwire/frostwire.info b/network/frostwire/frostwire.info index 9610f5b5e6..e2e3adfd32 100644 --- a/network/frostwire/frostwire.info +++ b/network/frostwire/frostwire.info @@ -1,8 +1,8 @@ PRGNAM="frostwire" -VERSION="4.13.4" +VERSION="4.17.0" HOMEPAGE="http://www.frostwire.com/" -DOWNLOAD="http://www.frostwire.com/download/?os=tarball" -MD5SUM="e8bfaa395bcd8ab188166cc142c4dd83" +DOWNLOAD="http://iacchus.frostwire.com/frostwire/4.17.0/frostwire-4.17.0.noarch.tar.gz" +MD5SUM="156d3e658178a783f60ae95968dab8a7" MAINTAINER="Phil Warner" EMAIL="pc_warner@yahoo.com" APPROVED="rworkman" |