applying the patch
This commit is contained in:
parent
32e0cefac3
commit
ec9edecc73
@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
||||||
Patch0: flags.patch
|
Patch0: flags.patch
|
||||||
Patch1: xinput-fixes.patch
|
Patch1: xinput-fixes.patch
|
||||||
|
Patch2: catch-more-xerrors.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxklavier is a library providing a high-level API for the X Keyboard
|
libxklavier is a library providing a high-level API for the X Keyboard
|
||||||
@ -40,6 +41,7 @@ needed to develop libxklavier applications.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .flags
|
%patch0 -p1 -b .flags
|
||||||
%patch1 -p0 -b .xinput
|
%patch1 -p0 -b .xinput
|
||||||
|
%patch2 -p1 -b .catch-more-xerrors
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user