]> git.pld-linux.org Git - packages/libinput.git/commitdiff
up to 1.10.1 auto/th/libinput-1.10.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 28 Feb 2018 12:34:21 +0000 (13:34 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 28 Feb 2018 12:34:21 +0000 (13:34 +0100)
- do not use /usr/bin/env in shebangs

libinput.spec

index 405f6b111b082d5259a7d7a319ece133310b4a47..8b10379cdc6ad1a35212abc8a30b4b23b2e8569a 100644 (file)
 Summary:       Input device library
 Summary(pl.UTF-8):     Biblioteka urządzeń wejściowych
 Name:          libinput
-Version:       1.10.0
+Version:       1.10.1
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       https://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz
-# Source0-md5: dac92f0b094392c03ab1320d06173afd
+# Source0-md5: b3d009f36691cb9c340a18109df837ef
 URL:           https://www.freedesktop.org/wiki/Software/libinput/
 BuildRequires: check-devel >= 0.9.10
 %if %{with gui}
@@ -118,6 +118,8 @@ Dokumentacja API biblioteki libinput.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' tools/libinput-measure-{trackpoint-range,touchpad-pressure,touch-size,touchpad-tap}
+
 %build
 %meson build \
        -Ddebug-gui=%{__true_false gui} \
This page took 0.088687 seconds and 4 git commands to generate.