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

Jan Steffens heftig at archlinux.org
Sun Mar 8 06:35:38 UTC 2020


    Date: Sunday, March 8, 2020 @ 06:35:37
  Author: heftig
Revision: 377023

4.6.0-1

Modified:
  gtksourceview4/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 06:35:07 UTC (rev 377022)
+++ PKGBUILD	2020-03-08 06:35:37 UTC (rev 377023)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceview4
-pkgver=4.4.0
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
@@ -12,7 +12,8 @@
 depends=(gtk3 libxml2)
 makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
 checkdepends=(xorg-server-xvfb)
-_commit=6cbb07d5454ccb46ee053cc458391289cc2fb630  # tags/4.4.0^0
+provides=(libgtksourceview-${pkgver%%.*}.so)
+_commit=71af6ab1c48f97599c3d6457246b1e5c2de879f0  # tags/4.6.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,7 +32,9 @@
 }
 
 check() {
-  xvfb-run meson test -C build --print-errorlogs
+  dbus-run-session xvfb-run \
+    -s '-screen 0 1920x1080x24 -nolisten local' \
+    meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list