From e89bea7b52e30593197d9d9624ed55179684a920 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 2 Jun 2014 08:26:50 +0700 Subject: network/otter: Updated for version 0.9.01. Signed-off-by: Willy Sudiarto Raharjo --- network/otter/otter.SlackBuild | 10 +--------- network/otter/otter.info | 6 +++--- network/otter/otter.png | Bin 5099 -> 0 bytes 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 network/otter/otter.png (limited to 'network/otter') diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index f2d2a51c5b..d4af0a900c 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=otter -VERSION=${VERSION:-0.5.01} +VERSION=${VERSION:-0.9.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,14 +83,6 @@ cd .. 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 -sed -i 's/Icon=/Icon=otter/' $TMP/$PRGNAM-$VERSION/$PRGNAM-browser.desktop - -mkdir -p $PKG/usr/share/applications -install -D -m644 $PRGNAM-browser.desktop $PKG/usr/share/applications/$PRGNAM-browser.desktop - -mkdir -p $PKG/usr/share/pixmaps/ -install -D -m644 $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGELOG COPYING HACKING README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/otter/otter.info b/network/otter/otter.info index f8188c69de..63f9c55d49 100644 --- a/network/otter/otter.info +++ b/network/otter/otter.info @@ -1,8 +1,8 @@ PRGNAM="otter" -VERSION="0.5.01" +VERSION="0.9.01" HOMEPAGE="http://otter-browser.org/" -DOWNLOAD="https://github.com/Emdek/otter/archive/v0.5.01.tar.gz" -MD5SUM="6cfad7d71f1ca15170b50ca7d8a82964" +DOWNLOAD="https://github.com/Emdek/otter/archive/v0.9.01.tar.gz" +MD5SUM="081b62825ee2d3d1ed3eec9075c1eaad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" diff --git a/network/otter/otter.png b/network/otter/otter.png deleted file mode 100644 index ee046c79b4..0000000000 Binary files a/network/otter/otter.png and /dev/null differ -- cgit v1.2.3