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

Jan Steffens heftig at archlinux.org
Sat Mar 16 04:22:59 UTC 2019


    Date: Saturday, March 16, 2019 @ 04:22:58
  Author: heftig
Revision: 348446

3.24.10-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 04:17:09 UTC (rev 348445)
+++ PKGBUILD	2019-03-16 04:22:58 UTC (rev 348446)
@@ -2,15 +2,16 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceview3
-pkgver=3.24.9
-pkgrel=2
+pkgver=3.24.10
+pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=699ce6bb876e04a0def6550c70b33599ae0f6ff7  # tags/3.24.9^0
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive
+             yelp-tools git)
+_commit=65e8cc12daa0b1d0ae08d5b0cee1a2ebbe3752b2  # tags/3.24.10^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,6 +22,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