mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/screengrab: Updated for version 2.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b15773807
commit
b0f64cd407
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue