I have made the following changes intended for :
  CE:Adaptation:x86-generic / xorg-x11-drv-mtev

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/4039

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request # 4039:

Messages from BOSS:

State: review at 2012-01-10T15:54:56 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:sage:branches:CE:Adaptation:x86-generic / xorg-x11-drv-mtev -> 
CE:Adaptation:x86-generic / xorg-x11-drv-mtev
  
changes files:
--------------
--- xorg-x11-drv-mtev.changes
+++ xorg-x11-drv-mtev.changes
@@ -0,0 +1,4 @@
+* Tue Jan 10 2012 Marko Saukko <[email protected]> - 0.1.13
+- Fixes NEMO#40: Added 60-egalax-mtev.conf file to fix crash on exopc.
+- Removed unpackaged file 60-mtev.conf.
+

old:
----
  60-mtev.conf
  Makefile

new:
----
  60-egalax-mtev.conf

spec files:
-----------
--- xorg-x11-drv-mtev.spec
+++ xorg-x11-drv-mtev.spec
@@ -1,6 +1,6 @@
 # 
 # Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22git
+# Generated by: spectacle version 0.23
 # 
 # >> macros
 # << macros
@@ -14,10 +14,11 @@
 URL:        http://gitorious.org/xorg/xf86-input-mtev
 Source0:    %{name}-%{version}.tar.gz
 Source1:    60-cando-mtev.conf
-Source2:    70-sitronix-mtev.conf
-Source3:    80-Hanvon-mtev.conf
-Source4:    90-ILI-mtev.conf
-Source5:    91-ecss10ot3.conf
+Source2:    60-egalax-mtev.conf
+Source3:    70-sitronix-mtev.conf
+Source4:    80-Hanvon-mtev.conf
+Source5:    90-ILI-mtev.conf
+Source6:    91-ecss10ot3.conf
 Source100:  xorg-x11-drv-mtev.yaml
 Patch0:     apis-match-for-xserver-1.10.1.patch
 BuildRequires:  pkgconfig(xorg-server)
@@ -58,14 +59,21 @@
 # >> install pre
 # << install pre
 %make_install
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE1} %{buildroot}/etc/X11/xorg.conf.d
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE2} %{buildroot}/etc/X11/xorg.conf.d
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE3} %{buildroot}/etc/X11/xorg.conf.d
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE4} %{buildroot}/etc/X11/xorg.conf.d
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE5} %{buildroot}/etc/X11/xorg.conf.d
+mkdir -p %{buildroot}/etc/X11/xorg.conf.d
+cp -a %{SOURCE6} %{buildroot}/etc/X11/xorg.conf.d
+
 
 # >> install post
-mkdir -p %{buildroot}/etc/X11/xorg.conf.d
-install -p -m 644 %{SOURCE1} %{buildroot}/etc/X11/xorg.conf.d
-install -p -m 644 %{SOURCE2} %{buildroot}/etc/X11/xorg.conf.d
-install -p -m 644 %{SOURCE3} %{buildroot}/etc/X11/xorg.conf.d
-install -p -m 644 %{SOURCE4} %{buildroot}/etc/X11/xorg.conf.d
-install -p -m 644 %{SOURCE5} %{buildroot}/etc/X11/xorg.conf.d
 # << install post
 
 
@@ -78,6 +86,7 @@
 # >> files
 %(pkg-config xorg-server --variable=moduledir )/input/mtev.so
 %config  /etc/X11/xorg.conf.d/60-cando-mtev.conf
+%config  /etc/X11/xorg.conf.d/60-egalax-mtev.conf
 %config  /etc/X11/xorg.conf.d/70-sitronix-mtev.conf
 %config  /etc/X11/xorg.conf.d/80-Hanvon-mtev.conf
 %config  /etc/X11/xorg.conf.d/90-ILI-mtev.conf

other changes:
--------------

++++++ 60-egalax-mtev.conf (new)
--- 60-egalax-mtev.conf
+++ 60-egalax-mtev.conf
@@ -0,0 +1,7 @@
+Section "InputClass"
+        Identifier              "eGalax Touchscreen"
+        MatchVendor             "eGalax"
+        MatchDevicePath         "/dev/input/event*"
+        Driver                  "mtev"
+        Option                  "Ignore"                "off"
+EndSection

++++++ xorg-x11-drv-mtev.yaml
--- xorg-x11-drv-mtev.yaml
+++ xorg-x11-drv-mtev.yaml
@@ -9,11 +9,13 @@
     This is a xserver-xorg input driver for devices supporting Linux 
Multi-Touch protocol
 Sources:
     - "%{name}-%{version}.tar.gz"
-    - 60-cando-mtev.conf
-    - 70-sitronix-mtev.conf
-    - 80-Hanvon-mtev.conf
-    - 90-ILI-mtev.conf
-    - 91-ecss10ot3.conf
+ExtraSources:
+    - 60-cando-mtev.conf;/etc/X11/xorg.conf.d
+    - 60-egalax-mtev.conf;/etc/X11/xorg.conf.d
+    - 70-sitronix-mtev.conf;/etc/X11/xorg.conf.d
+    - 80-Hanvon-mtev.conf;/etc/X11/xorg.conf.d
+    - 90-ILI-mtev.conf;/etc/X11/xorg.conf.d
+    - 91-ecss10ot3.conf;/etc/X11/xorg.conf.d
 Patches:
     - apis-match-for-xserver-1.10.1.patch
 PkgConfigBR:

++++++ deleted files:
--- 60-mtev.conf
--- Makefile



Reply via email to