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

Ionut Biru ibiru at archlinux.org
Mon Mar 19 17:49:13 UTC 2012


    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
===================================================================
--- PKGBUILD	2012-03-19 17:46:34 UTC (rev 153786)
+++ PKGBUILD	2012-03-19 17:49:13 UTC (rev 153787)
@@ -3,13 +3,12 @@
 # Contributor: Jan de Groot <jgc at 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
 }




More information about the arch-commits mailing list