UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
xorgproto
The xorgproto package provides the header files required to build the X Window system, and to allow other applications to build against the installed X Window system.Package info
Template:
Codename: xorgproto
Source file: xorgproto-2025.1.tar.xz
Source file size: 766932
Source file MD5-checkum: 15534fa6fb13a6a70afe7561c1424f3c
Source directory: xorgproto-2025.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/Xorg/xorgproto-2025.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/Xorg/xorgproto-2025.1.tar.xz.md5sum
Dependances: util-macros.
Dependance of: libXdmcp, libglvnd, libXau.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
meson setup --prefix=$XORG_PREFIX ..
Build script:
cd build
ninja
Install script:
#sleep needed to find installed files
sleep 1
cd build
ninja install
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
mv -v $XORG_PREFIX/share/doc/xorgproto{,-2025.1}
fi