0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-02 01:02:18 +00:00
Files
termux-packages/x11-packages/xorg-server/xorg-server-xvfb.subpackage.sh
Twaik Yont 15b5d8ec12 revbump(xorg-server,tigervnc): 21.1.16
`xorg-server` and `xorg-server-xvfb` packages were built from the same source with same patches so they were united into package and its subpackage to reduce maintenance cost.
`tigervnc` is being revbumped every time `xvfb` version or patches are changed so it is being revbumped now as well.
2025-03-03 19:55:35 +02:00

11 lines
427 B
Bash

TERMUX_SUBPKG_DESCRIPTION="X virtual framebuffer"
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_DEPENDS="libandroid-shmem, libdrm, libpixman, libx11, libxau, libxfont2, libxinerama, libxkbfile, libxshmfence, opengl, openssl, xkeyboard-config, xorg-protocol-txt, xorg-xkbcomp"
TERMUX_SUBPPKG_CONFLICTS="xorg-xvfb"
TERMUX_SUBPPKG_REPLACES="xorg-xvfb"
TERMUX_SUBPKG_INCLUDE="
bin/Xvfb
bin/xvfb-run
share/man/man1/Xvfb.1.gz
"