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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 6 11:51:20 UTC 2018


    Date: Tuesday, March 6, 2018 @ 11:51:19
  Author: arodseth
Revision: 303064

upgpkg: geany 1.33.0-2

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-06 08:40:43 UTC (rev 303063)
+++ PKGBUILD	2018-03-06 11:51:19 UTC (rev 303064)
@@ -7,13 +7,13 @@
 
 pkgname=geany
 pkgver=1.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64')
 url='https://www.geany.org/'
 license=('GPL')
-depends=('gtk3')
-makedepends=('intltool')
+depends=('gtk3' 'python')
+makedepends=('doxygen' 'intltool' 'python-lxml')
 optdepends=('geany-plugins: additional functionality'
             'vte3: embedded terminal support')
 source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2")
@@ -22,7 +22,10 @@
 build() {
   cd "$pkgname-${pkgver/.0}"
 
-  ./configure --prefix=/usr --enable-gtk3
+  ./configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --enable-gtkdoc-header
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list