[arch-commits] CVS update of extra/gnome/blam (PKGBUILD blam.install)

Eric Belanger eric at archlinux.org
Tue Nov 27 04:05:47 UTC 2007


    Date: Monday, November 26, 2007 @ 23:05:47
  Author: eric
    Path: /home/cvs-extra/extra/gnome/blam

 Removed: PKGBUILD (1.12) blam.install (1.5)

extra repo cleanup


--------------+
 PKGBUILD     |   36 ------------------------------------
 blam.install |   32 --------------------------------
 2 files changed, 68 deletions(-)


Index: extra/gnome/blam/PKGBUILD
diff -u extra/gnome/blam/PKGBUILD:1.12 extra/gnome/blam/PKGBUILD:removed
--- extra/gnome/blam/PKGBUILD:1.12	Sun Apr 22 12:46:42 2007
+++ extra/gnome/blam/PKGBUILD	Mon Nov 26 23:05:47 2007
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD,v 1.12 2007/04/22 16:46:42 jgc Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=blam
-pkgver=1.8.4
-pkgrel=2
-pkgdesc="BLAM! is a RSS reader and specially suited for reading planets around the world."
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.cmartin.tk/blam.html"
-depends=('gecko-sharp-2.0' 'gnome-sharp' 'dbus-sharp')
-makedepends=('perlxml' 'pkgconfig')
-options=('nolibtool')
-install=blam.install
-source=(http://www.cmartin.tk/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7ec48fece9994ed71dbb53ffa35b633e')
-
-build() {
-  [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
-
-  export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-       GACUTIL="/usr/bin/gacutil /root ${startdir}/pkg/usr/lib" \
-       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: extra/gnome/blam/blam.install
diff -u extra/gnome/blam/blam.install:1.5 extra/gnome/blam/blam.install:removed
--- extra/gnome/blam/blam.install:1.5	Sun Apr 22 12:46:42 2007
+++ extra/gnome/blam/blam.install	Mon Nov 26 23:05:47 2007
@@ -1,32 +0,0 @@
-pkgname=blam
-
-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
-}
-
-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
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list