summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/simpleburn/doinst.sh12
-rw-r--r--system/simpleburn/simpleburn.SlackBuild2
-rw-r--r--system/simpleburn/simpleburn.info6
3 files changed, 16 insertions, 4 deletions
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh
index 5fb28930db..0254ea06d8 100644
--- a/system/simpleburn/doinst.sh
+++ b/system/simpleburn/doinst.sh
@@ -1,3 +1,15 @@
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
+
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi
diff --git a/system/simpleburn/simpleburn.SlackBuild b/system/simpleburn/simpleburn.SlackBuild
index 06b0d0ca34..bbe8cb72fd 100644
--- a/system/simpleburn/simpleburn.SlackBuild
+++ b/system/simpleburn/simpleburn.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=simpleburn
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/simpleburn/simpleburn.info b/system/simpleburn/simpleburn.info
index 1a7be17c7c..00cb24c712 100644
--- a/system/simpleburn/simpleburn.info
+++ b/system/simpleburn/simpleburn.info
@@ -1,8 +1,8 @@
PRGNAM="simpleburn"
-VERSION="1.7.1"
+VERSION="1.7.3"
HOMEPAGE="http://simpleburn.tuxfamily.org/"
-DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.7.1.tar.gz"
-MD5SUM="2d935199a8f2ecead9a1aa00688caf13"
+DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.7.3.tar.gz"
+MD5SUM="aa8afe9575903e8e20e8a566c543c4f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""