[arch-commits] Commit in evolution-webcal (3 files)
Jan de Groot
jgc at archlinux.org
Sun Aug 23 14:28:14 UTC 2009
Date: Sunday, August 23, 2009 @ 10:28:14
Author: jgc
Revision: 50125
Rebuild for evolution 2.27
Added:
evolution-webcal/gnome-unstable/
Modified:
evolution-webcal/gnome-unstable/PKGBUILD
evolution-webcal/gnome-unstable/evolution-webcal.install
--------------------------+
PKGBUILD | 10 +++++-----
evolution-webcal.install | 9 ---------
2 files changed, 5 insertions(+), 14 deletions(-)
Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-08-23 14:24:09 UTC (rev 50124)
+++ gnome-unstable/PKGBUILD 2009-08-23 14:28:14 UTC (rev 50125)
@@ -3,14 +3,14 @@
pkgname=evolution-webcal
pkgver=2.26.0
-pkgrel=1
+pkgrel=2
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.27.90' 'libgnome>=2.27.5')
+makedepends=('intltool' 'pkgconfig' 'evolution>=2.27.90')
groups=('gnome-extra')
options=(!emptydirs)
source=(http://ftp.acc.umu.se/pub/GNOME/sources/evolution-webcal/2.26/${pkgname}-${pkgver}.tar.bz2)
@@ -19,8 +19,8 @@
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: gnome-unstable/evolution-webcal.install
===================================================================
--- trunk/evolution-webcal.install 2009-08-23 14:24:09 UTC (rev 50124)
+++ gnome-unstable/evolution-webcal.install 2009-08-23 14:28:14 UTC (rev 50125)
@@ -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