libXinerama: update to 1.1.4. (#666)
This commit is contained in:
parent
24c10a1977
commit
deac22e0f9
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'libXinerama'.
|
# Template file for 'libXinerama'
|
||||||
pkgname=libXinerama
|
pkgname=libXinerama
|
||||||
version=1.1.3
|
version=1.1.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-malloc0returnsnull"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorgproto libXext-devel"
|
makedepends="xorgproto libXext-devel"
|
||||||
short_desc="X PanoramiX extension library"
|
short_desc="X PanoramiX extension library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="${XORG_SITE}"
|
homepage="$XORG_SITE"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2
|
checksum=0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -21,8 +22,8 @@ libXinerama-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue