[arch-commits] Commit in evolution-exchange/repos (5 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:04:54 UTC 2012


    Date: Monday, April 23, 2012 @ 05:04:53
  Author: ibiru
Revision: 156757

db-move: moved evolution-exchange from [testing] to [extra] (i686)

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
    (from rev 156695, evolution-exchange/repos/testing-i686/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
    (from rev 156695, evolution-exchange/repos/testing-i686/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/testing-i686/

----------------------------+
 PKGBUILD                   |   66 +++++++++++++++++++++----------------------
 evolution-exchange.install |   34 +++++++++++-----------
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 09:04:52 UTC (rev 156756)
+++ extra-i686/PKGBUILD	2012-04-23 09:04:53 UTC (rev 156757)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evolution-exchange
-pkgver=3.2.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' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('759a73c7c49aaf45a5ea9d846b44e1314e13e78d4bfe959fc3ded311c1c690a2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/evolution --disable-static \
-      --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 156695, evolution-exchange/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:04:53 UTC (rev 156757)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evolution-exchange
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com"
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static \
+      --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===================================================================
--- extra-i686/evolution-exchange.install	2012-04-23 09:04:52 UTC (rev 156756)
+++ extra-i686/evolution-exchange.install	2012-04-23 09:04:53 UTC (rev 156757)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from rev 156695, evolution-exchange/repos/testing-i686/evolution-exchange.install)
===================================================================
--- extra-i686/evolution-exchange.install	                        (rev 0)
+++ extra-i686/evolution-exchange.install	2012-04-23 09:04:53 UTC (rev 156757)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}




More information about the arch-commits mailing list