[arch-commits] CVS update of extra/gnome/gnopernicus (PKGBUILD gnopernicus.install)
Jan de Groot
jgc at archlinux.org
Sun Apr 22 13:37:33 UTC 2007
Date: Sunday, April 22, 2007 @ 09:37:33
Author: jgc
Path: /home/cvs-extra/extra/gnome/gnopernicus
Removed: PKGBUILD (1.24) gnopernicus.install (1.7)
Obsoleted by orca, remove from the repositories. Fixes #6884
---------------------+
PKGBUILD | 37 -------------------------------------
gnopernicus.install | 37 -------------------------------------
2 files changed, 74 deletions(-)
Index: extra/gnome/gnopernicus/PKGBUILD
diff -u extra/gnome/gnopernicus/PKGBUILD:1.24 extra/gnome/gnopernicus/PKGBUILD:removed
--- extra/gnome/gnopernicus/PKGBUILD:1.24 Mon Aug 21 13:24:17 2006
+++ extra/gnome/gnopernicus/PKGBUILD Sun Apr 22 09:37:33 2007
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD,v 1.24 2006/08/21 17:24:17 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributer: Jan De Groot <jan at jgc.homeip.net>
-
-pkgname=gnopernicus
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Gnome Screen Reader"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-depends=('libgail-gnome' 'gnome-speech' 'gnome-mag>=0.12.0' 'libgnomeui>=2.14.0')
-makedepends=('pkgconfig' 'intltool')
-options=('nolibtool')
-groups=('gnome-extra')
-install=gnopernicus.install
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gnopernicus/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1d1ee8749960b218ca2ea738178bf91c')
-
-build() {
- [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
- cd ${startdir}/src/${pkgname}-${pkgver}
- # scrollkeeper removal
- 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
-
- ./configure --prefix=/opt/gnome
- make || return 1
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
-
- mkdir -p ${startdir}/pkg/opt/gnome/share/gconf/schemas
- gconf-merge-schema ${startdir}/pkg/opt/gnome/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/opt/gnome/etc/gconf/schemas/*.schemas
- rm -f ${startdir}/pkg/opt/gnome/etc/gconf/schemas/*.schemas
-
-}
Index: extra/gnome/gnopernicus/gnopernicus.install
diff -u extra/gnome/gnopernicus/gnopernicus.install:1.7 extra/gnome/gnopernicus/gnopernicus.install:removed
--- extra/gnome/gnopernicus/gnopernicus.install:1.7 Sun Mar 19 07:29:35 2006
+++ extra/gnome/gnopernicus/gnopernicus.install Sun Apr 22 09:37:33 2007
@@ -1,37 +0,0 @@
-pkgname=gnopernicus
-
-post_install() {
- export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
- opt/gnome/bin/gconftool-2 --makefile-install-rule opt/gnome/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 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=`opt/gnome/bin/gconftool-2 --get-default-source`
-
- opt/gnome/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 $*
More information about the arch-commits
mailing list