[arch-commits] CVS update of extra/gnome/evolution-exchange (2 files)

Jan de Groot jgc at archlinux.org
Sat Jul 7 12:24:12 UTC 2007


    Date: Saturday, July 7, 2007 @ 08:24:12
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evolution-exchange

Modified: PKGBUILD (1.20 -> 1.21) evolution-exchange.install (1.1 -> 1.2)

upgpkg: evolution-exchange 2.10.3-1


----------------------------+
 PKGBUILD                   |   10 +++++-----
 evolution-exchange.install |   14 ++------------
 2 files changed, 7 insertions(+), 17 deletions(-)


Index: extra/gnome/evolution-exchange/PKGBUILD
diff -u extra/gnome/evolution-exchange/PKGBUILD:1.20 extra/gnome/evolution-exchange/PKGBUILD:1.21
--- extra/gnome/evolution-exchange/PKGBUILD:1.20	Thu May 31 01:01:04 2007
+++ extra/gnome/evolution-exchange/PKGBUILD	Sat Jul  7 08:24:11 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.20 2007/05/31 05:01:04 eric Exp $
+# $Id: PKGBUILD,v 1.21 2007/07/07 12:24:11 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.10.2
+pkgver=2.10.3
 pkgrel=1
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.ximian.com"
-depends=('evolution-data-server>=1.10.2' 'libgnomeprint>=2.18.0' 'libgnomeui>=2.18.1-2')
-makedepends=('perlxml' 'pkgconfig' 'evolution>=2.10.2')
+depends=('evolution-data-server>=1.10.3.1' 'libgnomeprint>=2.18.0' 'libgnomeui>=2.18.1-2' 'gconf>=2.18.0.1-4')
+makedepends=('perlxml' 'pkgconfig' 'evolution>=2.10.3')
 replaces=('ximian-connector')
 conflicts=('ximian-connector')
 options=('!libtool')
 install=evolution-exchange.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a8b5fc44e23e5158c732547df434ed77')
+md5sums=('4e2024c1af8fdef1b9f4764632171711')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/gnome/evolution-exchange/evolution-exchange.install
diff -u extra/gnome/evolution-exchange/evolution-exchange.install:1.1 extra/gnome/evolution-exchange/evolution-exchange.install:1.2
--- extra/gnome/evolution-exchange/evolution-exchange.install:1.1	Mon Apr 23 12:30:31 2007
+++ extra/gnome/evolution-exchange/evolution-exchange.install	Sat Jul  7 08:24:11 2007
@@ -1,8 +1,7 @@
 pkgname=evolution-exchange
 
 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
+  usr/sbin/gconfpkg --install ${pkgname}
 }
 
 pre_upgrade() {
@@ -14,16 +13,7 @@
 }
 
 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
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 }
 
 op=$1




More information about the arch-commits mailing list