libXxf86dga: update to 1.1.5.
This commit is contained in:
parent
99a9a9abe3
commit
cc3d4ac90a
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 'libXxf86dga'.
|
||||
# Template file for 'libXxf86dga'
|
||||
pkgname=libXxf86dga
|
||||
version=1.1.4
|
||||
revision=3
|
||||
version=1.1.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorgproto libXext-devel"
|
||||
short_desc="Library for the XFree86-DGA X extension"
|
||||
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=8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e
|
||||
homepage="$XORG_SITE"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -24,6 +25,6 @@ libXxf86dga-devel_package() {
|
|||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue