New package: xf86-input-wacom-0.14.0.
This commit is contained in:
parent
afb5f3a14f
commit
f3ba7a4117
5 changed files with 55 additions and 0 deletions
1
srcpkgs/xf86-input-wacom-devel
Symbolic link
1
srcpkgs/xf86-input-wacom-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
xf86-input-wacom
|
12
srcpkgs/xf86-input-wacom/files/70-wacom.rules
Normal file
12
srcpkgs/xf86-input-wacom/files/70-wacom.rules
Normal 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"
|
||||
|
23
srcpkgs/xf86-input-wacom/template
Normal file
23
srcpkgs/xf86-input-wacom/template
Normal 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
|
||||
}
|
13
srcpkgs/xf86-input-wacom/xf86-input-wacom-devel.template
Normal file
13
srcpkgs/xf86-input-wacom/xf86-input-wacom-devel.template
Normal 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
|
||||
}
|
6
srcpkgs/xf86-input-wacom/xf86-input-wacom.rshlibs
Normal file
6
srcpkgs/xf86-input-wacom/xf86-input-wacom.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libm.so.6
|
||||
libc.so.6
|
||||
libX11.so.6
|
||||
libXi.so.6
|
||||
libXrandr.so.2
|
||||
libXinerama.so.1
|
Loading…
Reference in a new issue