graphics/FotoKilof: Updated for version 4.4.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2024-03-31 11:33:52 +07:00 committed by Willy Sudiarto Raharjo
parent 9755b0e41b
commit 285961c850
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 8 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FotoKilof
VERSION=${VERSION:-4.4.6}
VERSION=${VERSION:-4.4.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -93,10 +93,6 @@ python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Since the python install process does not install localization, at the moment
# we make this manually (a patch in some python scripts of source should be required)
cp -a fotokilof/locale $PKG/usr/lib${LIBDIRSUFFIX}/python3.9/site-packages/fotokilof
#Install the application icon and desktop entry
mkdir -p $PKG/usr/share/icons/hicolor/256x256/apps
cp -a $CWD/icon.png $PKG/usr/share/icons/hicolor/256x256/apps/fotokilof.png

View File

@ -1,8 +1,8 @@
PRGNAM="FotoKilof"
VERSION="4.4.6"
VERSION="4.4.8"
HOMEPAGE="https://github.com/TeaM-TL/FotoKilof"
DOWNLOAD="https://github.com/TeaM-TL/FotoKilof/archive/4.4.6/FotoKilof-4.4.6.tar.gz"
MD5SUM="2bc04997680a94a381e707369434b3d3"
DOWNLOAD="https://github.com/TeaM-TL/FotoKilof/archive/4.4.8/FotoKilof-4.4.8.tar.gz"
MD5SUM="87fc8d5f297cad5cf96c3d3b26ee6095"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-wand ttkbootstrap"