libX11: update to 1.6.0.
This commit is contained in:
parent
6312759183
commit
63535cfab0
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'libX11'.
|
# Template build file for 'libX11'.
|
||||||
pkgname=libX11
|
pkgname=libX11
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||||
--disable-secure-rpc --disable-static"
|
--disable-secure-rpc --disable-static ac_cv_func_mmap_fixed_mapped=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xproto>=7.0.23 xextproto xtrans xcmiscproto
|
makedepends="xproto>=7.0.23 xextproto xtrans xcmiscproto
|
||||||
kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86
|
checksum=53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
||||||
|
@ -29,7 +29,7 @@ post_install() {
|
||||||
|
|
||||||
libX11-devel_package() {
|
libX11-devel_package() {
|
||||||
depends="xproto kbproto libxcb-devel libX11>=$version"
|
depends="xproto kbproto libxcb-devel libX11>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue