diff options
Diffstat (limited to 'misc/portecle/portecle.SlackBuild')
-rw-r--r-- | misc/portecle/portecle.SlackBuild | 8 |
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 |