xf86-video-qxl: update to 0.0.17.
This commit is contained in:
parent
fa3c714a84
commit
3e894b02ee
1 changed files with 3 additions and 12 deletions
|
@ -1,26 +1,17 @@
|
||||||
# Template build file for 'xf86-video-qxl'.
|
# Template build file for 'xf86-video-qxl'.
|
||||||
pkgname=xf86-video-qxl
|
pkgname=xf86-video-qxl
|
||||||
version=0.0.16.99
|
version=0.0.17
|
||||||
_gitrev="4724bb7922e1bb193117f13ffbd69fa4f97a29fb"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
wrksrc="${pkgname}-${_gitrev}"
|
|
||||||
distfiles="http://xbps.nopcode.org/distfiles/${pkgname}-${_gitrev}.tar.gz"
|
|
||||||
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-xspice=yes"
|
configure_args="--enable-xspice=yes"
|
||||||
short_desc="Modular Xorg QXL virtual video driver"
|
short_desc="Modular Xorg QXL virtual video driver"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=fbe3ba2858731e9c98f132b22463613e555e2cce8358d383dce602261ec7fc8f
|
checksum=193c2bb4889de39f7b0071990adaae1753b45e542f68d76cc0d55a7299b49f82
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the QXL virtual video driver for the modular Xorg server."
|
This is the QXL virtual video driver for the modular Xorg server."
|
||||||
|
|
||||||
Add_dependency run xorg-server
|
Add_dependency run xorg-server
|
||||||
Add_dependency build automake
|
|
||||||
Add_dependency build xorg-util-macros
|
|
||||||
Add_dependency build xf86dgaproto
|
Add_dependency build xf86dgaproto
|
||||||
Add_dependency build spice-protocol
|
Add_dependency build spice-protocol
|
||||||
Add_dependency build spice-devel
|
Add_dependency build spice-devel
|
||||||
Add_dependency build xorg-server-devel
|
Add_dependency build xorg-server-devel
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue