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

Jan Steffens heftig at archlinux.org
Tue Jul 12 20:14:40 UTC 2016


    Date: Tuesday, July 12, 2016 @ 20:14:39
  Author: heftig
Revision: 271741

Build docs

Modified:
  gnome-online-accounts/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 19:58:19 UTC (rev 271740)
+++ PKGBUILD	2016-07-12 20:14:39 UTC (rev 271741)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool libxslt gobject-introspection docbook-xsl)
+makedepends=(intltool gobject-introspection gtk-doc)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
             'gvfs-google: Google Drive')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
@@ -17,9 +17,18 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
-    --enable-media-server --enable-kerberos --enable-lastfm
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-media-server \
+    --enable-kerberos \
+    --enable-lastfm \
+    --enable-gtk-doc
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list