UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

xorg-server

The Xorg Server is the core of the X Window system.

Package info

Template:
Codename: xorg-server
Source file: xorg-server-21.1.8.tar.xz
Source file size: 4980208
Source file MD5-checkum: 79a6eb04b1b17ad6c7aab46da73944e8
Source directory: xorg-server-21.1.8
Package URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/xorg-server-21.1.8.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/xorg-server-21.1.8.tar.xz.md5sum
Dependances: Xfonts, xkeyboard-config, libxcvt, pixman, libepoxy, libtirpc.
Dependance of: xf86-video-vboxvideo, xf86-video-vesa, xf86-input-evdev, xf86-video-vmware, xf86-input-libinput, xf86-input-synaptics, xf86-input-wacom, twm, xf86-video-amdgpu, xf86-video-ati, xf86-video-cirrus, xf86-video-fbdev, xf86-video-intel, xf86-video-nouveau, xf86-video-qxl, lightdm-app, X.
Patches: xorg-server-21.1.8-tearfree_backport-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..              \
      --prefix=$XORG_PREFIX \
      --localstatedir=/var  \
      -Dglamor=true         \
      -Dxkb_output_dir=/var/lib/xkb 


Build script:
cd    build
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi


Install script:
cd    build
ninja install &&
mkdir -pv /etc/X11/xorg.conf.d