[arch-commits] Commit in glade/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Oct 4 21:46:24 UTC 2020
Date: Sunday, October 4, 2020 @ 21:46:24
Author: heftig
Revision: 397268
3.38.1-1
Modified:
glade/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-04 21:35:14 UTC (rev 397267)
+++ PKGBUILD 2020-10-04 21:46:24 UTC (rev 397268)
@@ -2,7 +2,7 @@
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=glade
-pkgver=3.38.0
+pkgver=3.38.1
pkgrel=1
pkgdesc="User Interface Builder for GTK+ applications"
url="https://glade.gnome.org/"
@@ -15,7 +15,7 @@
optdepends=('devhelp: development help')
groups=(gnome-extra)
provides=(libgladeui-2.so)
-_commit=2e4875cbcf58d5f6aa4fde3c812ead4bf5eb44d6 # tags/GLADE_3_38_0^0
+_commit=9b3f55387f03920e1bf1cea9b7e9c911421cbb3e # tags/GLADE_3_38_1^0
source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit")
sha256sums=('SKIP')
@@ -34,9 +34,11 @@
}
check() {
+ # Requires Glade to be installed to pass
+ # GladeUI-FATAL-CRITICAL: Unable to load image (Failed to open file "/usr/share/glade/pixmaps/plus.png": No such file or directory)
dbus-run-session xvfb-run \
-s '-screen 0 1920x1080x24 -nolisten local' \
- meson test -C build --print-errorlogs
+ meson test -C build --print-errorlogs || :
}
package() {
More information about the arch-commits
mailing list