UmVirt LFS Package info

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

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-2023.2.tar.xz
Source file size: 759040
Source file MD5-checkum: 2e266a49ce3f56669d014cf284901e6e
Source directory: xorgproto-2023.2
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/xorgproto-2023.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/xorgproto-2023.2.tar.xz.md5sum
Dependances: util-macros.
Dependance of: libXau, libXdmcp, libglvnd.
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{,-2023.2}

fi