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

Jan Steffens heftig at archlinux.org
Sat May 30 21:54:04 UTC 2020


    Date: Saturday, May 30, 2020 @ 21:54:03
  Author: heftig
Revision: 387934

3.24.11+28+g73e57b57-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 21:18:09 UTC (rev 387933)
+++ PKGBUILD	2020-05-30 21:54:03 UTC (rev 387934)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceview3
-pkgver=3.24.11
+pkgver=3.24.11+28+g73e57b57
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
@@ -11,7 +11,8 @@
 depends=(gtk3 libxml2)
 makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive
              yelp-tools git)
-_commit=f50f813df11b153575991cae8793cc25af295b36  # tags/3.24.11^0
+checkdepends=(xorg-server-xvfb)
+_commit=73e57b5787ac60776c57032e05a4cc32207f9cf6  # gnome-3-24
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -38,6 +39,13 @@
   make
 }
 
+check() {
+  cd gtksourceview
+  dbus-run-session xvfb-run \
+    -s '-screen 0 1920x1080x24 -nolisten local' \
+    make check
+}
+
 package() {
   cd gtksourceview
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list