summaryrefslogtreecommitdiff
path: root/xorg-inputproto
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-07-08 17:23:32 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-07-08 17:23:32 +0200
commit160f60c8a1eeabec5d7f4ed7e13901bf76645626 (patch)
tree8827d18784bbf33472ab392a93a18f277a1707a2 /xorg-inputproto
parent7df34085511eafe7d92a59a576a708d6ee263d7f (diff)
downloadxorg-160f60c8a1eeabec5d7f4ed7e13901bf76645626.tar.gz
xorg-160f60c8a1eeabec5d7f4ed7e13901bf76645626.tar.xz
xorg-inputproto: oops, the previous patch removed two macros by accident.
Diffstat (limited to 'xorg-inputproto')
-rw-r--r--xorg-inputproto/.md5sum2
-rw-r--r--xorg-inputproto/Pkgfile2
-rw-r--r--xorg-inputproto/xorg-inputproto.diff21
3 files changed, 23 insertions, 2 deletions
diff --git a/xorg-inputproto/.md5sum b/xorg-inputproto/.md5sum
index f1b7a106..118bbf7e 100644
--- a/xorg-inputproto/.md5sum
+++ b/xorg-inputproto/.md5sum
@@ -1,2 +1,2 @@
a0f0d8cf6fbf0db8ba3937d0cc16138d inputproto-1.4.3.tar.bz2
-e4a9c742d3b9147ade87ad1c3680e158 xorg-inputproto.diff
+0862fbd3d8d8aae810786587ac8a1970 xorg-inputproto.diff
diff --git a/xorg-inputproto/Pkgfile b/xorg-inputproto/Pkgfile
index a37940c2..730c3bb9 100644
--- a/xorg-inputproto/Pkgfile
+++ b/xorg-inputproto/Pkgfile
@@ -4,7 +4,7 @@
name=xorg-inputproto
version=1.4.3
-release=2
+release=3
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2
$name.diff)
diff --git a/xorg-inputproto/xorg-inputproto.diff b/xorg-inputproto/xorg-inputproto.diff
index 4e7c2653..c6f93c4f 100644
--- a/xorg-inputproto/xorg-inputproto.diff
+++ b/xorg-inputproto/xorg-inputproto.diff
@@ -56,3 +56,24 @@ index fe4981a..ec9bee2 100644
#endif
--
cgit v0.7.2-37-g538c
+From 852568991b251e9366da167f1b746a0a1db6adf0 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Mon, 10 Mar 2008 13:31:51 +0000
+Subject: Typo fix.
+
+---
+diff --git a/XI.h b/XI.h
+index ec9bee2..3b11860 100644
+--- a/XI.h
++++ b/XI.h
+@@ -49,6 +49,8 @@ SOFTWARE.
+ #ifndef _XI_H_
+ #define _XI_H_
+
++#define sz_xGetExtensionVersionReq 8
++#define sz_xGetExtensionVersionReply 32
+ #define sz_xListInputDevicesReq 4
+ #define sz_xListInputDevicesReply 32
+ #define sz_xOpenDeviceReq 8
+--
+cgit v0.7.2-37-g538c

Generated by cgit