From a5c019afc5a210a4296a6474257f9b9a9427b31d Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 2 Oct 2022 20:35:34 +0200 Subject: [PATCH] cage-vi: Update required dependencies --- srcpkgs/cage-vi/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cage-vi/PKGBUILD b/srcpkgs/cage-vi/PKGBUILD index 5daf836..f1f4453 100644 --- a/srcpkgs/cage-vi/PKGBUILD +++ b/srcpkgs/cage-vi/PKGBUILD @@ -7,12 +7,14 @@ pkgdesc='A Wayland kiosk, with virtual input patch applied' arch=('x86_64') url="https://www.hjdskes.nl/projects/${_pkgname}/" license=('MIT') -depends=('glibc' 'wayland') -makedepends=('libxkbcommon' 'meson' 'pixman' 'scdoc' 'wayland-protocols' 'wlroots' 'xorg-xwayland') +depends=('glibc' 'wayland' 'wlroots') +makedepends=('meson' 'pixman' 'scdoc' 'wayland-protocols' 'xorg-xwayland') optdepends=( 'polkit: System privilege control. Required if not using seatd service' 'xorg-xwayland: X11 support' ) +provides=("${_pkgname}") +conflicts=("${_pkgname}") source=( "https://github.com/Hjdskes/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-${_pkgver}.tar.gz" 'a81ab70.patch'