Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libadwaita
Commits:
00cb94d4 by Jan Alexander Steffens (heftig) at 2024-09-14T06:43:42+02:00
Copy check setup changes from gtk4
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -50,10 +50,11 @@ build() {
}
check() (
- export XDG_RUNTIME_DIR="$PWD/runtime-dir" WAYLAND_DISPLAY=wayland-5
-
+ export XDG_RUNTIME_DIR="$PWD/runtime-dir"
mkdir -p -m 700 "$XDG_RUNTIME_DIR"
- weston --backend=headless-backend.so --socket=$WAYLAND_DISPLAY --idle-time=0
&
+
+ export WAYLAND_DISPLAY=wl-$pkgbase-$RANDOM
+ weston --backend=headless --socket=$WAYLAND_DISPLAY --idle-time=0 &
_w=$!
trap "kill $_w; wait" EXIT
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libadwaita/-/commit/00cb94d41c3774e8c26a802c52265c60116856a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libadwaita/-/commit/00cb94d41c3774e8c26a802c52265c60116856a6
You're receiving this email because of your account on gitlab.archlinux.org.