New package: xf86-input-wacom-0.14.0.

This commit is contained in:
Juan RP 2012-03-22 08:37:18 +01:00
parent afb5f3a14f
commit f3ba7a4117
5 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1 @@
xf86-input-wacom

View file

@ -0,0 +1,12 @@
ACTION!="add|change", GOTO="wacom_end"
# Match all serial wacom tablets with a serial ID starting with WACf
# Notes: We assign NAME though we shouldn't, but currently the server requires it
# We assign the lot to subsystem pnp too because server reads NAME from
# the parent device. Once all that's fixed, as simple SUBSYSTEM="tty"
# will do and the ENV{NAME} can be removed.
SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
LABEL="wacom_end"

View file

@ -0,0 +1,23 @@
# Template build file for 'xf86-input-wacom'.
pkgname=xf86-input-wacom
version=0.14.0
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Xorg Wacom tablet input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=929817ec7979d87432226245c687a1fdd211dcd3057c9d10dce72a933d80a69e
long_desc="
This package provides the Xorg event device input driver for the
Wacom tablets."
subpackages="$pkgname-devel"
Add_dependency run xorg-server
Add_dependency build xorg-server-devel
Add_dependency build libXrandr-devel
Add_dependency build libXinerama-devel
Add_dependency build libXi-devel
post_install() {
vinstall ${FILESDIR}/70-wacom.rules 644 lib/udev/rules.d
}

View file

@ -0,0 +1,13 @@
# Template file for 'xf86-input-wacom-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -0,0 +1,6 @@
libm.so.6
libc.so.6
libX11.so.6
libXi.so.6
libXrandr.so.2
libXinerama.so.1