diff options
Diffstat (limited to 'network/qTox/qTox.SlackBuild')
-rw-r--r-- | network/qTox/qTox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild index d54972d883..288adaf4c9 100644 --- a/network/qTox/qTox.SlackBuild +++ b/network/qTox/qTox.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qTox -# Copyright 2015 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qTox -VERSION=${VERSION:-20160102} +VERSION=${VERSION:-20160619_fd2e585} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,7 @@ make install -D -m0755 -oroot -groot -s qtox $PKG/usr/bin/qtox install -D -m0644 -oroot -groot $PRGNAM.desktop \ $PKG/usr/share/applications/$PRGNAM.desktop -install -D -m0644 -oroot -groot img/icons/qtox-64x64.png \ +install -D -m0644 -oroot -groot img/icons/64x64/qtox.png \ $PKG/usr/share/icons/hicolor/64x64/apps/qtox.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |