summaryrefslogtreecommitdiffstats
path: root/tigervnc/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-11-13 14:19:38 +0000
committer Eric Hameleers <alien@slackware.com>2011-11-13 14:19:38 +0000
commite97603fd7dfb515eb2c53dd0510d537d98ee3f1b (patch)
tree5b94444e66c82658a421d1d36bbaf85cc4ce89e0 /tigervnc/build
parent36069ef61ed36c366d5893234e7ed986cc4e1e74 (diff)
downloadasb-e97603fd7dfb515eb2c53dd0510d537d98ee3f1b.tar.gz
asb-e97603fd7dfb515eb2c53dd0510d537d98ee3f1b.tar.xz
Update to 1.1.0
Diffstat (limited to 'tigervnc/build')
-rwxr-xr-xtigervnc/build/tigervnc.SlackBuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/tigervnc/build/tigervnc.SlackBuild b/tigervnc/build/tigervnc.SlackBuild
index 02d92813..eed8c80e 100755
--- a/tigervnc/build/tigervnc.SlackBuild
+++ b/tigervnc/build/tigervnc.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven. NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven. NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Fix a syntax error in thye doinst.sh script
# 1.0.90-1: 14/may/2011 by Eric Hameleers <alien@slackware.com>
# * Update to 1.1.beta1
+# 1.1.0-1: 14/nov/2011 by Eric Hameleers <alien@slackware.com>
+# * Update to 1.1.0
#
# Run 'sh tigervnc.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
# Set initial variables:
PRGNAM=tigervnc
-VERSION=${VERSION:-1.0.90}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -339,6 +341,13 @@ if [ -x usr/bin/update-mime-database ]; then
chroot . /usr/bin/update-mime-database usr/share/mime 1>/dev/null 2>&1
fi
+# Update hicolor theme cache:
+if [ -d usr/share/icons/hicolor ]; then
+ if [ -x usr/bin/gtk-update-icon-cache ]; then
+ chroot . /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor 1> /dev/null 2> /dev/null
+ fi
+fi
+
EOT
# Add documentation: