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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 7 18:35:07 UTC 2020


    Date: Monday, September 7, 2020 @ 18:35:07
  Author: arodseth
Revision: 700186

upgpkg: geany 1.36-3

FS#67707

Modified:
  geany/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-07 18:26:55 UTC (rev 700185)
+++ PKGBUILD	2020-09-07 18:35:07 UTC (rev 700186)
@@ -6,12 +6,12 @@
 
 pkgname=geany
 pkgver=1.36
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and lightweight IDE'
 arch=(x86_64)
 url='https://www.geany.org/'
 license=(GPL)
-depends=(gtk3 python)
+depends=(gtk3)
 makedepends=(doxygen intltool python-lxml)
 optdepends=('geany-plugins: additional functionality'
             'vte3: embedded terminal support')
@@ -20,11 +20,10 @@
 
 build() {
   cd "$pkgname-${pkgver/.0}"
-
   ./configure \
-    --prefix=/usr \
     --enable-gtk3 \
-    --enable-gtkdoc-header
+    --enable-gtkdoc-header \
+    --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list