[arch-commits] Commit in evolution-groupwise/repos (3 files)

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


    Date: Monday, April 23, 2012 @ 05:04:57
  Author: ibiru
Revision: 156760

db-move: moved evolution-groupwise from [testing] to [extra] (x86_64)

Added:
  evolution-groupwise/repos/extra-x86_64/PKGBUILD
    (from rev 156695, evolution-groupwise/repos/testing-x86_64/PKGBUILD)
Deleted:
  evolution-groupwise/repos/extra-x86_64/PKGBUILD
  evolution-groupwise/repos/testing-x86_64/

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:04:56 UTC (rev 156759)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:04:57 UTC (rev 156760)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=evolution-groupwise
-pkgver=3.2.3
-pkgrel=2
-pkgdesc="GroupWise connector for evolution"
-arch=(i686 x86_64)
-url="http://projects.gnome.org/evolution/"
-license=(LGPL)
-depends=('evolution-data-server' 'gtkhtml4')
-makedepends=(intltool evolution)
-optdepends=('evolution: evolution plugin')
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9972cf6ab05168e2364f7d7af1a5d9dd2bb994ab833fc2aaf926a4390e6b8062')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var  --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: evolution-groupwise/repos/extra-x86_64/PKGBUILD (from rev 156695, evolution-groupwise/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:04:57 UTC (rev 156760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=evolution-groupwise
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="GroupWise connector for evolution"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/evolution/"
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5e882811d10411249accb4ce1131d2e2d336d357b68a8f5dcfe7576b320c717')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list