[arch-commits] Commit in cage/trunk (PKGBUILD)
Brett Cornwall
ainola at gemini.archlinux.org
Fri May 20 18:29:19 UTC 2022
Date: Friday, May 20, 2022 @ 18:29:19
Author: ainola
Revision: 1209448
Include ttf-font dependency
Cage would fail to start without it.
Modified:
cage/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-20 18:28:56 UTC (rev 1209447)
+++ PKGBUILD 2022-05-20 18:29:19 UTC (rev 1209448)
@@ -3,12 +3,12 @@
pkgname=cage
pkgver=0.1.4
-pkgrel=5
+pkgrel=6
pkgdesc="A kiosk compositor for Wayland"
arch=(x86_64)
url="https://www.hjdskes.nl/projects/cage/"
license=(MIT)
-depends=(glibc polkit wayland)
+depends=(glibc polkit ttf-font wayland)
makedepends=(git libxkbcommon meson pixman scdoc wayland-protocols
wlroots xorg-server-xwayland)
optdepends=('xorg-server-xwayland: X11 support')
More information about the arch-commits
mailing list