summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-06-02 08:26:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-02 08:26:50 +0700
commite89bea7b52e30593197d9d9624ed55179684a920 (patch)
treedb9e74153e42285659c78508e7b8d2c98393a97e
parent61f3a6a84299a1521e767400d172e86f03a3cb34 (diff)
downloadslackbuilds-e89bea7b52e30593197d9d9624ed55179684a920.tar.gz
slackbuilds-e89bea7b52e30593197d9d9624ed55179684a920.tar.xz
network/otter: Updated for version 0.9.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/otter/otter.SlackBuild10
-rw-r--r--network/otter/otter.info6
-rw-r--r--network/otter/otter.pngbin5099 -> 0 bytes
3 files changed, 4 insertions, 12 deletions
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
--- a/network/otter/otter.png
+++ /dev/null
Binary files differ