summaryrefslogtreecommitdiffstats
path: root/system/wine-staging
diff options
context:
space:
mode:
Diffstat (limited to 'system/wine-staging')
-rw-r--r--system/wine-staging/doinst.sh6
-rw-r--r--system/wine-staging/wine-staging.SlackBuild2
-rw-r--r--system/wine-staging/wine-staging.info6
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=""