xf86-input-*: rebuild against xorg-server-1.18.
This commit is contained in:
parent
cf6178871b
commit
77ae738b00
6 changed files with 13 additions and 13 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'xf86-input-evdev'.
|
||||
pkgname=xf86-input-evdev
|
||||
version=2.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel mtdev-devel libevdev-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Xorg event device input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'xf86-input-joystick'.
|
||||
pkgname=xf86-input-joystick
|
||||
version=1.6.2
|
||||
revision=6
|
||||
revision=7
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Joystick Input driver for Xorg"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
|
@ -15,7 +15,7 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|||
checksum=ee3b86ed72f3b5befdeed39909320f4b6970401cfbcc2cc0dfd8fb1c1576150d
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/50-joystick.conf 644 etc/X11/xorg.conf.d
|
||||
vinstall ${FILESDIR}/50-joystick.conf 644 usr/share/X11/xorg.conf.d
|
||||
}
|
||||
|
||||
xf86-input-joystick-devel_package() {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'xf86-input-libinput'.
|
||||
pkgname=xf86-input-libinput
|
||||
version=0.15.0
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel libinput-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Generic input driver for the X.Org server based on libinput"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'xf86-input-synaptics'.
|
||||
pkgname=xf86-input-synaptics
|
||||
version=1.8.3
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel libXtst-devel libevdev-devel
|
||||
pixman-devel libpciaccess-devel xorg-server-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Xorg synaptics touchpad input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.x.org/"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'xf86-input-vmmouse'.
|
||||
pkgname=xf86-input-vmmouse
|
||||
version=13.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Xorg VMware virtual mouse input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'xf86-input-wacom'
|
||||
pkgname=xf86-input-wacom
|
||||
version=0.31.0
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-systemd-unit-dir --without-udev-rules-dir"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
depends="virtual?xserver-abi-input-22_1"
|
||||
short_desc="Xorg Wacom tablet input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
|
|
Loading…
Add table
Reference in a new issue