diff options
-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" |