summaryrefslogtreecommitdiffstats
path: root/system/brasero
diff options
context:
space:
mode:
Diffstat (limited to 'system/brasero')
-rw-r--r--system/brasero/README4
-rw-r--r--system/brasero/brasero.SlackBuild6
-rw-r--r--system/brasero/brasero.info6
-rw-r--r--system/brasero/doinst.sh15
4 files changed, 13 insertions, 18 deletions
diff --git a/system/brasero/README b/system/brasero/README
index d41f0bcd53..9f102c59b8 100644
--- a/system/brasero/README
+++ b/system/brasero/README
@@ -2,5 +2,5 @@ Brasero is a application to burn CD/DVD for the Gnome Desktop. It is
designed to be as simple as possible and has some unique features to
enable users to create their discs easily and quickly.
-libburn and libisofs are optional dependencies, and they will be
-used if they are installed.
+libburn, libisofs, and totem-pl-parser are optional dependencies,
+and they will be used if they are installed.
diff --git a/system/brasero/brasero.SlackBuild b/system/brasero/brasero.SlackBuild
index 76c20458d8..13f9f1275d 100644
--- a/system/brasero/brasero.SlackBuild
+++ b/system/brasero/brasero.SlackBuild
@@ -5,8 +5,8 @@
# Written by Luis Henrique <lmello.009@gmail.com>
PRGNAM=brasero
-VERSION=${VERSION:-2.28.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.32.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,7 +71,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-shared=yes \
--enable-gtk-doc=yes \
--disable-scrollkeeper \
- --disable-schemas-install \
+ --disable-schemas-compile \
--enable-nautilus=no \
--enable-libburnia=$LIBBURNIA
diff --git a/system/brasero/brasero.info b/system/brasero/brasero.info
index f56344ed7d..4bcb2bcd17 100644
--- a/system/brasero/brasero.info
+++ b/system/brasero/brasero.info
@@ -1,8 +1,8 @@
PRGNAM="brasero"
-VERSION="2.28.3"
+VERSION="2.32.1"
HOMEPAGE="http://projects.gnome.org/brasero"
-DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/brasero/2.28/brasero-2.28.3.tar.bz2"
-MD5SUM="6ef5cc07325f1869577a85d15ac67eb3"
+DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/brasero/2.32/brasero-2.32.1.tar.bz2"
+MD5SUM="621293d228d895960fd297e28589fddf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libunique"
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