Sync from SUSE:SLFO:Main libinput revision 0c3283aa3120be68d0dfbcaaff32f082
This commit is contained in:
commit
95b72f02e4
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
_multibuild
Normal file
3
_multibuild
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<multibuild>
|
||||||
|
<package>extra</package>
|
||||||
|
</multibuild>
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libinput10
|
128
kill-env.diff
Normal file
128
kill-env.diff
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
From: Jan Engelhardt <jengelh@inai.de>
|
||||||
|
Date: 2017-11-28 11:01:12.978019538 +0100
|
||||||
|
|
||||||
|
Kill /usr/bin/env. We can't have random python interpreters be executed.
|
||||||
|
---
|
||||||
|
tools/libinput-analyze-per-slot-delta.py | 2 +-
|
||||||
|
tools/libinput-analyze-recording.py | 2 +-
|
||||||
|
tools/libinput-analyze-touch-down-state.py | 2 +-
|
||||||
|
tools/libinput-measure-fuzz.py | 2 +-
|
||||||
|
tools/libinput-measure-touch-size.py | 2 +-
|
||||||
|
tools/libinput-measure-touchpad-pressure.py | 2 +-
|
||||||
|
tools/libinput-measure-touchpad-size.py | 2 +-
|
||||||
|
tools/libinput-measure-touchpad-tap.py | 2 +-
|
||||||
|
tools/libinput-record-verify-yaml.py | 2 +-
|
||||||
|
tools/libinput-replay.py | 2 +-
|
||||||
|
tools/test_tool_option_parsing.py | 2 +-
|
||||||
|
11 files changed, 11 insertions(+), 11 deletions(-)
|
||||||
|
|
||||||
|
Index: libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-analyze-per-slot-delta.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-analyze-per-slot-delta.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-analyze-recording.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-analyze-recording.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-analyze-recording.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-analyze-touch-down-state.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-analyze-touch-down-state.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-analyze-touch-down-state.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-fuzz.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-fuzz.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-fuzz.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-touch-size.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-touch-size.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-touch-size.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-pressure.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-pressure.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-pressure.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-size.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-size.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-size.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-measure-touchpad-tap.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-measure-touchpad-tap.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-record-verify-yaml.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-record-verify-yaml.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-record-verify-yaml.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/libinput-replay.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/libinput-replay.py
|
||||||
|
+++ libinput-1.17.0/tools/libinput-replay.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
||||||
|
Index: libinput-1.17.0/tools/test_tool_option_parsing.py
|
||||||
|
===================================================================
|
||||||
|
--- libinput-1.17.0.orig/tools/test_tool_option_parsing.py
|
||||||
|
+++ libinput-1.17.0/tools/test_tool_option_parsing.py
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/python3
|
||||||
|
# vim: set expandtab shiftwidth=4:
|
||||||
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||||
|
#
|
BIN
libinput-1.23.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libinput-1.23.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
3
libinput-rpmlintrc
Normal file
3
libinput-rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#addFilter("shlib-policy-nonversioned-dir .*/usr/lib/libinput");
|
||||||
|
#addFilter("shlib-policy-nonversioned-dir .*/usr/lib/udev");
|
||||||
|
#addFilter("shlib-policy-missing-lib");
|
1706
libinput.changes
Normal file
1706
libinput.changes
Normal file
File diff suppressed because it is too large
Load Diff
203
libinput.spec
Normal file
203
libinput.spec
Normal file
@ -0,0 +1,203 @@
|
|||||||
|
#
|
||||||
|
# spec file
|
||||||
|
#
|
||||||
|
# Copyright (c) 2023 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global flavor @BUILD_FLAVOR@%nil
|
||||||
|
%if "%flavor" == ""
|
||||||
|
%bcond_without completion
|
||||||
|
%bcond_with documentation
|
||||||
|
%bcond_with debug_gui
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if "%flavor" == "extra"
|
||||||
|
%define xsuffix -extra
|
||||||
|
%bcond_with completion
|
||||||
|
# no python3-recommonmark
|
||||||
|
%bcond_with documentation
|
||||||
|
%bcond_without debug_gui
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# no python3-libevdev available
|
||||||
|
%bcond_without python3_libevdev
|
||||||
|
|
||||||
|
%define lname libinput10
|
||||||
|
%define pname libinput
|
||||||
|
Name: libinput%{?xsuffix}
|
||||||
|
Version: 1.23.0
|
||||||
|
Release: 0
|
||||||
|
Summary: Input device and event processing library
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||||
|
|
||||||
|
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||||
|
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
||||||
|
Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz
|
||||||
|
Source3: baselibs.conf
|
||||||
|
Source5: libinput-rpmlintrc
|
||||||
|
Patch1: kill-env.diff
|
||||||
|
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
%if %{with documentation}
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: graphviz >= 2.26
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
BuildRequires: python3-recommonmark
|
||||||
|
%endif
|
||||||
|
BuildRequires: meson >= 0.49.0
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
%if %{with debug_gui}
|
||||||
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
|
%endif
|
||||||
|
BuildRequires: pkgconfig(libevdev) >= 0.4
|
||||||
|
BuildRequires: pkgconfig(libudev)
|
||||||
|
BuildRequires: pkgconfig(libwacom) >= 0.20
|
||||||
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
|
|
||||||
|
%description
|
||||||
|
libinput is a library that handles input devices for display servers and
|
||||||
|
other applications that need to directly deal with input devices.
|
||||||
|
|
||||||
|
%package udev
|
||||||
|
Summary: Input device and event processing library integration into udev
|
||||||
|
Group: Hardware/Other
|
||||||
|
|
||||||
|
%description udev
|
||||||
|
The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP
|
||||||
|
variable for event devices. Device groups are a labelling system to
|
||||||
|
allow callers to identify which libinput devices are part of the same
|
||||||
|
physical device.
|
||||||
|
|
||||||
|
%package -n %lname
|
||||||
|
Summary: Input device and event processing library
|
||||||
|
Group: System/Libraries
|
||||||
|
Recommends: %name-udev
|
||||||
|
|
||||||
|
%description -n %lname
|
||||||
|
libinput is a library that handles input devices for display servers and
|
||||||
|
other applications that need to directly deal with input devices.
|
||||||
|
|
||||||
|
It provides device detection, device handling, input device event
|
||||||
|
processing and abstraction so minimize the amount of custom input
|
||||||
|
code the user of libinput need to provide the common set of
|
||||||
|
functionality that users expect.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Utilities to display libinput configuration
|
||||||
|
Group: Hardware/Other
|
||||||
|
%if %{with python3_libevdev}
|
||||||
|
Requires: python3-libevdev
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
This tool lists the locally recognised devices and their respective
|
||||||
|
configuration options and configuration defaults.
|
||||||
|
|
||||||
|
%package -n %pname-debug-gui
|
||||||
|
Summary: Graphical libinput debug tool
|
||||||
|
Group: Hardware/Other
|
||||||
|
Requires: libinput-tools = %version
|
||||||
|
|
||||||
|
%description -n %pname-debug-gui
|
||||||
|
This tool allows graphical libinput debugging. It visualizes
|
||||||
|
all events processed by libinput.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for the Input Device Library
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %lname = %version
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
libinput is a library that handles input devices for display servers and
|
||||||
|
other applications that need to directly deal with input devices.
|
||||||
|
|
||||||
|
This package contains all necessary include files and libraries needed
|
||||||
|
to develop applications that require libinput.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n %pname-%version
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson \
|
||||||
|
--includedir="%_includedir/%pname" \
|
||||||
|
--datadir="%_datadir/%pname-%version" \
|
||||||
|
-Dzshcompletiondir="%{?with_completion:%_datadir/zsh/site-functions}%{!?with_completion:no}" \
|
||||||
|
-Dudev-dir="%_prefix/lib/udev" \
|
||||||
|
-Dtests=false \
|
||||||
|
-Ddebug-gui=%{?with_debug_gui:true}%{!?with_debug_gui:false} \
|
||||||
|
-Ddocumentation=%{?with_documentation:true}%{!?with_documentation:false} \
|
||||||
|
%nil
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
%if %{without python3_libevdev}
|
||||||
|
for i in libinput-measure-fuzz libinput-measure-touch-size libinput-measure-touchpad-pressure libinput-measure-touchpad-tap libinput-replay; do
|
||||||
|
rm -fv "%buildroot/%_libexecdir/libinput/$i"
|
||||||
|
rm -fv "%buildroot/%_mandir/man1/$i".1*
|
||||||
|
done
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if "%flavor" == "extra"
|
||||||
|
find "%buildroot/" \( -type f -o -type l \) -not -iname \*libinput-debug-gui\* -delete
|
||||||
|
find "%buildroot/" -type d -empty -delete
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
|
%ldconfig_scriptlets -n %lname
|
||||||
|
|
||||||
|
%post udev
|
||||||
|
[ -x /usr/bin/udevadm ] && /usr/bin/udevadm hwdb --update || :
|
||||||
|
|
||||||
|
%if "%flavor" == ""
|
||||||
|
%files udev
|
||||||
|
%_prefix/lib/udev/libinput-device-group
|
||||||
|
%_prefix/lib/udev/libinput-fuzz-*
|
||||||
|
%_prefix/lib/udev/rules.d/
|
||||||
|
|
||||||
|
%files -n %lname
|
||||||
|
%license COPYING
|
||||||
|
%_libdir/libinput.so.10*
|
||||||
|
%_datadir/libinput-%version/
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%_bindir/libinput
|
||||||
|
%_libexecdir/libinput/
|
||||||
|
%_mandir/man1/*
|
||||||
|
%dir %_datadir/zsh
|
||||||
|
%_datadir/zsh/site-functions
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%_includedir/%pname/
|
||||||
|
%_libdir/pkgconfig/libinput.pc
|
||||||
|
%_libdir/libinput.so
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if "%flavor" == "extra"
|
||||||
|
%files -n %pname-debug-gui
|
||||||
|
%dir %_libexecdir/libinput/
|
||||||
|
%_libexecdir/libinput/libinput-debug-gui
|
||||||
|
%_mandir/man1/libinput-debug-gui*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user