summaryrefslogtreecommitdiffstats
path: root/misc/portecle/portecle.SlackBuild
diff options
context:
space:
mode:
author Petr Kletecka <petr@kle.cz>2018-11-26 21:00:21 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-01 07:27:46 +0700
commitda780b0baab315499e7c60efa98b8cbb8f9b1a21 (patch)
tree23bbc701c6300a3018517ff38e9472fde90154a6 /misc/portecle/portecle.SlackBuild
parent5c2574a29943646860cbe4eca6e56beee3849662 (diff)
downloadslackbuilds-da780b0baab315499e7c60efa98b8cbb8f9b1a21.tar.gz
slackbuilds-da780b0baab315499e7c60efa98b8cbb8f9b1a21.tar.xz
misc/portecle: Updated for version 1.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/portecle/portecle.SlackBuild')
-rw-r--r--misc/portecle/portecle.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/portecle/portecle.SlackBuild b/misc/portecle/portecle.SlackBuild
index 4d5a291db3..068000a166 100644
--- a/misc/portecle/portecle.SlackBuild
+++ b/misc/portecle/portecle.SlackBuild
@@ -2,10 +2,10 @@
# Slackware build script for portecle
-# Petr Kletecka petr@kle.cz <2017>
+# Petr Kletecka petr@kle.cz <2018>
PRGNAM=portecle
-VERSION=${VERSION:-1.10}
+VERSION=${VERSION:-1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -32,10 +32,10 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/applications
-mv portecle.desktop $PKG/usr/share/applications/
+mv net.sf.portecle.desktop $PKG/usr/share/applications/
mkdir -p $PKG/usr/share/pixmaps
-mv portecle.png $PKG/usr/share/pixmaps/
+mv icons/64x64/portecle.png $PKG/usr/share/pixmaps/
mkdir -p $PKG/usr/bin
cat $CWD/portecle > $PKG/usr/bin/portecle