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

Balló György bgyorgy at archlinux.org
Tue Sep 23 15:30:31 UTC 2014


    Date: Tuesday, September 23, 2014 @ 17:30:31
  Author: bgyorgy
Revision: 119508

upgpkg: almanah 0.11.0-2

Add evolution as dependency (FS#41741)

Modified:
  almanah/trunk/PKGBUILD
  almanah/trunk/almanah.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-23 14:55:22 UTC (rev 119507)
+++ PKGBUILD	2014-09-23 15:30:31 UTC (rev 119508)
@@ -3,12 +3,12 @@
 
 pkgname=almanah
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Almanah_Diary"
 license=('GPL')
-depends=('evolution-data-server' 'gtkspell3' 'libcryptui' 'xdg-utils')
+depends=('evolution' 'libcryptui')
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

Modified: almanah.install
===================================================================
--- almanah.install	2014-09-23 14:55:22 UTC (rev 119507)
+++ almanah.install	2014-09-23 15:30:31 UTC (rev 119508)
@@ -1,6 +1,6 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {




More information about the arch-commits mailing list