|
root / base / xlibre-xserver-xorg / package.toml
package.toml TOML 31 lines 1.4 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
28
29
30
# xlibre-xserver-xorg - XLibre Xorg DDX (the full hardware-driver X server)
# Sibling of base/xlibre-xserver (the Xvfb-only headless build). Same XLibre
# 25.1.8 source tree + the same os-layer portability patches, but built with
# -Dxorg=true so it produces /usr/local/bin/Xorg. This is the server the
# native framebuffer driver (xf86-video-illumosfb, Phase-2 M2) plugs into.
# XLibre retains hw/xfree86/os-support/solaris/ (sun_init.c: /dev/console +
# VT_SETDISPINFO) - the illumos console backend, selected via patch 0003.
# https://github.com/X11Libre/xserver

[package]
name = "xlibre-xserver-xorg"
version = "25.1.8"
release = 1
description = "XLibre X server (Xorg DDX for the native framebuffer console)"
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", "libxcvt"]
build = ["pixman", "xorgproto", "xtrans", "libXfont2", "libxkbfile", "font-util", "util-macros", "libX11", "libXau", "libXdmcp", "libXext", "libXfixes", "libxcvt"]

[[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