From af8bfeef74fa4fcbf2ca929e1ed752bce776ce58 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sat, 15 Sep 2012 22:17:26 -0300 Subject: system/gcdemu: Updated for version 1.5.0. Signed-off-by: Niels Horn --- system/gcdemu/doinst.sh | 16 ++++++---------- system/gcdemu/gcdemu.SlackBuild | 8 ++++---- system/gcdemu/gcdemu.info | 8 ++++---- 3 files changed, 14 insertions(+), 18 deletions(-) (limited to 'system/gcdemu') diff --git a/system/gcdemu/doinst.sh b/system/gcdemu/doinst.sh index 85ee730b65..6fa145a19f 100644 --- a/system/gcdemu/doinst.sh +++ b/system/gcdemu/doinst.sh @@ -1,13 +1,9 @@ -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 gcdemu.schemas - 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/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/gcdemu/gcdemu.SlackBuild b/system/gcdemu/gcdemu.SlackBuild index 04007ac09e..bf48e827b4 100644 --- a/system/gcdemu/gcdemu.SlackBuild +++ b/system/gcdemu/gcdemu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gcdemu # -# Copyright 2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2012 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Revision date: 2011/09/24 +# Revision date: 2012/09/15 PRGNAM=gcdemu -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+rw,go+r-w . diff --git a/system/gcdemu/gcdemu.info b/system/gcdemu/gcdemu.info index 416c7b9d66..0ef63895a7 100644 --- a/system/gcdemu/gcdemu.info +++ b/system/gcdemu/gcdemu.info @@ -1,10 +1,10 @@ PRGNAM="gcdemu" -VERSION="1.4.0" +VERSION="1.5.0" HOMEPAGE="http://cdemu.sourceforge.net/pkg_gcdemu.php" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/gcdemu-1.4.0.tar.gz" -MD5SUM="28f8fbe94b63a8cc52c861afe45bd374" +DOWNLOAD="http://downloads.sourceforge.net/cdemu/gcdemu-1.5.0.tar.bz2" +MD5SUM="6092d775602f4cc55020dcafc052eda4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cdemu-daemon gnome-python" +REQUIRES="cdemu-daemon gnome-python pygobject3" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -- cgit v1.2.3-65-gdbad