Author: pebender
Date: Mon Jan 12 19:39:13 2009
New Revision: 4236
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.1-pkg_config.patch
Removed:
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.0.8-pkg_config.patch
Modified:
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums
Log:
- Updated package
xorg-7.4/xf86-input-evdev
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 Jan
12
19:39:13 2009
@@ -1,5 +1,5 @@
GARNAME = xf86-input-evdev
-GARVERSION = 2.0.8
+GARVERSION = 2.1.1
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 Jan
12 19:39:13 2009
@@ -1,2 +1,2 @@
-7f9ace5bcca1427b0da40827a74cbc33 download/xf86-input-evdev-2.0.8.tar.bz2
-25ffe2b2cbd8da2accfd4d4014b3098a
download/xf86-input-evdev-2.0.8-pkg_config.patch
+2f3995658e7f864c11c3b93216050cc4 download/xf86-input-evdev-2.1.1.tar.bz2
+9b824de074a1ed7790a8b48a0ab2659f
download/xf86-input-evdev-2.1.1-pkg_config.patch
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.1-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.1.1-pkg_config.patch
Mon Jan 12 19:39:13 2009
@@ -0,0 +1,13 @@
+diff -Naur xf86-input-evdev-2.1.1-old/configure.ac
xf86-input-evdev-2.1.1-new/configure.ac
+--- xf86-input-evdev-2.1.1-old/configure.ac 2009-01-12 17:36:14.000000000
-0800
++++ xf86-input-evdev-2.1.1-new/configure.ac 2009-01-12 18:00:54.000000000
-0800
+@@ -57,7 +57,8 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir
xorg-server)"
+ AC_SUBST(sdkdir)
+
+ CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---