[arch-commits] Commit in libdazzle/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 01:46:00 UTC 2020
Date: Sunday, March 8, 2020 @ 01:46:00
Author: heftig
Revision: 376944
3.36.0-1
Modified:
libdazzle/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 01:39:16 UTC (rev 376943)
+++ PKGBUILD 2020-03-08 01:46:00 UTC (rev 376944)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libdazzle
-pkgver=3.34.1
+pkgver=3.36.0
pkgrel=1
pkgdesc="A library to delight your users with fancy features"
url="https://gitlab.gnome.org/GNOME/libdazzle"
@@ -11,7 +11,7 @@
depends=(gtk3)
makedepends=(git meson vala gobject-introspection gtk-doc)
checkdepends=(xorg-server-xvfb)
-_commit=0d0814a70f833491f41914532ad2c494f9f0e0ea # tags/3.34.1^0
+_commit=2f4d35523c61121eac0459e01b1510e46fe7f2c8 # tags/3.36.0^0
source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit")
sha256sums=('SKIP')
@@ -26,7 +26,9 @@
}
check() {
- xvfb-run dbus-run-session 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