[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD)
    Jan Steffens 
    heftig at archlinux.org
       
    Tue Feb 18 09:11:33 UTC 2020
    
    
  
    Date: Tuesday, February 18, 2020 @ 09:11:33
  Author: heftig
Revision: 375776
3.34.4-1
Modified:
  gnome-desktop/trunk/PKGBUILD
----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 09:06:35 UTC (rev 375775)
+++ PKGBUILD	2020-02-18 09:11:33 UTC (rev 375776)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-desktop
-pkgver=3.34.2
+pkgver=3.34.4
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -12,7 +12,7 @@
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
 checkdepends=(xorg-server-xvfb)
-_commit=cac0a6475828a49885ca9cc0d1aaa25561c3daf0  # tags/3.34.2^0
+_commit=712bebc83de036588e7416706a4efa88104e1f0f  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,7 +35,9 @@
 
 check() {
   # tests broken: missing locale he_IL.UTF-8
-  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