Bumprev for pkgs depending in xorg-server due to ABI bump.
This commit is contained in:
parent
b1c01bb313
commit
03016cd07e
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-input-evdev'.
|
||||
pkgname=xf86-input-evdev
|
||||
version=2.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg event device input driver"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-input-synaptics'.
|
||||
pkgname=xf86-input-synaptics
|
||||
version=1.4.0
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg synaptics touchpad input driver"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-input-vmmouse'.
|
||||
pkgname=xf86-input-vmmouse
|
||||
version=12.7.0
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg VMware virtual mouse input driver"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-video-ati'.
|
||||
pkgname=xf86-video-ati
|
||||
version=6.14.2
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg ATI Radeon video driver"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-cirrus'.
|
||||
pkgname=xf86-video-cirrus
|
||||
version=1.3.2
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg Cirrus Logic video driver"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-fbdev'.
|
||||
pkgname=xf86-video-fbdev
|
||||
version=0.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg framebuffer video driver"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-video-intel'.
|
||||
pkgname=xf86-video-intel
|
||||
version=2.16.0
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-sna"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-qxl'.
|
||||
pkgname=xf86-video-qxl
|
||||
version=0.0.13
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Modular Xorg QXL virtual video driver"
|
||||
|
@ -12,4 +12,5 @@ long_desc="
|
|||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run xorg-server
|
||||
Add_dependency build xf86dgaproto
|
||||
Add_dependency build xorg-server-devel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-sisusb'.
|
||||
pkgname=xf86-video-sisusb
|
||||
version=0.9.4
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg SiS USB video driver"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-v4l'.
|
||||
pkgname=xf86-video-v4l
|
||||
version=0.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg Video4Linux video driver"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xf86-video-vesa'.
|
||||
pkgname=xf86-video-vesa
|
||||
version=2.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg VESA video driver"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-video-vmware'.
|
||||
pkgname=xf86-video-vmware
|
||||
version=11.0.3
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Modular Xorg VMware virtual video driver"
|
||||
|
|
Loading…
Reference in New Issue