libX11: update to 1.2, update deps to new style.
--HG-- extra : convert_revision : 0f7ad7dc238e74cfd64b03572b6cb842ea2192ed
This commit is contained in:
parent
2bef81c6d4
commit
c7515d8a36
2 changed files with 18 additions and 7 deletions
2
templates/libX11/depends
Normal file
2
templates/libX11/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.2
|
||||||
|
api_depends=${abi_depends}
|
|
@ -1,18 +1,27 @@
|
||||||
|
# Template build file for 'libX11'.
|
||||||
pkgname=libX11
|
pkgname=libX11
|
||||||
version=1.1.5
|
version=1.2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-xcb"
|
configure_args="--without-xcb --enable-xlocaledir --enable-loadable-i18n"
|
||||||
short_desc="Base X libraries from modular Xorg X11"
|
short_desc="Base X libraries from modular Xorg X11"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=da9272900e41615e9c5dc25d84730b8966da6f5c8f4c40418dca2ad040fc8b82
|
checksum=e4863cdf5d471763806e9bcae25ea47606a56cd91a5546a34c093aa3de181051
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the libX11 library that is the C binding to the X protocol. It
|
This is the libX11 library that is the C binding to the X protocol. It
|
||||||
is the foundation of practically every X Window System program out there.
|
is the foundation of practically every X Window System program out there.
|
||||||
|
|
||||||
This is from the modular X.org X11 project."
|
This is from the modular X.org X11 project."
|
||||||
|
|
||||||
shared_deps="libXdmcp-1.0 libXau-1.0"
|
Add_dependency build pkg-config
|
||||||
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 xtrans-1.2
|
Add_dependency build xproto
|
||||||
xcmiscproto-1.1 kbproto-1.0 bigreqsproto-1.0 inputproto-1.4 ${shared_deps}"
|
Add_dependency build xextproto
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xtrans
|
||||||
|
Add_dependency build xcmiscproto
|
||||||
|
Add_dependency build kbproto
|
||||||
|
Add_dependency build bigreqsproto
|
||||||
|
Add_dependency build inputproto
|
||||||
|
Add_dependency build xf86bigfontproto
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libXdmcp
|
||||||
|
Add_dependency full libXau
|
||||||
|
|
Loading…
Add table
Reference in a new issue