forked from pool/libinput
Accepting request 724883 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/724883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=77
This commit is contained in:
commit
854a698c87
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 15:39:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop conditionals for wacom support, all current releases of
|
||||||
|
openSUSE have wacom support available.
|
||||||
|
- Update git-urls to current gitlab home.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 11 06:30:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Aug 11 06:30:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%define use_wacom 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
@ -29,8 +25,8 @@ License: MIT
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.freedesktop.org/wiki/Software/libinput/
|
Url: http://www.freedesktop.org/wiki/Software/libinput/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/wayland/libinput
|
#Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git
|
||||||
#Git-Web: http://cgit.freedesktop.org/wayland/libinput/
|
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||||
#DL-URL: http://freedesktop.org/software/libinput/
|
#DL-URL: http://freedesktop.org/software/libinput/
|
||||||
Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
|
Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
|
||||||
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
||||||
@ -38,6 +34,7 @@ Source3: baselibs.conf
|
|||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
Source5: libinput-rpmlintrc
|
Source5: libinput-rpmlintrc
|
||||||
Patch1: kill-env.diff
|
Patch1: kill-env.diff
|
||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -50,9 +47,7 @@ BuildRequires: pkgconfig(glib-2.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
BuildRequires: pkgconfig(libevdev) >= 0.4
|
BuildRequires: pkgconfig(libevdev) >= 0.4
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
%if 0%{?use_wacom} == 1
|
|
||||||
BuildRequires: pkgconfig(libwacom) >= 0.20
|
BuildRequires: pkgconfig(libwacom) >= 0.20
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -111,8 +106,8 @@ to develop applications that require libinput.
|
|||||||
--includedir="%_includedir/%name" \
|
--includedir="%_includedir/%name" \
|
||||||
--datadir="%_datadir/%name-%version" \
|
--datadir="%_datadir/%name-%version" \
|
||||||
-Dudev-dir="%_prefix/lib/udev" \
|
-Dudev-dir="%_prefix/lib/udev" \
|
||||||
-Dtests=false -Ddocumentation=false
|
-Dtests=false \
|
||||||
%{!?use_wacom:-Dlibwacom=false} \
|
-Ddocumentation=false \
|
||||||
%nil
|
%nil
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user