[arch-commits] Commit in evolution/trunk (PKGBUILD evolution.install)

2016-05-09 Thread Jan Steffens
Date: Monday, May 9, 2016 @ 22:18:21
  Author: heftig
Revision: 267276

3.20.2-1

Modified:
  evolution/trunk/PKGBUILD
Deleted:
  evolution/trunk/evolution.install

---+
 PKGBUILD  |   28 
 evolution.install |   19 ---
 2 files changed, 16 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-09 20:00:04 UTC (rev 267275)
+++ PKGBUILD2016-05-09 20:18:21 UTC (rev 267276)
@@ -3,17 +3,20 @@
 # Contributor: Jan de Groot 
 
 pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.20.1
+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)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils dconf gtkspell3 webkitgtk libcryptui gnome-common 
gtk-doc)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
+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=('029567e20fa62263c5fcd2e7f3a0dff96364b647cf9d36a5b99a3abe3b0027d3')
+sha256sums=('66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -38,13 +41,10 @@
 }
 
 package_evolution() {
-  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-   desktop-file-utils dconf gtkspell3 libcryptui webkitgtk)
-  install=evolution.install
   optdepends=('highlight: text highlight plugin'
   'evolution-spamassassin: Spamassassin spam check plugin'
   'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
+  groups=(gnome-extra)
 
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
@@ -58,13 +58,17 @@
 
 
 package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" '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() {
-  depends=("evolution=$pkgver" '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"
 }

Deleted: evolution.install
===
--- evolution.install   2016-05-09 20:00:04 UTC (rev 267275)
+++ evolution.install   2016-05-09 20:18:21 UTC (rev 267276)
@@ -1,19 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/evolution.schemas ]; then
-gconfpkg --uninstall evolution
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in evolution/trunk (PKGBUILD evolution.install)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 15:33:35
  Author: jgc
Revision: 166833

upgpkg: evolution 3.5.92-1

Update to 3.5.92

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

---+
 PKGBUILD  |   16 +---
 evolution.install |   13 -
 2 files changed, 9 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:30:28 UTC (rev 166832)
+++ PKGBUILD2012-09-19 19:33:35 UTC (rev 166833)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.4.4
+pkgver=3.5.92
 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')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')
 groups=('gnome-extra')
@@ -17,7 +17,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e541d0894c1d48b89820b6466edafe40215f8cdb45b1c0e9635cc15f49ecb9a')
+sha256sums=('dfead9f5bde36527ed4410e62004e42d4677e319d2c6e02d96ede5406516c25f')
 
 build() {
   cd $pkgname-$pkgver
@@ -29,20 +29,14 @@
   --with-openldap=yes \
   --enable-smime=yes \
   --with-krb5=/usr \
-  --disable-image-inline
+  --disable-schemas-compile
   
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
 
   make
-  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
+  make DESTDIR=$pkgdir install
 }

Modified: evolution.install
===
--- evolution.install   2012-09-19 19:30:28 UTC (rev 166832)
+++ evolution.install   2012-09-19 19:33:35 UTC (rev 166833)
@@ -1,24 +1,19 @@
 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
+  if [ -f /usr/share/gconf/schemas/evolution.schemas ]; then
+gconfpkg --uninstall evolution
+  fi
 }
 
 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
+  post_install
 }



[arch-commits] Commit in evolution/trunk (PKGBUILD evolution.install)

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 13:49:13
  Author: ibiru
Revision: 153787

update to 3.3.92

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

---+
 PKGBUILD  |7 +++
 evolution.install |8 
 2 files changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 17:46:34 UTC (rev 153786)
+++ PKGBUILD2012-03-19 17:49:13 UTC (rev 153787)
@@ -3,13 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.3.90
+pkgver=3.3.92
 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')
+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')
@@ -18,7 +17,7 @@
 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=('2eb34a1e01f69047bd89d073faeafd35653a1af89780038f10fd7a4cec4f7b50')
+sha256sums=('5932bd6d9c37657dde1ef3350341760c07a7c3022a4c24e7f533dbcd587bc33d')
 
 build() {
   cd $pkgname-$pkgver

Modified: evolution.install
===
--- evolution.install   2012-03-19 17:46:34 UTC (rev 153786)
+++ evolution.install   2012-03-19 17:49:13 UTC (rev 153787)
@@ -1,8 +1,8 @@
 post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
+  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
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -18,7 +18,7 @@
 }
 
 post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }



[arch-commits] Commit in evolution/trunk (PKGBUILD evolution.install)

2012-03-11 Thread Jan Steffens
Date: Sunday, March 11, 2012 @ 04:23:52
  Author: heftig
Revision: 153015

3.3.90

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

---+
 PKGBUILD  |   19 +++
 evolution.install |   12 ++--
 2 files changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-11 07:54:23 UTC (rev 153014)
+++ PKGBUILD2012-03-11 08:23:52 UTC (rev 153015)
@@ -1,13 +1,15 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.3.90
+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')
+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')
@@ -16,26 +18,27 @@
 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=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
+sha256sums=('2eb34a1e01f69047bd89d073faeafd35653a1af89780038f10fd7a4cec4f7b50')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $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
+  cd $pkgname-$pkgver
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
   make -C plugins/tnef-attachments DESTDIR=$pkgdir install
 

Modified: evolution.install
===
--- evolution.install   2012-03-11 07:54:23 UTC (rev 153014)
+++ evolution.install   2012-03-11 08:23:52 UTC (rev 153015)
@@ -1,24 +1,24 @@
-pkgname=evolution
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  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 $1
+  pre_remove
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+  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/trunk (PKGBUILD evolution.install)

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

upgpkg: evolution 2.32.2-2
execute update-desktop-database in install script FS#22933

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

---+
 PKGBUILD  |4 ++--
 evolution.install |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-19 16:00:20 UTC (rev 110462)
+++ PKGBUILD2011-02-19 16:36:25 UTC (rev 110463)
@@ -3,11 +3,11 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 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')
+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')
 makedepends=('gnome-doc-utils=0.20.1' 'intltool' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')

Modified: evolution.install
===
--- evolution.install   2011-02-19 16:00:20 UTC (rev 110462)
+++ evolution.install   2011-02-19 16:36:25 UTC (rev 110463)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -18,5 +19,6 @@
 }
 
 post_remove() {
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }