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

Balló György bgyorgy at archlinux.org
Mon Apr 16 14:50:56 UTC 2018


    Date: Monday, April 16, 2018 @ 14:50:55
  Author: bgyorgy
Revision: 316520

upgpkg: gtksourceview4 4.0.0-2

Remove conflict with gtksourceview3 (FS#58245)

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 14:45:56 UTC (rev 316519)
+++ PKGBUILD	2018-04-16 14:50:55 UTC (rev 316520)
@@ -5,7 +5,7 @@
 
 pkgname=gtksourceview4
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
 arch=(x86_64)
@@ -30,7 +30,7 @@
   cd gtksourceview
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
-      --enable-glade-catalog --enable-gtk-doc --disable-Werror
+      --enable-gtk-doc --disable-Werror
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list