Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / phoc
Commits: 724ad952 by Jelle van der Waa at 2023-08-28T17:09:39+02:00 upgpkg: 0.30.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -9,9 +9,11 @@ pkgdesc='Display compositor designed for phones' arch=(x86_64 aarch64) url='https://gitlab.gnome.org/World/Phosh/phoc' license=(GPL3) -depends=(gnome-desktop wlroots gsettings-desktop-schemas) -checkdepends=(xorg-server-xvfb xorg-xauth) -makedepends=(cmake meson git wayland-protocols) +depends=(gnome-desktop wlroots gsettings-desktop-schemas pixman libinput libxcb libxkbcommon + json-glib glib2 dconf cairo wayland) +checkdepends=(xorg-server-xvfb xorg-xauth mutter pixman) +makedepends=(cmake meson git wayland-protocols python-jinja python-pygments python-typogrify libgirepository) +optdepends=('xorg-wayland: run X clients under phoc') source=(https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz https://gitlab.gnome.org/guidog/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz) sha256sums=('66cbe98c5533e294eb22d5c3f93c87c80b1b5a9da291d075695b5249cba98bdf' @@ -27,7 +29,7 @@ build() { } check() { - meson test -C build --print-errorlogs + LC_ALL=C.UTF-8 WLR_RENDERER=pixman xvfb-run meson test -C build --print-errorlogs } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/724ad952e30dfc8ab837b1f7969ca150167761fd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/724ad952e30dfc8ab837b1f7969ca150167761fd You're receiving this email because of your account on gitlab.archlinux.org.
