[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, October 30, 2017 @ 09:32:50 Author: heftig Revision: 308636 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 308635, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 308635, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 140 extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 3 files changed, 140 insertions(+), 140 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-10-30 09:28:34 UTC (rev 308635) +++ extra-i686/PKGBUILD 2017-10-30 09:32:50 UTC (rev 308636) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.26.1 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake ninja) -options=(!emptydirs) -_commit=0e2e5a895434b8a671a59c5a14260877ac4b1f77 # tags/EVOLUTION_3_26_1^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake . -G Ninja \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIBEXEC_INSTALL_DIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DENABLE_SMIME=ON \ --DENABLE_GTK_DOC=ON - ninja -} - -package_evolution() { - optdepends=('highlight: text highlight plugin' - 'evolution-spamassassin: Spamassassin spam check plugin' - 'evolution-bogofilter: Bogofilter spam check plugin') - groups=(gnome-extra) - - cd $pkgbase - DESTDIR="$pkgdir" ninja 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 308635, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-10-30 09:32:50 UTC (rev 308636) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.26.2 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=c397294ece1b8f8eab513486fe49f1e362c2c63b # tags/EVOLUTION_3_26_2^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin' + 'evolution-bogofilter: Bogofilter
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, October 2, 2017 @ 13:47:03 Author: heftig Revision: 306558 archrelease: copy trunk to testing-i686, testing-x86_64 Added: evolution/repos/testing-i686/PKGBUILD (from rev 306557, evolution/trunk/PKGBUILD) evolution/repos/testing-x86_64/PKGBUILD (from rev 306557, evolution/trunk/PKGBUILD) Deleted: evolution/repos/testing-i686/PKGBUILD evolution/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 140 ++ testing-i686/PKGBUILD | 70 --- testing-x86_64/PKGBUILD | 70 --- 3 files changed, 140 insertions(+), 140 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2017-10-02 13:45:02 UTC (rev 306557) +++ testing-i686/PKGBUILD 2017-10-02 13:47:03 UTC (rev 306558) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.26.0+16+g920ec2c4d7 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake ninja) -options=(!emptydirs) -_commit=920ec2c4d79bae16324d0a3bed7c8536aaac2c89 # gnome-3-26 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake . -G Ninja \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIBEXEC_INSTALL_DIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DENABLE_SMIME=ON \ --DENABLE_GTK_DOC=ON - ninja -} - -package_evolution() { - optdepends=('highlight: text highlight plugin' - 'evolution-spamassassin: Spamassassin spam check plugin' - 'evolution-bogofilter: Bogofilter spam check plugin') - groups=(gnome-extra) - - cd $pkgbase - DESTDIR="$pkgdir" ninja 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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/testing-i686/PKGBUILD (from rev 306557, evolution/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-10-02 13:47:03 UTC (rev 306558) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.26.1 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=0e2e5a895434b8a671a59c5a14260877ac4b1f77 # tags/EVOLUTION_3_26_1^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plu
[arch-commits] Commit in evolution/repos (4 files)
Date: Wednesday, September 20, 2017 @ 20:32:34 Author: heftig Revision: 305995 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution/repos/gnome-unstable-i686/ evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 305994, evolution/trunk/PKGBUILD) evolution/repos/gnome-unstable-x86_64/ evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305994, evolution/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 70 +++ gnome-unstable-x86_64/PKGBUILD | 70 +++ 2 files changed, 140 insertions(+) Copied: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 305994, evolution/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2017-09-20 20:32:34 UTC (rev 305995) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.26.0+16+g920ec2c4d7 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=920ec2c4d79bae16324d0a3bed7c8536aaac2c89 # gnome-3-26 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin' + 'evolution-bogofilter: Bogofilter spam check plugin') + groups=(gnome-extra) + + cd $pkgbase + DESTDIR="$pkgdir" ninja 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() { + pkgdesc="Spam filtering for Evolution, using 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() { + pkgdesc="Spam filtering for Evolution, using 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/gnome-unstable-x86_64/PKGBUILD (from rev 305994, evolution/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2017-09-20 20:32:34 UTC (rev 305995) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.26.0+16+g920ec2c4d7 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=920ec2c4d79bae16324d0a3bed7c8536aaac2c89 # gnome-3-26 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text h
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, August 7, 2017 @ 18:49:49 Author: heftig Revision: 301747 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 301746, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 301746, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 140 extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 3 files changed, 140 insertions(+), 140 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-08-07 18:47:15 UTC (rev 301746) +++ extra-i686/PKGBUILD 2017-08-07 18:49:49 UTC (rev 301747) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.4 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake ninja) -options=(!emptydirs) -_commit=1c101ab99de0b4ee4ba384b062f236cffe0c68ab # tags/EVOLUTION_3_24_4^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake . -G Ninja \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIBEXEC_INSTALL_DIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DENABLE_SMIME=ON \ --DENABLE_GTK_DOC=ON - ninja -} - -package_evolution() { - optdepends=('highlight: text highlight plugin' - 'evolution-spamassassin: Spamassassin spam check plugin' - 'evolution-bogofilter: Bogofilter spam check plugin') - groups=(gnome-extra) - - cd $pkgbase - DESTDIR="$pkgdir" ninja 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 301746, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-08-07 18:49:49 UTC (rev 301747) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.5 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=8acce30a4c862690b3e84107d598c61671acb54c # tags/EVOLUTION_3_24_5^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin' + 'evolution-bogofilter: Bogofilter s
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, July 17, 2017 @ 14:14:29 Author: heftig Revision: 300692 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 300691, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 300691, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 140 extra-i686/PKGBUILD | 65 -- extra-x86_64/PKGBUILD | 65 -- 3 files changed, 140 insertions(+), 130 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-07-17 14:10:56 UTC (rev 300691) +++ extra-i686/PKGBUILD 2017-07-17 14:14:29 UTC (rev 300692) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.3 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake) -options=(!emptydirs) -_commit=67f6aedfeff10c8d5bd9268a197b4b6827f89cc4 # tags/EVOLUTION_3_24_3^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 300691, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-07-17 14:14:29 UTC (rev 300692) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.4 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake ninja) +options=(!emptydirs) +_commit=1c101ab99de0b4ee4ba384b062f236cffe0c68ab # tags/EVOLUTION_3_24_4^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake . -G Ninja \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIBEXEC_INSTALL_DIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DENABLE_SMIME=ON \ +-DENABLE_GTK_DOC=ON + ninja +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin' + 'evolution-bogofilter: Bogofilter spam check plugin') + groups=(gnome-extra) + + cd $pkgb
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, June 19, 2017 @ 20:07:57 Author: heftig Revision: 298988 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 298987, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 298987, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 130 extra-i686/PKGBUILD | 65 extra-x86_64/PKGBUILD | 65 3 files changed, 130 insertions(+), 130 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-06-19 19:57:24 UTC (rev 298987) +++ extra-i686/PKGBUILD 2017-06-19 20:07:57 UTC (rev 298988) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.2 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake) -options=(!emptydirs) -_commit=82c5c091d9427fcc9b675163f6ce089845f5ea48 # tags/EVOLUTION_3_24_2^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 298987, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-06-19 20:07:57 UTC (rev 298988) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.3 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=67f6aedfeff10c8d5bd9268a197b4b6827f89cc4 # tags/EVOLUTION_3_24_3^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + 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 + + mkd
[arch-commits] Commit in evolution/repos (4 files)
Date: Tuesday, May 9, 2017 @ 15:52:41 Author: heftig Revision: 295478 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 295477, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 295477, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 130 extra-i686/PKGBUILD | 65 extra-x86_64/PKGBUILD | 65 3 files changed, 130 insertions(+), 130 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-05-09 15:48:21 UTC (rev 295477) +++ extra-i686/PKGBUILD 2017-05-09 15:52:41 UTC (rev 295478) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.1+6+gfc6d11eb4a -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake) -options=(!emptydirs) -_commit=fc6d11eb4aab2cb44a6f63ea540d14138d278605 # gnome-3-24 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 295477, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-05-09 15:52:41 UTC (rev 295478) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.2 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=82c5c091d9427fcc9b675163f6ce089845f5ea48 # tags/EVOLUTION_3_24_2^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + 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 + + mkd
[arch-commits] Commit in evolution/repos (4 files)
Date: Friday, April 14, 2017 @ 08:05:48 Author: jgc Revision: 292910 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 292909, evolution/trunk/PKGBUILD) evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292909, evolution/trunk/PKGBUILD) Deleted: evolution/repos/gnome-unstable-i686/PKGBUILD evolution/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 130 +++ gnome-unstable-i686/PKGBUILD | 65 --- gnome-unstable-x86_64/PKGBUILD | 65 --- 3 files changed, 130 insertions(+), 130 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2017-04-14 08:05:12 UTC (rev 292909) +++ gnome-unstable-i686/PKGBUILD2017-04-14 08:05:48 UTC (rev 292910) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.1+6+gfc6d11eb4a -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake) -options=(!emptydirs) -_commit=fc6d11eb4aab2cb44a6f63ea540d14138d278605 # gnome-3-24 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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/gnome-unstable-i686/PKGBUILD (from rev 292909, evolution/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2017-04-14 08:05:48 UTC (rev 292910) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.1+6+gfc6d11eb4a +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=fc6d11eb4aab2cb44a6f63ea540d14138d278605 # gnome-3-24 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin'
[arch-commits] Commit in evolution/repos (4 files)
Date: Friday, April 14, 2017 @ 08:05:12 Author: jgc Revision: 292909 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 292908, evolution/trunk/PKGBUILD) evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292908, evolution/trunk/PKGBUILD) Deleted: evolution/repos/gnome-unstable-i686/PKGBUILD evolution/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 130 +++ gnome-unstable-i686/PKGBUILD | 65 --- gnome-unstable-x86_64/PKGBUILD | 65 --- 3 files changed, 130 insertions(+), 130 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2017-04-14 08:05:07 UTC (rev 292908) +++ gnome-unstable-i686/PKGBUILD2017-04-14 08:05:12 UTC (rev 292909) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.24.0+36+g70a79d86b3 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui gnome-autoar) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gtk-doc yelp-tools git cmake) -options=(!emptydirs) -_commit=70a79d86b3764a20ca7ad7129342959f2d9a4a45 # gnome-3-24 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -build() { - cd $pkgbase - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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/gnome-unstable-i686/PKGBUILD (from rev 292908, evolution/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2017-04-14 08:05:12 UTC (rev 292909) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.1+6+gfc6d11eb4a +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=fc6d11eb4aab2cb44a6f63ea540d14138d278605 # gnome-3-24 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin
[arch-commits] Commit in evolution/repos (4 files)
Date: Sunday, April 9, 2017 @ 08:04:41 Author: jgc Revision: 292554 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution/repos/gnome-unstable-i686/ evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 292553, evolution/trunk/PKGBUILD) evolution/repos/gnome-unstable-x86_64/ evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292553, evolution/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 65 +++ gnome-unstable-x86_64/PKGBUILD | 65 +++ 2 files changed, 130 insertions(+) Copied: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 292553, evolution/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2017-04-09 08:04:41 UTC (rev 292554) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.0+36+g70a79d86b3 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=70a79d86b3764a20ca7ad7129342959f2d9a4a45 # gnome-3-24 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + 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() { + pkgdesc="Spam filtering for Evolution, using 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() { + pkgdesc="Spam filtering for Evolution, using 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/gnome-unstable-x86_64/PKGBUILD (from rev 292553, evolution/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2017-04-09 08:04:41 UTC (rev 292554) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.24.0+36+g70a79d86b3 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui gnome-autoar) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gtk-doc yelp-tools git cmake) +options=(!emptydirs) +_commit=70a79d86b3764a20ca7ad7129342959f2d9a4a45 # gnome-3-24 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +build() { + cd $pkgbase + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON . + make +} + +package_evolution() { + optdepends=('highlight: text highlight plugin' + 'evolution-spamassassin: Spamassassin spam check plugin' + 'evoluti
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, March 13, 2017 @ 15:09:34 Author: heftig Revision: 290787 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 290786, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 290786, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-03-13 14:58:23 UTC (rev 290786) +++ extra-i686/PKGBUILD 2017-03-13 15:09:34 UTC (rev 290787) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.5 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=5564753c114c0a782d34ffbccda76be720b2064b # tags/EVOLUTION_3_22_5^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 290786, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-03-13 15:09:34 UTC (rev 290787) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.6 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=291e610bfc1bd33a5c90853468ecd034f83b539f # tags/EVOLUTION_3_22_6^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enab
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, February 13, 2017 @ 19:43:54 Author: heftig Revision: 288902 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 288901, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 288901, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-02-13 19:42:43 UTC (rev 288901) +++ extra-i686/PKGBUILD 2017-02-13 19:43:54 UTC (rev 288902) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.4 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=1d604187d036e05f978b5fd584935facc834dd6a # tags/EVOLUTION_3_22_4^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 288901, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-02-13 19:43:54 UTC (rev 288902) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.5 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=5564753c114c0a782d34ffbccda76be720b2064b # tags/EVOLUTION_3_22_5^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --e
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, January 16, 2017 @ 19:34:10 Author: heftig Revision: 286741 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 286740, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 286740, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-01-16 19:29:59 UTC (rev 286740) +++ extra-i686/PKGBUILD 2017-01-16 19:34:10 UTC (rev 286741) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.3 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1 # tags/EVOLUTION_3_22_3^0 -source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 286740, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-01-16 19:34:10 UTC (rev 286741) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.4 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=1d604187d036e05f978b5fd584935facc834dd6a # tags/EVOLUTION_3_22_4^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --en
[arch-commits] Commit in evolution/repos (4 files)
Date: Friday, December 16, 2016 @ 13:01:28 Author: heftig Revision: 283835 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 283834, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 283834, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-12-16 12:59:35 UTC (rev 283834) +++ extra-i686/PKGBUILD 2016-12-16 13:01:28 UTC (rev 283835) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.2 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=3e9d4e052a55dfaad2adce06d907f2c3a33ff634 # tags/EVOLUTION_3_22_2^0 -source=("git://git.gnome.org/evolution#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 283834, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-12-16 13:01:28 UTC (rev 283835) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.3 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1 # tags/EVOLUTION_3_22_3^0 +source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-nss=yes
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, November 7, 2016 @ 19:00:51 Author: heftig Revision: 280097 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 280096, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 280096, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-11-07 18:55:13 UTC (rev 280096) +++ extra-i686/PKGBUILD 2016-11-07 19:00:51 UTC (rev 280097) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.1+8+gf95d465 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=f95d465ae1af5ff7dcdd57e7dd465a1208162f0a # gnome-3-22 -source=("git://git.gnome.org/evolution#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 280096, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-11-07 19:00:51 UTC (rev 280097) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.2 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=3e9d4e052a55dfaad2adce06d907f2c3a33ff634 # tags/EVOLUTION_3_22_2^0 +source=("git://git.gnome.org/evolution#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-nss=yes \ + --with-o
[arch-commits] Commit in evolution/repos (4 files)
Date: Thursday, October 13, 2016 @ 22:16:05 Author: jgc Revision: 278805 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 278804, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 278804, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 162 extra-i686/PKGBUILD | 81 extra-x86_64/PKGBUILD | 81 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-13 22:16:00 UTC (rev 278804) +++ extra-i686/PKGBUILD 2016-10-13 22:16:05 UTC (rev 278805) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.1 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=0287d9b64bbc884b088c08d743ddb3180d62c5de # tags/EVOLUTION_3_22_1^0 -source=("git://git.gnome.org/evolution#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 278804, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-10-13 22:16:05 UTC (rev 278805) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.1+8+gf95d465 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=f95d465ae1af5ff7dcdd57e7dd465a1208162f0a # gnome-3-22 +source=("git://git.gnome.org/evolution#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-nss=yes \ + --with-op
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, October 10, 2016 @ 11:47:39 Author: heftig Revision: 278161 archrelease: copy trunk to testing-i686, testing-x86_64 Added: evolution/repos/testing-i686/PKGBUILD (from rev 278160, evolution/trunk/PKGBUILD) evolution/repos/testing-x86_64/PKGBUILD (from rev 278160, evolution/trunk/PKGBUILD) Deleted: evolution/repos/testing-i686/PKGBUILD evolution/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 162 ++ testing-i686/PKGBUILD | 81 --- testing-x86_64/PKGBUILD | 81 --- 3 files changed, 162 insertions(+), 162 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2016-10-10 11:46:40 UTC (rev 278160) +++ testing-i686/PKGBUILD 2016-10-10 11:47:39 UTC (rev 278161) @@ -1,81 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.22.0+18+g65ec324 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc yelp-tools git) -options=(!emptydirs) -_commit=65ec324ef38906c5d98ddebaafa630355fc31e1d -source=("git://git.gnome.org/evolution#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgbase - - ./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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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/testing-i686/PKGBUILD (from rev 278160, evolution/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-10 11:47:39 UTC (rev 278161) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.1 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=0287d9b64bbc884b088c08d743ddb3180d62c5de # tags/EVOLUTION_3_22_1^0 +source=("git://git.gnome.org/evolution#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ +
[arch-commits] Commit in evolution/repos (4 files)
Date: Tuesday, September 27, 2016 @ 17:00:23 Author: jgc Revision: 277061 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution/repos/gnome-unstable-i686/ evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 277060, evolution/trunk/PKGBUILD) evolution/repos/gnome-unstable-x86_64/ evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277060, evolution/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 81 +++ gnome-unstable-x86_64/PKGBUILD | 81 +++ 2 files changed, 162 insertions(+) Copied: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 277060, evolution/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2016-09-27 17:00:23 UTC (rev 277061) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.0+18+g65ec324 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=65ec324ef38906c5d98ddebaafa630355fc31e1d +source=("git://git.gnome.org/evolution#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./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' libtool + + make +} + +package_evolution() { + 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() { + pkgdesc="Spam filtering for Evolution, using 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() { + pkgdesc="Spam filtering for Evolution, using 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/gnome-unstable-x86_64/PKGBUILD (from rev 277060, evolution/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2016-09-27 17:00:23 UTC (rev 277061) @@ -0,0 +1,81 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.22.0+18+g65ec324 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc yelp-tools git) +options=(!emptydirs) +_commit=65ec324ef38906c5d98ddebaafa630355fc31e1d +source=("git://git.gnome.org/evolution#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + + ./configure --prefix=/usr --sysconfdir=/etc \ +
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, August 8, 2016 @ 10:34:23 Author: heftig Revision: 273491 archrelease: copy trunk to testing-i686, testing-x86_64 Added: evolution/repos/testing-i686/ evolution/repos/testing-i686/PKGBUILD (from rev 273490, evolution/trunk/PKGBUILD) evolution/repos/testing-x86_64/ evolution/repos/testing-x86_64/PKGBUILD (from rev 273490, evolution/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 74 ++ testing-x86_64/PKGBUILD | 74 ++ 2 files changed, 148 insertions(+) Copied: evolution/repos/testing-i686/PKGBUILD (from rev 273490, evolution/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-08 10:34:23 UTC (rev 273491) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.20.5 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui webkitgtk) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) +sha256sums=('2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e') + +prepare() { + cd $pkgname-$pkgver +} + +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' libtool + + make +} + +package_evolution() { + 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() { + pkgdesc="Spam filtering for Evolution, using 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() { + pkgdesc="Spam filtering for Evolution, using 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/testing-x86_64/PKGBUILD (from rev 273490, evolution/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-08-08 10:34:23 UTC (rev 273491) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.20.5 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui webkitgtk) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) +sha256sums=('2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e') + +prepare() { + cd $pkgname-$pkgver +} + +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/ -shar
[arch-commits] Commit in evolution/repos (4 files)
Date: Monday, July 11, 2016 @ 13:58:07 Author: jgc Revision: 271466 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 271465, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 271465, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 148 extra-i686/PKGBUILD | 74 extra-x86_64/PKGBUILD | 74 3 files changed, 148 insertions(+), 148 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-07-11 13:58:02 UTC (rev 271465) +++ extra-i686/PKGBUILD 2016-07-11 13:58:07 UTC (rev 271466) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.20.3 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui webkitgtk) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc) -options=(!emptydirs) -source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) -sha256sums=('57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970') - -prepare() { - cd $pkgname-$pkgver -} - -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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 271465, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-07-11 13:58:07 UTC (rev 271466) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.20.4 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui webkitgtk) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) +sha256sums=('2c29733cb49042dca093bb4b3c4a3eb7fdc5d7437d1bd048fa39822f4d5436bc') + +prepare() { + cd $pkgname-$pkgver +} + +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' libtool
[arch-commits] Commit in evolution/repos (4 files)
Date: Tuesday, June 14, 2016 @ 21:18:40 Author: heftig Revision: 269976 archrelease: copy trunk to extra-i686, extra-x86_64 Added: evolution/repos/extra-i686/PKGBUILD (from rev 269975, evolution/trunk/PKGBUILD) evolution/repos/extra-x86_64/PKGBUILD (from rev 269975, evolution/trunk/PKGBUILD) Deleted: evolution/repos/extra-i686/PKGBUILD evolution/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 148 extra-i686/PKGBUILD | 74 extra-x86_64/PKGBUILD | 74 3 files changed, 148 insertions(+), 148 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 21:15:29 UTC (rev 269975) +++ extra-i686/PKGBUILD 2016-06-14 21:18:40 UTC (rev 269976) @@ -1,74 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgbase=evolution -pkgname=(evolution evolution-bogofilter evolution-spamassassin) -pkgver=3.20.2 -pkgrel=1 -pkgdesc="Manage your email, contacts and schedule" -url="https://wiki.gnome.org/Apps/Evolution"; -arch=(i686 x86_64) -license=(GPL) -depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef - dconf gtkspell3 libcryptui webkitgtk) -makedepends=(intltool itstool docbook-xsl networkmanager bogofilter - spamassassin highlight gnome-common gtk-doc) -options=(!emptydirs) -source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) -sha256sums=('66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630') - -prepare() { - cd $pkgname-$pkgver -} - -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' libtool - - make -} - -package_evolution() { - 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() { - pkgdesc="Spam filtering for Evolution, using 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() { - pkgdesc="Spam filtering for Evolution, using 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 269975, evolution/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 21:18:40 UTC (rev 269976) @@ -0,0 +1,74 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgbase=evolution +pkgname=(evolution evolution-bogofilter evolution-spamassassin) +pkgver=3.20.3 +pkgrel=1 +pkgdesc="Manage your email, contacts and schedule" +url="https://wiki.gnome.org/Apps/Evolution"; +arch=(i686 x86_64) +license=(GPL) +depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef + dconf gtkspell3 libcryptui webkitgtk) +makedepends=(intltool itstool docbook-xsl networkmanager bogofilter + spamassassin highlight gnome-common gtk-doc) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) +sha256sums=('57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970') + +prepare() { + cd $pkgname-$pkgver +} + +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' lib
[arch-commits] Commit in evolution/repos (4 files)
Date: Sunday, April 1, 2012 @ 07:31:35 Author: heftig Revision: 155052 db-move: moved evolution from [gnome-unstable] to [testing] (x86_64) Added: evolution/repos/testing-x86_64/ evolution/repos/testing-x86_64/PKGBUILD (from rev 155005, evolution/repos/gnome-unstable-x86_64/PKGBUILD) evolution/repos/testing-x86_64/evolution.install (from rev 155005, evolution/repos/gnome-unstable-x86_64/evolution.install) Deleted: evolution/repos/gnome-unstable-x86_64/ ---+ PKGBUILD | 48 evolution.install | 24 2 files changed, 72 insertions(+) Copied: evolution/repos/testing-x86_64/PKGBUILD (from rev 155005, evolution/repos/gnome-unstable-x86_64/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-01 11:31:35 UTC (rev 155052) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=evolution +pkgver=3.4.0.1 +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=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a') + +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/testing-x86_64/evolution.install (from rev 155005, evolution/repos/gnome-unstable-x86_64/evolution.install) === --- testing-x86_64/evolution.install(rev 0) +++ testing-x86_64/evolution.install2012-04-01 11:31:35 UTC (rev 155052) @@ -0,0 +1,24 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gconfpkg --install evolution + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove +} + +post_upgrade() { + post_install +} + +pre_remove() { + gconfpkg --uninstall evolution +} + +post_remove() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +}
[arch-commits] Commit in evolution/repos (4 files)
Date: Sunday, April 1, 2012 @ 07:31:33 Author: heftig Revision: 155051 db-move: moved evolution from [gnome-unstable] to [testing] (i686) Added: evolution/repos/testing-i686/ evolution/repos/testing-i686/PKGBUILD (from rev 155005, evolution/repos/gnome-unstable-i686/PKGBUILD) evolution/repos/testing-i686/evolution.install (from rev 155005, evolution/repos/gnome-unstable-i686/evolution.install) Deleted: evolution/repos/gnome-unstable-i686/ ---+ PKGBUILD | 48 evolution.install | 24 2 files changed, 72 insertions(+) Copied: evolution/repos/testing-i686/PKGBUILD (from rev 155005, evolution/repos/gnome-unstable-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-01 11:31:33 UTC (rev 155051) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=evolution +pkgver=3.4.0.1 +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=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a') + +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/testing-i686/evolution.install (from rev 155005, evolution/repos/gnome-unstable-i686/evolution.install) === --- testing-i686/evolution.install (rev 0) +++ testing-i686/evolution.install 2012-04-01 11:31:33 UTC (rev 155051) @@ -0,0 +1,24 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gconfpkg --install evolution + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove +} + +post_upgrade() { + post_install +} + +pre_remove() { + gconfpkg --uninstall evolution +} + +post_remove() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +}
[arch-commits] Commit in evolution/repos (4 files)
Date: Wednesday, September 28, 2011 @ 15:29:39 Author: ibiru Revision: 138876 db-move: moved evolution from [gnome-unstable] to [testing] (x86_64) Added: evolution/repos/testing-x86_64/ evolution/repos/testing-x86_64/PKGBUILD (from rev 138832, evolution/repos/gnome-unstable-x86_64/PKGBUILD) evolution/repos/testing-x86_64/evolution.install (from rev 138832, evolution/repos/gnome-unstable-x86_64/evolution.install) Deleted: evolution/repos/gnome-unstable-x86_64/ ---+ PKGBUILD | 45 + evolution.install | 24 2 files changed, 69 insertions(+) Copied: evolution/repos/testing-x86_64/PKGBUILD (from rev 138832, evolution/repos/gnome-unstable-x86_64/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2011-09-28 19:29:39 UTC (rev 138876) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=evolution +pkgver=3.2.0 +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') +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%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('538883531aa64bec1b43c73db9cf1b59573d10adc4d8dca6401e4bffa90f246d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --disable-scrollkeeper \ + --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 "${srcdir}/${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/testing-x86_64/evolution.install (from rev 138832, evolution/repos/gnome-unstable-x86_64/evolution.install) === --- testing-x86_64/evolution.install(rev 0) +++ testing-x86_64/evolution.install2011-09-28 19:29:39 UTC (rev 138876) @@ -0,0 +1,24 @@ +pkgname=evolution + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +}
[arch-commits] Commit in evolution/repos (4 files)
Date: Wednesday, September 28, 2011 @ 15:29:38 Author: ibiru Revision: 138875 db-move: moved evolution from [gnome-unstable] to [testing] (i686) Added: evolution/repos/testing-i686/ evolution/repos/testing-i686/PKGBUILD (from rev 138832, evolution/repos/gnome-unstable-i686/PKGBUILD) evolution/repos/testing-i686/evolution.install (from rev 138832, evolution/repos/gnome-unstable-i686/evolution.install) Deleted: evolution/repos/gnome-unstable-i686/ ---+ PKGBUILD | 45 + evolution.install | 24 2 files changed, 69 insertions(+) Copied: evolution/repos/testing-i686/PKGBUILD (from rev 138832, evolution/repos/gnome-unstable-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-09-28 19:29:38 UTC (rev 138875) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=evolution +pkgver=3.2.0 +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') +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%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('538883531aa64bec1b43c73db9cf1b59573d10adc4d8dca6401e4bffa90f246d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --disable-scrollkeeper \ + --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 "${srcdir}/${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/testing-i686/evolution.install (from rev 138832, evolution/repos/gnome-unstable-i686/evolution.install) === --- testing-i686/evolution.install (rev 0) +++ testing-i686/evolution.install 2011-09-28 19:29:38 UTC (rev 138875) @@ -0,0 +1,24 @@ +pkgname=evolution + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +}
[arch-commits] Commit in evolution/repos (4 files)
Date: Sunday, March 6, 2011 @ 13:16:38 Author: ibiru Revision: 112779 libnotify 0.7 rebuild Added: evolution/repos/staging-i686/ evolution/repos/staging-x86_64/ Modified: evolution/repos/staging-i686/PKGBUILD evolution/repos/staging-x86_64/PKGBUILD --+ PKGBUILD | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) Modified: staging-i686/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-03-06 17:05:25 UTC (rev 112778) +++ staging-i686/PKGBUILD 2011-03-06 18:16:38 UTC (rev 112779) @@ -3,11 +3,11 @@ pkgname=evolution pkgver=2.32.2 -pkgrel=3 +pkgrel=4 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome" arch=('i686' 'x86_64') license=('GPL') -depends=('libnotify>=0.5.2' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 'desktop-file-utils') +depends=('libnotify>=0.7.1' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 'desktop-file-utils') makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'networkmanager') optdepends=('bogofilter: possible junk filter plugin' 'spamassassin: possible junk filter plugin') @@ -15,11 +15,16 @@ options=('!libtool' '!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2 +evolution-2.32.1-libnotify-0.7.patch) +sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb' +'73746e65a3ba190ace8bd1e5fc9d52f6a67556fac0ba8727d7705ffe74e3ce0d') build() { cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np0 -i "${srcdir}/evolution-2.32.1-libnotify-0.7.patch" + ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ Modified: staging-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-03-06 17:05:25 UTC (rev 112778) +++ staging-x86_64/PKGBUILD 2011-03-06 18:16:38 UTC (rev 112779) @@ -3,11 +3,11 @@ pkgname=evolution pkgver=2.32.2 -pkgrel=3 +pkgrel=4 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome" arch=('i686' 'x86_64') license=('GPL') -depends=('libnotify>=0.5.2' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 'desktop-file-utils') +depends=('libnotify>=0.7.1' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 'desktop-file-utils') makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'networkmanager') optdepends=('bogofilter: possible junk filter plugin' 'spamassassin: possible junk filter plugin') @@ -15,11 +15,16 @@ options=('!libtool' '!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2 +evolution-2.32.1-libnotify-0.7.patch) +sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb' +'73746e65a3ba190ace8bd1e5fc9d52f6a67556fac0ba8727d7705ffe74e3ce0d') build() { cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np0 -i "${srcdir}/evolution-2.32.1-libnotify-0.7.patch" + ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \