|
root / base / xlibre-xserver / package.toml
package.toml TOML 28 lines 1.1 KB
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# xlibre-xserver - XLibre X server, built Xvfb-only (headless software framebuffer)
# THE crux port of the desktop initiative. No hardware/DRM/GL DDX - just Xvfb,
# which x11vnc then bridges to VNC. XLibre has no illumos upstream target, so
# this port carries Hammerhead/illumos portability patches (see patches/).
# https://github.com/X11Libre/xserver

[package]
name = "xlibre-xserver"
version = "25.1.8"
release = 1
description = "XLibre X server (Xvfb-only headless build)"
url = "https://github.com/X11Libre/xserver"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["pixman", "libX11", "libXfont2", "libxkbfile", "libXau", "libXdmcp", "libXext", "font-util", "xkeyboard-config", "xkbcomp", "xauth"]
build = ["pixman", "xorgproto", "xtrans", "libXfont2", "libxkbfile", "font-util", "util-macros", "libX11", "libXau", "libXdmcp", "libXext", "libXfixes"]

[[source]]
file = "xlibre-xserver-25.1.8.tar.gz"
urls = ["https://github.com/X11Libre/xserver/archive/refs/tags/xlibre-xserver-25.1.8.tar.gz"]
checksum = "18091f53e8700801b61f0d20c30d850d1060cb31f6a0d2046249bb413809ae16"

[build]
parallel = true