libXxf86dga: update to 1.1.4.
This commit is contained in:
parent
e1a514b4f9
commit
38a28bc39f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libXxf86dga'.
|
# Template build file for 'libXxf86dga'.
|
||||||
pkgname=libXxf86dga
|
pkgname=libXxf86dga
|
||||||
version=1.1.3
|
version=1.1.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xf86dgaproto libXext-devel"
|
makedepends="xf86dgaproto libXext-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="${XORG_SITE}"
|
homepage="${XORG_SITE}"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994
|
checksum=8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e
|
||||||
long_desc="
|
long_desc="
|
||||||
These functions provide an interface to the server extension
|
These functions provide an interface to the server extension
|
||||||
XFree86-DGA Extension which allows local programs direct access
|
XFree86-DGA Extension which allows local programs direct access
|
||||||
|
@ -18,7 +18,7 @@ long_desc="
|
||||||
|
|
||||||
libXxf86dga-devel_package() {
|
libXxf86dga-devel_package() {
|
||||||
depends="xf86dgaproto libXext-devel libXxf86dga>=$version"
|
depends="xf86dgaproto libXext-devel libXxf86dga>=$version"
|
||||||
short_desc="${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"
|
||||||
|
|
Loading…
Reference in a new issue