[arch-commits] Commit in evolution-webcal (3 files)

Jan de Groot jgc at archlinux.org
Sun Oct 11 19:26:40 UTC 2009


    Date: Sunday, October 11, 2009 @ 15:26:39
  Author: jgc
Revision: 54782

Merge gnome-unstable

Modified:
  evolution-webcal/trunk/PKGBUILD
  evolution-webcal/trunk/evolution-webcal.install
Deleted:
  evolution-webcal/gnome-unstable/

--------------------------+
 PKGBUILD                 |   14 +++++++-------
 evolution-webcal.install |    9 ---------
 2 files changed, 7 insertions(+), 16 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 19:26:36 UTC (rev 54781)
+++ trunk/PKGBUILD	2009-10-11 19:26:39 UTC (rev 54782)
@@ -2,25 +2,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-webcal
-pkgver=2.26.0
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Evolution Web calendar"
 arch=(i686 x86_64)
 license=('GPL')
 install=evolution-webcal.install
 url="http://www.ximian.com"
-depends=('evolution-data-server>=2.26.0')
-makedepends=('intltool' 'pkgconfig' 'evolution>=2.26.0')
+depends=('evolution-data-server>=2.28.0')
+makedepends=('intltool' 'pkgconfig' 'evolution>=2.28.0')
 groups=('gnome-extra')
 options=(!emptydirs)
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/evolution-webcal/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a36036a94dd043f57a6d84ab9b6c732c')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/evolution-webcal/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0518327536f1e43e14a19f0957e38a7c6cde224a971562a5a2c00cc7438cb7bd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/evolution-webcal \
-              --localstatedir=/var  || return 1
+      --libexecdir=/usr/lib/evolution-webcal \
+      --localstatedir=/var  || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 

Modified: trunk/evolution-webcal.install
===================================================================
--- trunk/evolution-webcal.install	2009-10-11 19:26:36 UTC (rev 54781)
+++ trunk/evolution-webcal.install	2009-10-11 19:26:39 UTC (rev 54782)
@@ -15,12 +15,3 @@
 pre_remove() {
   usr/sbin/gconfpkg --uninstall ${pkgname}
 }
-
-post_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list