Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (a75776942b13263ec9ebebb37ee3e81a9b294729)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (a75776942b13263ec9ebebb37ee3e81a9b294729)
  • Date: Sat, 26 Nov 2011 08:17:45 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +
xorg-driver/xf86-input-wacom/DEPENDS | 13
++++++
xorg-driver/xf86-input-wacom/DETAILS | 21
++++++++++
xorg-driver/xf86-input-wacom/HISTORY | 2
xorg-driver/xf86-input-wacom/xf86-input-wacom-0.12.0.tar.bz2.sig |binary
5 files changed, 39 insertions(+)

New commits:
commit a75776942b13263ec9ebebb37ee3e81a9b294729
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

xf86-input-wacom: new spell - driver for wacom tablets

diff --git a/ChangeLog b/ChangeLog
index 0d47add..a9e3b6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-11-26 Robin Cook <rcook AT wyrms.net>
+ * xorg-driver/xf86-input-wacom: new spell driver for wacom tablets
+
2011-11-26 Sukneet Basuta <sukneet AT sourcemage.org>
* gnome3-libs/pyatspi2: new spell, Python bindings for at-spi

diff --git a/xorg-driver/xf86-input-wacom/DEPENDS
b/xorg-driver/xf86-input-wacom/DEPENDS
new file mode 100755
index 0000000..e6d2de1
--- /dev/null
+++ b/xorg-driver/xf86-input-wacom/DEPENDS
@@ -0,0 +1,13 @@
+depends udev &&
+depends util-macros &&
+depends xproto &&
+depends xbproto &&
+depends inputproto &&
+depends randrproto &&
+depends libxext &&
+depends libx11 &&
+depends libxi &&
+depends libxrandr &&
+depends libxinerama &&
+depends xorg-server
+
diff --git a/xorg-driver/xf86-input-wacom/DETAILS
b/xorg-driver/xf86-input-wacom/DETAILS
new file mode 100755
index 0000000..825c21f
--- /dev/null
+++ b/xorg-driver/xf86-input-wacom/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=xf86-input-wacom
+ VERSION=0.12.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_URL[0]=http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/$SOURCE/download
+#http://$SOURCEFOURGE_URL/xf86-input-wacom/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page
+ ENTERED=20111126
+ LICENSE[0]=XCL
+ SHORT="Xorg driver for Wacom tabelts"
+cat << EOF
+The X driver responsible for translating the input events generated by the
+kernel driver into XInput events that the X server can understand and relay
to
+running applications. It is also responsible for virtualizing the single
+hardware device to appear as multiple logical devices (e.g. stylus, eraser,
+touch). This grants applications like GIMP access to extended functionality
+like pressure and high-resolution coordinates.
+EOF
+
+
diff --git a/xorg-driver/xf86-input-wacom/HISTORY
b/xorg-driver/xf86-input-wacom/HISTORY
new file mode 100644
index 0000000..95b3781
--- /dev/null
+++ b/xorg-driver/xf86-input-wacom/HISTORY
@@ -0,0 +1,2 @@
+2011-11-26 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, DEPENDS
diff --git a/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.12.0.tar.bz2.sig
b/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.12.0.tar.bz2.sig
new file mode 100644
index 0000000..105dce9
Binary files /dev/null and
b/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.12.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (a75776942b13263ec9ebebb37ee3e81a9b294729), Robin Cook, 11/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page