[arch-commits] Commit in geary/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Apr 21 09:31:09 UTC 2015


    Date: Tuesday, April 21, 2015 @ 11:31:08
  Author: alucryd
Revision: 131832

FS#44657: geary 0.10.0-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-21 09:17:45 UTC (rev 131831)
+++ PKGBUILD	2015-04-21 09:31:08 UTC (rev 131832)
@@ -5,12 +5,12 @@
 
 pkgname=geary
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
          'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
              'vala')
@@ -28,8 +28,10 @@
 
   cmake .. \
     -DCMAKE_INSTALL_PREFIX='/usr' \
-    -D{DESKTOP,ICON}_UPDATE='FALSE' \
-    -DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
+    -DDESKTOP_UPDATE='FALSE' \
+    -DICON_UPDATE='FALSE' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
   make
 }
 



More information about the arch-commits mailing list