graphics/screengrab: Updated for version 2.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-12-15 18:31:30 +00:00 committed by Willy Sudiarto Raharjo
parent 8b15773807
commit b0f64cd407
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=screengrab
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="screengrab"
VERSION="2.4.0"
VERSION="2.5.0"
HOMEPAGE="https://github.com/lxqt/screengrab"
DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.4.0/screengrab-2.4.0.tar.xz"
MD5SUM="721e0232eaf264b96c5faa8f42505d6e"
DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.5.0/screengrab-2.5.0.tar.xz"
MD5SUM="110630b5ab5819eda69c5b115493f365"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libqtxdg"