[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Thu Oct 17 12:37:48 UTC 2013


    Date: Thursday, October 17, 2013 @ 14:37:48
  Author: heftig
Revision: 196736

enable kerberos

Modified:
  gnome-online-accounts/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-17 12:31:54 UTC (rev 196735)
+++ PKGBUILD	2013-10-17 12:37:48 UTC (rev 196736)
@@ -3,12 +3,13 @@
 
 pkgname=gnome-online-accounts
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
 url="http://www.gnome.org"
 license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret'
+         'telepathy-glib' 'krb5' 'gcr')
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 options=(!libtool)
 install=$pkgname.install
@@ -17,7 +18,10 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+    --enable-exchange --enable-facebook --enable-flickr \
+    --enable-google --enable-imap-smtp --enable-kerberos \
+    --enable-owncloud --enable-telepathy --enable-windows-live
   make
 }
 




More information about the arch-commits mailing list