libXinerama: update to 1.1.4. (#666)
This commit is contained in:
parent
24c10a1977
commit
deac22e0f9
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 'libXinerama'.
|
||||
# Template file for 'libXinerama'
|
||||
pkgname=libXinerama
|
||||
version=1.1.3
|
||||
revision=3
|
||||
version=1.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorgproto libXext-devel"
|
||||
short_desc="X PanoramiX extension library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2
|
||||
homepage="$XORG_SITE"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -21,8 +22,8 @@ libXinerama-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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue