Browse Source
academic/plus42: Updated for version 1.3.10d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/338/head
Antonio Leal
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
6 additions and
6 deletions
-
academic/plus42/plus42.SlackBuild
-
academic/plus42/plus42.desktop
-
academic/plus42/plus42.info
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=plus42 |
|
|
|
VERSION=${VERSION:-1.3.10c} |
|
|
|
VERSION=${VERSION:-1.3.10d} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -81,7 +81,7 @@ cd .. |
|
|
|
mkdir -p $PKG/usr/bin $PKG/usr/share/applications $PKG/usr/share/pixmaps |
|
|
|
|
|
|
|
cp gtk/plus42dec $PKG/usr/bin |
|
|
|
cp gtk/icon-128x128.xpm $PKG/usr/share/pixmaps/plus42icon-128x128.xpm |
|
|
|
cp gtk/icon-128x128.png $PKG/usr/share/pixmaps/plus42icon-128x128.png |
|
|
|
cp $CWD/plus42.desktop $PKG/usr/share/applications |
|
|
|
(cd $PKG/usr/bin; ln -s plus42dec plus42) |
|
|
|
|
|
|
|
|
|
|
|
@ -5,4 +5,4 @@ Name=Plus42 |
|
|
|
Exec=/usr/bin/plus42dec |
|
|
|
Type=Application |
|
|
|
Categories=Utility;Calculator; |
|
|
|
Icon=/usr/share/pixmaps/plus42icon-128x128.xpm |
|
|
|
Icon=/usr/share/pixmaps/plus42icon-128x128.png |
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="plus42" |
|
|
|
VERSION="1.3.10c" |
|
|
|
VERSION="1.3.10d" |
|
|
|
HOMEPAGE="https://www.thomasokken.com/plus42" |
|
|
|
DOWNLOAD="https://codeberg.org/thomasokken/plus42desktop/archive/v1.3.10c.tar.gz" |
|
|
|
MD5SUM="4536dfdb218d2130ea8ba0ec86e85e07" |
|
|
|
DOWNLOAD="https://codeberg.org/thomasokken/plus42desktop/archive/v1.3.10d.tar.gz" |
|
|
|
MD5SUM="41480fbd69c985e9555aa07a60422244" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|