Author: pebender
Date: Tue Mar 24 02:50:13 2009
New Revision: 4509

Added:
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.1-xkbstr_h.patch
     
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
Removed:
     
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.0-no_server_softrepeat.patch
     
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-no_server_softrepeat.patch
     
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.0-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        Tue Mar 
24  
02:50:13 2009
@@ -1,9 +1,9 @@
  GARNAME = xf86-input-evdev
-GARVERSION = 2.2.0
+GARVERSION = 2.2.1
  CATEGORIES = $(CATEGORY)
  MASTER_SITES = $(XORG_MASTER_SITES)
  DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-no_server_softrepeat.patch  
$(DISTNAME)-xkbstr_h.patch $(DISTNAME)-pkg_config.patch
+PATCHFILES = $(DISTNAME)-xkbstr_h.patch $(DISTNAME)-pkg_config.patch
  LICENSE = $(GARNAME)
  $(GARNAME)_LICENSE_TEXT = $(WORKSRC)/COPYING


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       Tue Mar 
 
24 02:50:13 2009
@@ -1,4 +1,3 @@
-a1401d272e6d6b7a3443c824a3ea140d  download/xf86-input-evdev-2.2.0.tar.bz2
-645271e8b02255670cb56cffefab16b4   
download/xf86-input-evdev-2.2.0-no_server_softrepeat.patch
-a242113971a3b08b6af21ad891b64a9f   
download/xf86-input-evdev-2.2.0-xkbstr_h.patch
-20d8ce95a9d2a98a1f53a83d4607e281   
download/xf86-input-evdev-2.2.0-pkg_config.patch
+ed0ec2f11a2fc94355d083a03e2f9844  download/xf86-input-evdev-2.2.1.tar.bz2
+496ad30d26fb94f68a81ce76dfce8d6e   
download/xf86-input-evdev-2.2.1-xkbstr_h.patch
+8c031d16616767a9da5801e9a7687700   
download/xf86-input-evdev-2.2.1-pkg_config.patch

Added:  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
        
Tue Mar 24 02:50:13 2009
@@ -0,0 +1,15 @@
+diff -Naur xf86-input-evdev-2.2.1-old/configure.ac  
xf86-input-evdev-2.2.1-new/configure.ac
+--- xf86-input-evdev-2.2.1-old/configure.ac    2009-03-24 02:44:49.000000000  
-0700
++++ xf86-input-evdev-2.2.1-new/configure.ac    2009-03-24 02:45:36.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.1-xkbstr_h.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.3/xf86-input-evdev/files/xf86-input-evdev-2.2.1-xkbstr_h.patch
  
Tue Mar 24 02:50:13 2009
@@ -0,0 +1,12 @@
+diff -Naur xf86-input-evdev-2.2.1-old/src/evdev.h  
xf86-input-evdev-2.2.1-new/src/evdev.h
+--- xf86-input-evdev-2.2.1-old/src/evdev.h     2009-03-22 23:35:13.000000000  
-0700
++++ xf86-input-evdev-2.2.1-new/src/evdev.h     2009-03-24 02:45:06.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        Tue Mar 
24  
02:50:13 2009
@@ -1,9 +1,9 @@
  GARNAME = xf86-input-evdev
-GARVERSION = 2.2.0
+GARVERSION = 2.2.1
  CATEGORIES = $(CATEGORY)
  MASTER_SITES = $(XORG_MASTER_SITES)
  DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-no_server_softrepeat.patch  
$(DISTNAME)-pkg_config.patch
+PATCHFILES = $(DISTNAME)-pkg_config.patch
  LICENSE = $(GARNAME)
  $(GARNAME)_LICENSE_TEXT = $(WORKSRC)/COPYING


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       Tue Mar 
 
24 02:50:13 2009
@@ -1,3 +1,2 @@
-a1401d272e6d6b7a3443c824a3ea140d  download/xf86-input-evdev-2.2.0.tar.bz2
-645271e8b02255670cb56cffefab16b4   
download/xf86-input-evdev-2.2.0-no_server_softrepeat.patch
-20d8ce95a9d2a98a1f53a83d4607e281   
download/xf86-input-evdev-2.2.0-pkg_config.patch
+ed0ec2f11a2fc94355d083a03e2f9844  download/xf86-input-evdev-2.2.1.tar.bz2
+8c031d16616767a9da5801e9a7687700   
download/xf86-input-evdev-2.2.1-pkg_config.patch

Added:  
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.1-pkg_config.patch
        
Tue Mar 24 02:50:13 2009
@@ -0,0 +1,15 @@
+diff -Naur xf86-input-evdev-2.2.1-old/configure.ac  
xf86-input-evdev-2.2.1-new/configure.ac
+--- xf86-input-evdev-2.2.1-old/configure.ac    2009-03-24 02:44:49.000000000  
-0700
++++ xf86-input-evdev-2.2.1-new/configure.ac    2009-03-24 02:45:36.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