From cb1b9aec8aa9c28197867c6d5cd6bf58caf55cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= Date: Fri, 5 May 2023 16:26:27 +0200 Subject: [PATCH] pkg: phosh: phoc: upgrade to 0.27.0 pkg: phosh: phoc: update to 0.27 --- PKGBUILDS/phosh/phoc/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PKGBUILDS/phosh/phoc/PKGBUILD b/PKGBUILDS/phosh/phoc/PKGBUILD index 0beb359d..2a0f577d 100644 --- a/PKGBUILDS/phosh/phoc/PKGBUILD +++ b/PKGBUILDS/phosh/phoc/PKGBUILD @@ -1,17 +1,16 @@ # Maintainer: Danct12 pkgname=phoc -pkgver=0.26.0 +pkgver=0.27.0 pkgrel=1 pkgdesc="wlroots based Wayland compositor for mobile phones" arch=('x86_64' 'armv7h' 'aarch64') url="https://gitlab.gnome.org/World/Phosh/phoc" license=('GPL') -depends=('gobject-introspection' 'gnome-desktop' 'libinput' 'seatd' 'mutter' - 'xcb-util-errors' 'xcb-util-renderutil' 'xcb-util-wm' 'wayland-protocols' - 'libvulkan.so') +depends=('gobject-introspection' 'gnome-desktop' 'libinput' 'seatd' 'mutter' 'libxcb' + 'xcb-util-errors' 'xcb-util-renderutil' 'xcb-util-wm' 'wayland-protocols' 'libvulkan.so') makedepends=('git' 'meson' 'ninja' 'glslang' 'vulkan-headers') checkdepends=('xorg-server-xvfb') -_commit="28d718ac3c1323f591481de4f90e9888edf4da10" # tags/0.26.0 +_commit="9700f0cec7415af8da648e3bd8b8eb0c72ff4af4" # tags/0.27.0 _commit_wlroots="06f3b6e91e17b8bdc76f3f40216c62e8ba5fe6d6" source=("git+https://gitlab.gnome.org/World/Phosh/phoc.git#commit=${_commit}" "wlroots-phoc::git+https://source.puri.sm/Librem5/wlroots.git#commit=${_commit_wlroots}")