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

Balló György bgyorgy at archlinux.org
Tue Jan 9 22:07:06 UTC 2018


    Date: Tuesday, January 9, 2018 @ 22:07:05
  Author: bgyorgy
Revision: 280779

upgpkg: nautilus-python 1.2.1-2

Build gtk-doc

Modified:
  nautilus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 21:48:48 UTC (rev 280778)
+++ PKGBUILD	2018-01-09 22:07:05 UTC (rev 280779)
@@ -5,12 +5,13 @@
 pkgbase=nautilus-python
 pkgname=('python-nautilus' 'python2-nautilus')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the Nautilus Extension API"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/NautilusPython"
 license=('GPL')
 depends=('nautilus' 'python-gobject' 'python2-gobject')
+makedepends=('gtk-doc')
 source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
 
@@ -23,7 +24,7 @@
   # Python 3 version
   [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
   cd python3
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc \
               PYTHON=python3
   make
 
@@ -31,7 +32,7 @@
   # Python 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
   cd python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc \
               PYTHON=python2
   make
 }



More information about the arch-commits mailing list