[arch-commits] CVS update of unstable/gnome/gnome-system-tools (3 files)
Roman Kyrylych
roman at archlinux.org
Mon Dec 10 18:16:35 UTC 2007
Date: Monday, December 10, 2007 @ 13:16:35
Author: roman
Path: /home/cvs-unstable/unstable/gnome/gnome-system-tools
Removed: PKGBUILD (1.5) gnome-system-tools.install (1.2)
gst-docs.patch (1.1)
remove
----------------------------+
PKGBUILD | 32 ----------------------
gnome-system-tools.install | 39 ---------------------------
gst-docs.patch | 60 -------------------------------------------
3 files changed, 131 deletions(-)
Index: unstable/gnome/gnome-system-tools/PKGBUILD
diff -u unstable/gnome/gnome-system-tools/PKGBUILD:1.5 unstable/gnome/gnome-system-tools/PKGBUILD:removed
--- unstable/gnome/gnome-system-tools/PKGBUILD:1.5 Wed May 30 17:20:35 2007
+++ unstable/gnome/gnome-system-tools/PKGBUILD Mon Dec 10 13:16:35 2007
@@ -1,32 +0,0 @@
-# Contributor: Mario A. Vazquez <mario_vazq at hotmail.com>
-pkgname=gnome-system-tools
-pkgver=2.14.0
-pkgrel=3
-pkgdesc="Gnome System Configuration Utilities"
-arch=(i686 x86_64)
-url="http://www.gnome.org/projects/gst/"
-license=(GPL)
-options=('!libtool')
-depends=('libgnomeui>=2.18.1-2' 'libglade>=2.6.0' 'gconf>=2.18.0-2' 'system-tools-backends>=1.2.0-2')
-makedepends=('perlxml' 'sed' 'gnome-doc-utils')
-install=gnome-system-tools.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.14/$pkgname-$pkgver.tar.bz2
- gst-docs.patch)
-md5sums=('3aded3a37f4f5b4962bf253d25cebea1')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
- if [ -f omf.make ]; then
- sed -i -e 's/-scrollkeeper-update.*//' omf.make
- fi
- patch -Np0 -i ${startdir}/src/gst-docs.patch || return 1
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-network --enable-boot --disable-scrollkeeper --disable-static
- make || return 1
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$startdir/pkg install
-
- mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
- gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
- rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
-}
Index: unstable/gnome/gnome-system-tools/gnome-system-tools.install
diff -u unstable/gnome/gnome-system-tools/gnome-system-tools.install:1.2 unstable/gnome/gnome-system-tools/gnome-system-tools.install:removed
--- unstable/gnome/gnome-system-tools/gnome-system-tools.install:1.2 Wed May 30 17:20:35 2007
+++ unstable/gnome/gnome-system-tools/gnome-system-tools.install Mon Dec 10 13:16:35 2007
@@ -1,39 +0,0 @@
-pkgname=gnome-system-tools
-
-post_install() {
- export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
- usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
- scrollkeeper-update -q -p var/lib/scrollkeeper
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
- elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
- schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
- else
- schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
- fi
- export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-
- usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
-}
-
-post_remove() {
- update-desktop-database -q
- scrollkeeper-update -q -p var/lib/scrollkeeper
-}
-
-op=$1
-shift
-
-$op $*
Index: unstable/gnome/gnome-system-tools/gst-docs.patch
diff -u unstable/gnome/gnome-system-tools/gst-docs.patch:1.1 unstable/gnome/gnome-system-tools/gst-docs.patch:removed
--- unstable/gnome/gnome-system-tools/gst-docs.patch:1.1 Wed May 30 17:20:35 2007
+++ unstable/gnome/gnome-system-tools/gst-docs.patch Mon Dec 10 13:16:35 2007
@@ -1,60 +0,0 @@
-diff -ru doc.old/network/C/network-admin.xml doc/network/C/network-admin.xml
---- doc.old/network/C/network-admin.xml 2006-03-13 16:05:19.000000000 +0000
-+++ doc/network/C/network-admin.xml 2007-05-30 21:13:38.000000000 +0000
-@@ -32,7 +32,7 @@
- </copyright>
- -->
-
-- <publisher>
-+ <publisher role="maintainer">
- <publishername>Carlos Garnacho Parro</publishername>
- </publisher>
-
-diff -ru doc.old/services/C/services-admin.xml doc/services/C/services-admin.xml
---- doc.old/services/C/services-admin.xml 2006-03-13 16:05:20.000000000 +0000
-+++ doc/services/C/services-admin.xml 2007-05-30 21:14:02.000000000 +0000
-@@ -32,7 +32,7 @@
- </copyright>
- -->
-
-- <publisher>
-+ <publisher role="maintainer">
- <publishername>Carlos Garnacho Parro</publishername>
- </publisher>
-
-diff -ru doc.old/time/C/time-admin.xml doc/time/C/time-admin.xml
---- doc.old/time/C/time-admin.xml 2006-03-13 16:05:21.000000000 +0000
-+++ doc/time/C/time-admin.xml 2007-05-30 21:14:33.000000000 +0000
-@@ -32,7 +32,7 @@
- </copyright>
- -->
-
-- <publisher>
-+ <publisher role="maintainer">
- <publishername>Carlos Garnacho Parro</publishername>
- </publisher>
-
-diff -ru doc.old/users/C/users-admin.xml doc/users/C/users-admin.xml
---- doc.old/users/C/users-admin.xml 2006-03-13 16:05:22.000000000 +0000
-+++ doc/users/C/users-admin.xml 2007-05-30 21:14:48.000000000 +0000
-@@ -32,7 +32,7 @@
- </copyright>
- -->
-
-- <publisher>
-+ <publisher role="maintainer">
- <publishername>Carlos Garnacho Parro</publishername>
- </publisher>
-
-diff -ur doc.old/boot/C/boot-admin.xml doc/boot/C/boot-admin.xml
---- doc.old/boot/C/boot-admin.xml 2006-03-13 16:05:17.000000000 +0000
-+++ doc/boot/C/boot-admin.xml 2007-05-30 21:16:12.000000000 +0000
-@@ -32,7 +32,7 @@
- </copyright>
- -->
-
-- <publisher>
-+ <publisher role="maintainer">
- <publishername>Carlos Garnacho Parro</publishername>
- </publisher>
-
More information about the arch-commits
mailing list