libXrandr: update to 1.5.2.

This commit is contained in:
maxice8 2019-03-17 00:02:32 -03:00 committed by maxice8
parent 2f25057939
commit dfba40c6b4
1 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
# Template build file for 'libXrandr'.
# Template file for 'libXrandr'
pkgname=libXrandr
version=1.5.1
revision=2
version=1.5.2
revision=1
build_style=gnu-configure
configure_args="--enable-malloc0returnsnull"
hostmakedepends="pkg-config"
makedepends="xorgproto libXext-devel libXrender-devel"
short_desc="X RandR Library from X.org"
maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="${XORG_SITE}"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=1ff9e7fa0e4adea912b16a5f0cfa7c1d35b0dcda0e216831f7715c8a3abcf51a
homepage="$XORG_SITE"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
checksum=8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023
post_install() {
vlicense COPYING
@ -22,9 +22,9 @@ libXrandr-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share
vmove usr/share/man/man3
}
}