diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-08-21 07:04:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:39 +0700 |
commit | 06eb41d0b8718ebc4998cc86c604fb08b2b4aab1 (patch) | |
tree | c1c2939b32b76f540b2c478531504224d81418cf /system/wine-staging | |
parent | 175950053948dbab2e8bad9406acacb8c3452703 (diff) | |
download | slackbuilds-06eb41d0b8718ebc4998cc86c604fb08b2b4aab1.tar.gz |
system/wine-staging: Updated for version 2.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging')
-rw-r--r-- | system/wine-staging/doinst.sh | 6 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 2 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 6 |
3 files changed, 10 insertions, 4 deletions
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="" |