From 06eb41d0b8718ebc4998cc86c604fb08b2b4aab1 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Mon, 21 Aug 2017 07:04:07 +0100 Subject: system/wine-staging: Updated for version 2.14. Signed-off-by: David Spencer --- system/wine-staging/doinst.sh | 6 ++++++ system/wine-staging/wine-staging.SlackBuild | 2 +- system/wine-staging/wine-staging.info | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'system/wine-staging') diff --git a/system/wine-staging/doinst.sh b/system/wine-staging/doinst.sh index 140e332222..726ffe403b 100644 --- a/system/wine-staging/doinst.sh +++ b/system/wine-staging/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications 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 diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index d9228c5b22..2c4a2c4ee1 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -30,7 +30,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wine-staging -VERSION=${VERSION:-2.13} +VERSION=${VERSION:-2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 42a14f7c36..c556320906 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,8 +1,8 @@ PRGNAM="wine-staging" -VERSION="2.13" +VERSION="2.14" HOMEPAGE="http://www.wine-staging.com/" -DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.13/wine-patched-staging-2.13.tar.gz" -MD5SUM="d691e113409085cda8aa8f206c2dc1f9" +DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.14/wine-patched-staging-2.14.tar.gz" +MD5SUM="a7f94b49ee585d290dc0f8f0a4f89e20" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3