Mageia Bugzilla – Attachment 9493 Details for
Bug 21238
Serial Based Wacom touchscreens (8001) are not being initialized by udev
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch for the spec file to include udev rule and systemd service.
x11-driver-input-wacom_spec.patch (text/plain), 985 bytes, created by
Jeremiah Summers
on 2017-07-15 20:35:05 CEST
(
hide
)
Description:
Patch for the spec file to include udev rule and systemd service.
Filename:
MIME Type:
Creator:
Jeremiah Summers
Created:
2017-07-15 20:35:05 CEST
Size:
985 bytes
patch
obsolete
>Index: SPECS/x11-driver-input-wacom.spec >=================================================================== >--- SPECS/x11-driver-input-wacom.spec (revision 1123462) >+++ SPECS/x11-driver-input-wacom.spec (working copy) >@@ -1,6 +1,6 @@ > Name: x11-driver-input-wacom > Version: 0.34.0 >-Release: %mkrel 1 >+Release: %mkrel 2 > Summary: X.org input driver for Wacom tablets > Group: System/X11 > URL: http://sourceforge.net/projects/linuxwacom/ >@@ -42,11 +42,12 @@ > %build > %configure2_5x \ > --with-systemd-unit-dir=%{_unitdir} \ >- --with-udev-rules-dir=%{_%_udevrulesdir} >+ --with-udev-rules-dir=%{_udevrulesdir} > %make > > %install > %makeinstall_std >+mv $RPM_BUILD_ROOT/%{_udevrulesdir}/wacom.rules $RPM_BUILD_ROOT/%{_udevrulesdir}/70-wacom.rules > > %files > %{_bindir}/* >@@ -55,8 +56,8 @@ > %{_mandir}/man4/wacom.4* > %{_mandir}/man1/xsetwacom.1* > %{_datadir}/X11/xorg.conf.d/70-wacom.conf >-%exclude %{_unitdir}/* >-%exclude %_udevrulesdir/* >+%{_unitdir}/* >+%{_udevrulesdir}/* > > > %files devel
Index: SPECS/x11-driver-input-wacom.spec =================================================================== --- SPECS/x11-driver-input-wacom.spec (revision 1123462) +++ SPECS/x11-driver-input-wacom.spec (working copy) @@ -1,6 +1,6 @@ Name: x11-driver-input-wacom Version: 0.34.0 -Release: %mkrel 1 +Release: %mkrel 2 Summary: X.org input driver for Wacom tablets Group: System/X11 URL: http://sourceforge.net/projects/linuxwacom/ @@ -42,11 +42,12 @@ %build %configure2_5x \ --with-systemd-unit-dir=%{_unitdir} \ - --with-udev-rules-dir=%{_%_udevrulesdir} + --with-udev-rules-dir=%{_udevrulesdir} %make %install %makeinstall_std +mv $RPM_BUILD_ROOT/%{_udevrulesdir}/wacom.rules $RPM_BUILD_ROOT/%{_udevrulesdir}/70-wacom.rules %files %{_bindir}/* @@ -55,8 +56,8 @@ %{_mandir}/man4/wacom.4* %{_mandir}/man1/xsetwacom.1* %{_datadir}/X11/xorg.conf.d/70-wacom.conf -%exclude %{_unitdir}/* -%exclude %_udevrulesdir/* +%{_unitdir}/* +%{_udevrulesdir}/* %files devel
View Attachment As Raw
Actions:
View
Attachments on
bug 21238
: 9493