diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 18:25:20 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 18:25:20 +0100 |
commit | cfd550252fb90bffe7fabea601f18c3732aaba8e (patch) | |
tree | 13d174dc39c72fbd89fe5d078a67f3b5d2b61b4e /meta | |
parent | f57f18625e0953db164e28d49dccc055138df1c3 (diff) |
Update to xenocara-2024.11
- add fonts
- add ssh-askpass
Diffstat (limited to 'meta')
-rw-r--r-- | meta/xenocara/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile index 1046f75..34de1b1 100644 --- a/meta/xenocara/Makefile +++ b/meta/xenocara/Makefile @@ -1,12 +1,18 @@ COMMENT = Xenocara meta package -PKGNAME = xenocara-2023.07 +PKGNAME = xenocara-2024.11 MAINTAINER = xenocara@openbsd.org RUN_DEPENDS = \ fonts/dejavu-fonts \ + fonts/font-adobe-100dpi \ + fonts/font-cursor-misc \ + fonts/font-xfree86-type1 \ + fonts/font-misc-misc \ + fonts/xfonts-encodings \ + fonts/xfonts-alias \ x11/mkfontscale \ x11/xorg-server \ x11/xf86-input-keyboard \ @@ -15,6 +21,7 @@ RUN_DEPENDS = \ x11/editres \ x11/fvwm-obsd \ x11/iceauth \ + x11/ssh-askpass \ x11/xbacklight \ x11/setxkbmap \ x11/xauth \ |