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

Jan Steffens heftig at archlinux.org
Sat Mar 16 04:23:03 UTC 2019


    Date: Saturday, March 16, 2019 @ 04:23:03
  Author: heftig
Revision: 348447

4.2.0-1

Modified:
  gtksourceview4/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 04:22:58 UTC (rev 348446)
+++ PKGBUILD	2019-03-16 04:23:03 UTC (rev 348447)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceview4
-pkgver=4.0.3
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
@@ -10,8 +10,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc autoconf-archive git)
-_commit=7abe3034d799b757e608fc1ea91dadbf3d036a66  # tags/4.0.3^0
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive glade
+             yelp-tools git)
+_commit=9d633818558ecaa18b48d4b4d59afca6f4a68fb3  # tags/4.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,6 +23,10 @@
 
 prepare() {
   cd gtksourceview
+
+  # Workaround incompat with recent autoconf-archive
+  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list