diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-28 23:54:23 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:14:13 -0600 |
commit | 0a7821a63932ea26418fb083cfb0e84dd446afb7 (patch) | |
tree | 12ac23e4897d40c918bd2c4b6db976cf7002c051 /system/brasero/doinst.sh | |
parent | 4704a98d15e935f3093157d4756463c90b79c936 (diff) | |
download | slackbuilds-0a7821a63932ea26418fb083cfb0e84dd446afb7.tar.gz |
system/brasero: Updated for version 2.32.1.
The old version does not compile with totem-pl-parser version in SBo
Thanks to slacksam for reporting via LQ
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/brasero/doinst.sh')
-rw-r--r-- | system/brasero/doinst.sh | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/system/brasero/doinst.sh b/system/brasero/doinst.sh index af5eef685b..ed2846092a 100644 --- a/system/brasero/doinst.sh +++ b/system/brasero/doinst.sh @@ -1,13 +1,3 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install brasero.schemas - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi @@ -22,3 +12,8 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then 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 |