[arch-commits] Commit in evolution-webcal/repos (3 files)
Jan de Groot
jgc at archlinux.org
Sun Oct 11 19:27:18 UTC 2009
Date: Sunday, October 11, 2009 @ 15:27:17
Author: jgc
Revision: 54784
Merged revisions 54782 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/evolution-webcal/trunk
........
r54782 | jgc | 2009-10-11 21:26:39 +0200 (Sun, 11 Oct 2009) | 1 line
Merge gnome-unstable
........
Modified:
evolution-webcal/repos/extra-i686/ (properties)
evolution-webcal/repos/extra-i686/PKGBUILD
evolution-webcal/repos/extra-i686/evolution-webcal.install
--------------------------+
PKGBUILD | 14 +++++++-------
evolution-webcal.install | 9 ---------
2 files changed, 7 insertions(+), 16 deletions(-)
Property changes on: evolution-webcal/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /evolution-webcal/trunk:1-32088
+ /evolution-webcal/trunk:1-54783
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-10-11 19:27:00 UTC (rev 54783)
+++ extra-i686/PKGBUILD 2009-10-11 19:27:17 UTC (rev 54784)
@@ -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: extra-i686/evolution-webcal.install
===================================================================
--- extra-i686/evolution-webcal.install 2009-10-11 19:27:00 UTC (rev 54783)
+++ extra-i686/evolution-webcal.install 2009-10-11 19:27:17 UTC (rev 54784)
@@ -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