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

2016-01-18 Thread Jan Steffens
Date: Monday, January 18, 2016 @ 20:52:44
  Author: heftig
Revision: 258388

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 258387, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 258387, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 258387, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 258387, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/df0e8e.patch
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/df0e8e.patch
  evolution/repos/extra-x86_64/evolution.install

+
 /PKGBUILD  |  140 +++
 /evolution.install |   38 ++
 extra-i686/PKGBUILD|   73 
 extra-i686/df0e8e.patch|   22 --
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   73 
 extra-x86_64/df0e8e.patch  |   22 --
 extra-x86_64/evolution.install |   19 -
 8 files changed, 178 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-18 19:27:16 UTC (rev 258387)
+++ extra-i686/PKGBUILD 2016-01-18 19:52:44 UTC (rev 258388)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.18.3
-pkgrel=2
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils dconf gtkspell3 webkitgtk libcryptui gnome-common 
gtk-doc)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
 df0e8e.patch)
-sha256sums=('f073b7cbef4ecc3dc4c3e0b80f98198eec577a20cae93e784659e8cf5af7c9b9'
-'df14c084468834cd4389313a22444fe3c906eadc3379c5b3a17fd99f1fba8bcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build with libical 2.0 
https://bugzilla.gnome.org/show_bug.cgi?id=760365
-  patch -p1 -i ../df0e8e.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-   desktop-file-utils dconf gtkspell3 libcryptui webkitgtk)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  depends=("evolution=$pkgver" 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 258387, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-18 19:52:44 UTC (rev 258388)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ja

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:35:54
  Author: heftig
Revision: 220458

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 220457, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 220457, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 220457, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 220457, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-i686/git-fixes.patch
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install
  evolution/repos/extra-x86_64/git-fixes.patch

+
 /PKGBUILD  |   94 ++
 /evolution.install |   38 +
 extra-i686/PKGBUILD|   52 -
 extra-i686/evolution.install   |   19 
 extra-i686/git-fixes.patch | 1473 ---
 extra-x86_64/PKGBUILD  |   52 -
 extra-x86_64/evolution.install |   19 
 extra-x86_64/git-fixes.patch   | 1473 ---
 8 files changed, 132 insertions(+), 3088 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 220457:220458 to see the changes.


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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 11:04:11
  Author: jgc
Revision: 219312

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 219311, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 219311, evolution/trunk/evolution.install)
  evolution/repos/extra-i686/git-fixes.patch
(from rev 219311, evolution/trunk/git-fixes.patch)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 219311, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 219311, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/git-fixes.patch
(from rev 219311, evolution/trunk/git-fixes.patch)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install

+
 /PKGBUILD  |  104 ++
 /evolution.install |   38 +
 extra-i686/PKGBUILD|   43 -
 extra-i686/evolution.install   |   19 
 extra-i686/git-fixes.patch | 1473 +++
 extra-x86_64/PKGBUILD  |   43 -
 extra-x86_64/evolution.install |   19 
 extra-x86_64/git-fixes.patch   | 1473 +++
 8 files changed, 3088 insertions(+), 124 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 219311:219312 to see the changes.


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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:56
  Author: heftig
Revision: 183351

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

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

+
 /PKGBUILD  |   88 +++
 /evolution.install |   38 
 extra-i686/PKGBUILD|   42 --
 extra-i686/evolution.install   |   19 
 extra-x86_64/PKGBUILD  |   42 --
 extra-x86_64/evolution.install |   19 
 6 files changed, 126 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:55 UTC (rev 183350)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:56 UTC (rev 183351)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=evolution
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bf7054d85b7d1bd0e62d69f15ef80dbe781f57359bf91e7c427cd93378ba4a1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 183326, 
evolution/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:56 UTC (rev 183351)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evolution
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution.install
==

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

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 18:25:13
  Author: heftig
Revision: 169868

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

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

+
 extra-i686/PKGBUILD|   90 ++-
 extra-i686/evolution.install   |   43 --
 extra-x86_64/PKGBUILD  |   90 ++-
 extra-x86_64/evolution.install |   43 --
 4 files changed, 122 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 22:25:11 UTC (rev 169867)
+++ extra-i686/PKGBUILD 2012-10-30 22:25:13 UTC (rev 169868)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=evolution
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e541d0894c1d48b89820b6466edafe40215f8cdb45b1c0e9635cc15f49ecb9a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  make -C plugins/tnef-attachments DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 169842, 
evolution/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 22:25:13 UTC (rev 169868)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evolution
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7aa0730d6815cc44dbde75b4464697dd9d51584f48e9e03e86c2e5ca5a97a521')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-neede