[arch-commits] Commit in evolution/repos/extra-i686 (4 files)

2015-07-29 Thread Jan de Groot
Date: Wednesday, July 29, 2015 @ 14:20:54
  Author: jgc
Revision: 242833

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 242832, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 242832, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install

---+
 PKGBUILD  |  135 +---
 evolution.install |   38 +++---
 2 files changed, 85 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-29 12:13:40 UTC (rev 242832)
+++ PKGBUILD2015-07-29 12:20:54 UTC (rev 242833)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.16.4
-pkgrel=1
-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 hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui gnome-common git gtk-doc)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(git://git.gnome.org/evolution#commit=6e1a37c118f22b5bdc7beb74a1be2781e9d3eefe)
-sha256sums=('SKIP')
-#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-#sha256sums=('cdc25d9c0c7749d9049d480a8fcde870b1991523bf7009ba101990df543207d6')
-
-build() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-
-  ./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 hicolor-icon-theme 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
-  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 242832, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-29 12:20:54 UTC (rev 242833)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.16.4
+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 hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui gnome-common git 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)
+sha256sums=('60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr 

[arch-commits] Commit in evolution/repos (extra-i686 extra-x86_64)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:21:41
  Author: jgc
Revision: 156231

Fix fuckup

Added:
  evolution/repos/extra-i686/
  evolution/repos/extra-x86_64/



[arch-commits] Commit in evolution/repos (extra-i686)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:26:15
  Author: ibiru
Revision: 125412

db-move: evolution removed by ibiru for move to [extra] (i686)

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686 testing-i686)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:26:15
  Author: ibiru
Revision: 125413

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

Added:
  evolution/repos/extra-i686/
Deleted:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:39:29
  Author: ibiru
Revision: 121437

db-move: evolution removed by ibiru for move to [extra] (i686)

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686 testing-i686)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:39:30
  Author: ibiru
Revision: 121438

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

Added:
  evolution/repos/extra-i686/
Deleted:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (extra-i686 testing-i686)

2011-03-16 Thread Ionut Biru
Date: Wednesday, March 16, 2011 @ 07:55:35
  Author: ibiru
Revision: 114908

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

Added:
  evolution/repos/extra-i686/
Deleted:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2011-02-25 Thread Ionut Biru
Date: Friday, February 25, 2011 @ 08:44:20
  Author: ibiru
Revision: 111252

fix translations. FS#21280

Modified:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |4 ++--
 extra-x86_64/PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-02-25 13:38:31 UTC (rev 111251)
+++ extra-i686/PKGBUILD 2011-02-25 13:44:20 UTC (rev 111252)
@@ -3,7 +3,7 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,6 +35,6 @@
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-${_majorver} ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-2.32 ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-02-25 13:38:31 UTC (rev 111251)
+++ extra-x86_64/PKGBUILD   2011-02-25 13:44:20 UTC (rev 111252)
@@ -3,7 +3,7 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,6 +35,6 @@
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-${_majorver} ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-2.32 ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in evolution/repos (extra-i686)

2011-02-19 Thread Ionut Biru
Date: Saturday, February 19, 2011 @ 11:36:52
  Author: ibiru
Revision: 110464

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2011-02-19 Thread Ionut Biru
Date: Saturday, February 19, 2011 @ 11:37:05
  Author: ibiru
Revision: 110465

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2011-02-10 Thread Ionut Biru
Date: Thursday, February 10, 2011 @ 14:06:50
  Author: ibiru
Revision: 109550

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2011-02-10 Thread Ionut Biru
Date: Thursday, February 10, 2011 @ 14:07:03
  Author: ibiru
Revision: 109551

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 11:49:00
  Author: ibiru
Revision: 99567

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 11:49:13
  Author: ibiru
Revision: 99568

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686 testing-i686)

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 05:08:38
  Author: jgc
Revision: 93483

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

Added:
  evolution/repos/extra-i686/
Deleted:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 05:08:37
  Author: jgc
Revision: 93482

db-move: evolution removed by jgc for move to [extra] (i686)

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 07:49:05
  Author: jgc
Revision: 87830

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 07:49:13
  Author: jgc
Revision: 87831

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-06-21 Thread Jan de Groot
Date: Monday, June 21, 2010 @ 10:22:55
  Author: jgc
Revision: 83409

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-06-21 Thread Jan de Groot
Date: Monday, June 21, 2010 @ 10:23:01
  Author: jgc
Revision: 83410

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 15:38:04
  Author: jgc
Revision: 78674

archrelease: remove extra-i686

Deleted:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686)

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 15:38:12
  Author: jgc
Revision: 78675

archrelease: copy trunk to extra-i686

Added:
  evolution/repos/extra-i686/



[arch-commits] Commit in evolution/repos (extra-i686 gnome-unstable-i686)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:46:00
  Author: jgc
Revision: 74897

db-move: moved evolution from [gnome-unstable] to [extra] (i686)

Added:
  evolution/repos/extra-i686/
Deleted:
  evolution/repos/gnome-unstable-i686/



[arch-commits] Commit in evolution/repos/extra-i686 (PKGBUILD)

2010-03-07 Thread Jan de Groot
Date: Sunday, March 7, 2010 @ 11:47:12
  Author: jgc
Revision: 71529

Update to 2.28.3.1

Modified:
  evolution/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-07 16:25:45 UTC (rev 71528)
+++ PKGBUILD2010-03-07 16:47:12 UTC (rev 71529)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=2.28.2
+pkgver=2.28.3.1
 _majorver=2.28
 pkgrel=1
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libnotify=0.4.5' 'gtkhtml=3.28.1' 'evolution-data-server=2.28.1' 
'gnome-pilot=2.0.17' 'gstreamer0.10=0.10.24' 'libpst=0.6.41' 
'libytnef=0.1.5' 'libgnomeui=2.24.2' 'gnome-desktop=2.28.0')
+depends=('libnotify=0.4.5' 'gtkhtml=3.28.3' 
'evolution-data-server=2.28.3.1' 'gnome-pilot=2.0.17' 
'gstreamer0.10=0.10.24' 'libpst=0.6.41' 'libytnef=0.1.5' 
'libgnomeui=2.24.2' 'gnome-desktop=2.28.0')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool' 'networkmanager')
 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}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1f4a50127e3af085b0a074dcdfa0595bdf8925aeee295901c33805c3ff0c2603')
+sha256sums=('9fda41b0994b1bb8d119f594597f77bb4af1a883588a39f7a81ec7a2eb18f5fd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution/repos (extra-i686 extra-i686/PKGBUILD)

2009-12-15 Thread Jan de Groot
Date: Tuesday, December 15, 2009 @ 18:04:44
  Author: jgc
Revision: 61423

Merged revisions 61394 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/evolution/trunk


  r61394 | jgc | 2009-12-15 21:22:52 +0100 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: evolution 2.28.2-1
  Update to 2.28.2


Modified:
  evolution/repos/extra-i686/   (properties)
  evolution/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: evolution/repos/extra-i686
___
Modified: svnmerge-integrated
   - /evolution/trunk:1-56386
   + /evolution/trunk:1-61422

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-15 22:23:50 UTC (rev 61422)
+++ extra-i686/PKGBUILD 2009-12-15 23:04:44 UTC (rev 61423)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=2.28.1
+pkgver=2.28.2
 _majorver=2.28
 pkgrel=1
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
@@ -15,7 +15,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5faf63e769f41ee9e4d857f5ac3bcae1fe45c57a3dbd4873402281c3aec7a135')
+sha256sums=('1f4a50127e3af085b0a074dcdfa0595bdf8925aeee295901c33805c3ff0c2603')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}