cage-vi: Update required dependencies
This commit is contained in:
parent
5f454d6520
commit
a5c019afc5
1 changed files with 4 additions and 2 deletions
|
@ -7,12 +7,14 @@ pkgdesc='A Wayland kiosk, with virtual input patch applied'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.hjdskes.nl/projects/${_pkgname}/"
|
url="https://www.hjdskes.nl/projects/${_pkgname}/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('glibc' 'wayland')
|
depends=('glibc' 'wayland' 'wlroots')
|
||||||
makedepends=('libxkbcommon' 'meson' 'pixman' 'scdoc' 'wayland-protocols' 'wlroots' 'xorg-xwayland')
|
makedepends=('meson' 'pixman' 'scdoc' 'wayland-protocols' 'xorg-xwayland')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'polkit: System privilege control. Required if not using seatd service'
|
'polkit: System privilege control. Required if not using seatd service'
|
||||||
'xorg-xwayland: X11 support'
|
'xorg-xwayland: X11 support'
|
||||||
)
|
)
|
||||||
|
provides=("${_pkgname}")
|
||||||
|
conflicts=("${_pkgname}")
|
||||||
source=(
|
source=(
|
||||||
"https://github.com/Hjdskes/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-${_pkgver}.tar.gz"
|
"https://github.com/Hjdskes/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-${_pkgver}.tar.gz"
|
||||||
'a81ab70.patch'
|
'a81ab70.patch'
|
||||||
|
|
Loading…
Reference in a new issue