misc/portecle: Updated for version 1.11.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Petr Kletecka 2018-11-26 21:00:21 +00:00 committed by Willy Sudiarto Raharjo
parent 5c2574a299
commit da780b0baa
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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"