mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
libX11: update to 1.8.4.
This commit is contained in:
parent
b768167640
commit
96d075e791
1 changed files with 5 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'libX11'
|
||||
pkgname=libX11
|
||||
reverts="1.8.3_1"
|
||||
version=1.8.2
|
||||
revision=2
|
||||
version=1.8.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||
--enable-static --enable-malloc0returnsnull
|
||||
|
@ -12,13 +11,9 @@ makedepends="xorgproto xtrans libxcb-devel"
|
|||
short_desc="Base X libraries from Xorg"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
|
||||
checksum=ed91d573d570db83b8ae546f4890dccfcd0b9dfe1e50a1b401b63a74c152ed04
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args}
|
||||
}
|
||||
homepage="https://gitlab.freedesktop.org/xorg/lib/libx11"
|
||||
distfiles="${XORG_SITE}/lib/libX11-${version}.tar.xz"
|
||||
checksum=c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue