diff options
author | Marek Srejma (slacksam) <sam_web@yahoo.de> | 2015-04-29 22:20:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-29 22:22:04 +0700 |
commit | 9d27e6fe70fa903894c59908d4302b134383f021 (patch) | |
tree | 3c72e1025e989048e726553238d3b61a579f80b7 | |
parent | f54db2011a19fd0bd6d492df8a87305f97b09980 (diff) | |
download | slackbuilds-9d27e6fe70fa903894c59908d4302b134383f021.tar.gz |
system/simpleburn: Updated for version 1.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/simpleburn/doinst.sh | 12 | ||||
-rw-r--r-- | system/simpleburn/simpleburn.SlackBuild | 2 | ||||
-rw-r--r-- | system/simpleburn/simpleburn.info | 6 |
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="" |