system/gcdemu: Updated for version 1.5.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-09-15 22:17:26 -03:00 committed by dsomero
parent 6003b20973
commit af8bfeef74
3 changed files with 14 additions and 18 deletions

View file

@ -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

View file

@ -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 .

View file

@ -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"