Author: pebender
Date: Mon Mar  9 17:59:09 2009
New Revision: 4458

Added:
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-xkbstr_h.patch
     
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
Removed:
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.3-pkg_config.patch
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.1.3-xkbstr_h.patch
     
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.3-pkg_config.patch
Modified:
    trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile
    trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums
    trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
    trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums

Log:
- Updated packages xorg-7.3/xf86-input-evdev and xorg-7.4/xf86-input-evdev.



Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile        
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/Makefile        Mon Mar 
 9  
17:59:09 2009
@@ -1,5 +1,5 @@
  GARNAME = xf86-input-evdev
-GARVERSION = 2.1.3
+GARVERSION = 2.2.0
  CATEGORIES = $(CATEGORY)
  MASTER_SITES = $(XORG_MASTER_SITES)
  DISTFILES = $(DISTNAME).tar.bz2

Modified: trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums       
(original)
+++ trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/checksums       Mon Mar 
  
9 17:59:09 2009
@@ -1,3 +1,3 @@
-6266b41bd17c5b9be80cb36510b716bf  download/xf86-input-evdev-2.1.3.tar.bz2
-c0c7bec0ea13ef427e1e68ef9c1b23cd   
download/xf86-input-evdev-2.1.3-xkbstr_h.patch
-ad0b7adef6f4d99e0281c2802e319f50   
download/xf86-input-evdev-2.1.3-pkg_config.patch
+a1401d272e6d6b7a3443c824a3ea140d  download/xf86-input-evdev-2.2.0.tar.bz2
+a242113971a3b08b6af21ad891b64a9f   
download/xf86-input-evdev-2.2.0-xkbstr_h.patch
+20d8ce95a9d2a98a1f53a83d4607e281   
download/xf86-input-evdev-2.2.0-pkg_config.patch

Added:  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
        
Mon Mar  9 17:59:09 2009
@@ -0,0 +1,15 @@
+diff -Naur xf86-input-evdev-2.2.0-old/configure.ac  
xf86-input-evdev-2.2.0-new/configure.ac
+--- xf86-input-evdev-2.2.0-old/configure.ac    2009-03-09 09:07:27.000000000  
-0700
++++ xf86-input-evdev-2.2.0-new/configure.ac    2009-03-09 09:10:47.000000000  
-0700
+@@ -75,9 +75,10 @@
+ # to satisfy silly distcheck requirements.
+ PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+ XORG_CFLAGS="$CWARNFLAGS $XORG_CFLAGS"
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
+ AC_ARG_WITH([sdkdir], [],
+     [sdkdir="$withval"],
+-    [sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`])
++    [sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"])
+ AC_SUBST([sdkdir])
+
+ # Checks for libraries.

Added:  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-xkbstr_h.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-xkbstr_h.patch
  
Mon Mar  9 17:59:09 2009
@@ -0,0 +1,12 @@
+diff -Naur xf86-input-evdev-2.2.0-old/src/evdev.h  
xf86-input-evdev-2.2.0-new/src/evdev.h
+--- xf86-input-evdev-2.2.0-old/src/evdev.h     2009-03-08 17:00:05.000000000  
-0700
++++ xf86-input-evdev-2.2.0-new/src/evdev.h     2009-03-09 09:07:56.000000000  
-0700
+@@ -35,7 +35,7 @@
+
+ #include <xf86Xinput.h>
+ #include <xf86_OSproc.h>
+-#include <xkbstr.h>
++#include <X11/extensions/XKBstr.h>
+
+ #ifndef EV_CNT /* linux 2.4 kernels and earlier lack _CNT defines */
+ #define EV_CNT (EV_MAX+1)

Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile        
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile        Mon Mar 
 9  
17:59:09 2009
@@ -1,5 +1,5 @@
  GARNAME = xf86-input-evdev
-GARVERSION = 2.1.3
+GARVERSION = 2.2.0
  CATEGORIES = $(CATEGORY)
  MASTER_SITES = $(XORG_MASTER_SITES)
  DISTFILES = $(DISTNAME).tar.bz2

Modified: trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums       
(original)
+++ trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums       Mon Mar 
  
9 17:59:09 2009
@@ -1,2 +1,2 @@
-6266b41bd17c5b9be80cb36510b716bf  download/xf86-input-evdev-2.1.3.tar.bz2
-ad0b7adef6f4d99e0281c2802e319f50   
download/xf86-input-evdev-2.1.3-pkg_config.patch
+a1401d272e6d6b7a3443c824a3ea140d  download/xf86-input-evdev-2.2.0.tar.bz2
+20d8ce95a9d2a98a1f53a83d4607e281   
download/xf86-input-evdev-2.2.0-pkg_config.patch

Added:  
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.0-pkg_config.patch
        
Mon Mar  9 17:59:09 2009
@@ -0,0 +1,15 @@
+diff -Naur xf86-input-evdev-2.2.0-old/configure.ac  
xf86-input-evdev-2.2.0-new/configure.ac
+--- xf86-input-evdev-2.2.0-old/configure.ac    2009-03-09 09:07:27.000000000  
-0700
++++ xf86-input-evdev-2.2.0-new/configure.ac    2009-03-09 09:10:47.000000000  
-0700
+@@ -75,9 +75,10 @@
+ # to satisfy silly distcheck requirements.
+ PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+ XORG_CFLAGS="$CWARNFLAGS $XORG_CFLAGS"
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
+ AC_ARG_WITH([sdkdir], [],
+     [sdkdir="$withval"],
+-    [sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`])
++    [sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"])
+ AC_SUBST([sdkdir])
+
+ # Checks for libraries.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to