From 98831b981e21e886fd804dc65060dbcfe79a5cf6 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Thu, 13 May 2010 01:00:47 +0200 Subject: system/gconf-editor: Added to 13.0 repository --- system/gconf-editor/README | 5 ++ system/gconf-editor/doinst.sh | 20 +++++++ system/gconf-editor/gconf-editor.SlackBuild | 87 +++++++++++++++++++++++++++++ system/gconf-editor/gconf-editor.info | 10 ++++ system/gconf-editor/slack-desc | 19 +++++++ 5 files changed, 141 insertions(+) create mode 100644 system/gconf-editor/README create mode 100644 system/gconf-editor/doinst.sh create mode 100644 system/gconf-editor/gconf-editor.SlackBuild create mode 100644 system/gconf-editor/gconf-editor.info create mode 100644 system/gconf-editor/slack-desc (limited to 'system/gconf-editor') diff --git a/system/gconf-editor/README b/system/gconf-editor/README new file mode 100644 index 0000000000..c872e4a792 --- /dev/null +++ b/system/gconf-editor/README @@ -0,0 +1,5 @@ +GConf-editor is a GNOME utility for editing the GConf configuration database. + +This requires ORBit, GConf, libgnomecanvas, libtasn1, gnome-keyring, +gnome-mime-data, libbonobo, gnome-vfs, libgnome, libbonoboui, and +libgnomeui. diff --git a/system/gconf-editor/doinst.sh b/system/gconf-editor/doinst.sh new file mode 100644 index 0000000000..cd2d12876a --- /dev/null +++ b/system/gconf-editor/doinst.sh @@ -0,0 +1,20 @@ +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 gconf-editor.schemas + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null +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 + diff --git a/system/gconf-editor/gconf-editor.SlackBuild b/system/gconf-editor/gconf-editor.SlackBuild new file mode 100644 index 0000000000..9d0c069a70 --- /dev/null +++ b/system/gconf-editor/gconf-editor.SlackBuild @@ -0,0 +1,87 @@ +#!/bin/sh + +# Slackware build script for gconf-editor + +# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=gconf-editor +VERSION=2.24.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +fi + +set -eu + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --mandir=/usr/man/ \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ + --disable-scrollkeeper \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --build=$ARCH-slackware-linux + +make +make install-strip DESTDIR=$PKG + +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README MAINTAINERS NEWS ChangeLog AUTHORS \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/gconf-editor/gconf-editor.info b/system/gconf-editor/gconf-editor.info new file mode 100644 index 0000000000..8f5547fbef --- /dev/null +++ b/system/gconf-editor/gconf-editor.info @@ -0,0 +1,10 @@ +PRGNAM="gconf-editor" +VERSION="2.24.1" +HOMEPAGE="http://projects.gnome.org/gconf/" +DOWNLOAD="http://ftp.gnome.org/pub/gnome/desktop/2.24/2.24.3/sources/gconf-editor-2.24.1.tar.bz2" +MD5SUM="2fe93cb2ac8ea0d34860cc6d059076d8" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Erik Hanson" +EMAIL="erik@slackbuilds.org" +APPROVED="rworkman" diff --git a/system/gconf-editor/slack-desc b/system/gconf-editor/slack-desc new file mode 100644 index 0000000000..3ec4c2b4cd --- /dev/null +++ b/system/gconf-editor/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gconf-editor: gconf-editor (GConf Editor) +gconf-editor: +gconf-editor: A GNOME utility for editing the GConf configuration database. +gconf-editor: +gconf-editor: +gconf-editor: +gconf-editor: +gconf-editor: +gconf-editor: +gconf-editor: +gconf-editor: -- cgit v1.2.3