Skip to content
Snippets Groups Projects
Commit edf7fb8a authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

40.4-1

parent a7724584
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jan@archlinux.org> # Contributor: Jan de Groot <jan@archlinux.org>
pkgname=gnome-desktop pkgname=gnome-desktop
pkgver=40.3 pkgver=40.4
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="Library with common API for various GNOME modules" pkgdesc="Library with common API for various GNOME modules"
...@@ -14,7 +14,7 @@ depends=(gsettings-desktop-schemas gtk3 xkeyboard-config iso-codes libseccomp ...@@ -14,7 +14,7 @@ depends=(gsettings-desktop-schemas gtk3 xkeyboard-config iso-codes libseccomp
makedepends=(gobject-introspection git meson gtk-doc yelp-tools) makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
checkdepends=(xorg-server-xvfb) checkdepends=(xorg-server-xvfb)
provides=(libgnome-desktop-3.so) provides=(libgnome-desktop-3.so)
_commit=4c4a631ea37efd2d0f5a28ddb927e128a7d5422b # tags/40.3^0 _commit=2623601b332ebb2b809b6b77d70c8702330409eb # tags/40.4^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit") source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
...@@ -37,8 +37,7 @@ build() { ...@@ -37,8 +37,7 @@ build() {
} }
check() { check() {
dbus-run-session xvfb-run \ dbus-run-session xvfb-run -s '-nolisten local' \
-s '-screen 0 1920x1080x24 -nolisten local' \
meson test -C build --print-errorlogs meson test -C build --print-errorlogs
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment