diff options
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 |
commit | da780b0baab315499e7c60efa98b8cbb8f9b1a21 (patch) | |
tree | 23bbc701c6300a3018517ff38e9472fde90154a6 /misc/portecle | |
parent | 5c2574a29943646860cbe4eca6e56beee3849662 (diff) | |
download | slackbuilds-da780b0baab315499e7c60efa98b8cbb8f9b1a21.tar.gz |
misc/portecle: Updated for version 1.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/portecle')
-rw-r--r-- | misc/portecle/portecle.SlackBuild | 8 | ||||
-rw-r--r-- | misc/portecle/portecle.info | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/misc/portecle/portecle.info b/misc/portecle/portecle.info index 5198584c4e..af46a87d09 100644 --- a/misc/portecle/portecle.info +++ b/misc/portecle/portecle.info @@ -1,8 +1,8 @@ PRGNAM="portecle" -VERSION="1.10" +VERSION="1.11" HOMEPAGE="http://portecle.sourceforge.net" -DOWNLOAD="https://downloads.sourceforge.net/portecle/portecle-1.10.zip" -MD5SUM="bf5f4fdbdf8f5263e479270228929184" +DOWNLOAD="https://downloads.sourceforge.net/portecle/portecle-1.11.zip" +MD5SUM="8bf79cf57140640947be248260385e50" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |