diff options
-rw-r--r-- | desktop/nwg-clipman/doinst.sh | 6 | ||||
-rw-r--r-- | desktop/nwg-clipman/nwg-clipman.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/nwg-clipman/nwg-clipman.info | 6 |
3 files changed, 4 insertions, 10 deletions
diff --git a/desktop/nwg-clipman/doinst.sh b/desktop/nwg-clipman/doinst.sh index 3e5691a052..5fb28930db 100644 --- a/desktop/nwg-clipman/doinst.sh +++ b/desktop/nwg-clipman/doinst.sh @@ -1,9 +1,3 @@ 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 usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi diff --git a/desktop/nwg-clipman/nwg-clipman.SlackBuild b/desktop/nwg-clipman/nwg-clipman.SlackBuild index 0d6ab235c2..e0aa6b780d 100644 --- a/desktop/nwg-clipman/nwg-clipman.SlackBuild +++ b/desktop/nwg-clipman/nwg-clipman.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-clipman -VERSION=${VERSION:-0.2.4} +VERSION=${VERSION:-0.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-clipman/nwg-clipman.info b/desktop/nwg-clipman/nwg-clipman.info index 707b4b873c..b6fe2f9210 100644 --- a/desktop/nwg-clipman/nwg-clipman.info +++ b/desktop/nwg-clipman/nwg-clipman.info @@ -1,8 +1,8 @@ PRGNAM="nwg-clipman" -VERSION="0.2.4" +VERSION="0.2.5" HOMEPAGE="https://nwg-piotr.github.io/nwg-clipman/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.4/nwg-clipman-0.2.4.tar.gz" -MD5SUM="aaef74b16c2cba41d2e0b763a2606c01" +DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.5/nwg-clipman-0.2.5.tar.gz" +MD5SUM="5eab5a8f5ff52d8d2d3d37120b79cecf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cliphist gtk-layer-shell python3-build python3-wheel" |