aboutsummaryrefslogtreecommitdiff
path: root/libs/libinput
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libinput: update to version 1.19.4Daniel Golle2022-09-07
| | | | | | | | | | | | This release includes a fix for CVE-2022-1215, a format string vulnerabilty in the evdev device handling. For details, see https://gitlab.freedesktop.org/libinput/libinput/-/issues/752 Peter Hutterer (2): evdev: strip the device name of format directives libinput 1.19.4 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: update to 1.19.3Daniel Golle2022-03-18
| | | | | | | | | | | ed79e4fa quirks: changes touchpad pressure Lenovo Yoga 2 Pro 797a66c1 doc/user: fix broken link to "Observations on trackpoint input data" 7db2a339 quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse 5e7bae44 quirks: Dell 15R touchpad settings for firmware v3 54275910 gestures: cancel hold gestures on thumb detection 033aee76 doc/user: fix broken link to systemd 60-evdev.hwdb Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.19.2Daniel Golle2021-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.19.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: package libinput cli applets and quriksDaniel Golle2021-08-21
| | | | | | Also package /usr/libexec/libinput/* and /usr/share/lib/input/*. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.18.0Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.17.1Daniel Golle2021-04-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.16.4Daniel Golle2021-01-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.16.3Daniel Golle2020-11-08
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: turn specific libudev-* DEPENDS to generic onesRosen Penev2020-11-03
| | | | | | | libudev-zero as well as libudev-fbsd have PROVIDES:=libudev . These packages have nothing specific that requires one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: update to version 1.16.2Daniel Golle2020-10-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to 1.16.1Rosen Penev2020-09-03
| | | | | | Makes several files explicit in Install sections. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: update to 1.15.5Rosen Penev2020-04-22
| | | | | | | | | | Converted to meson for speed. Removed all patches. The issues have all been fixed upstream. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: Add missing header to fix compilationRosen Penev2019-02-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libinput: update to version 1.7.3 and use libudev-fbsdDaniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.3.1Daniel Golle2016-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: depend on libudevDaniel Golle2016-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.2.3Daniel Golle2016-04-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: fix and optimize buildMichael Heimpold2016-03-23
| | | | | | | | | | | | | | | | Buildbots are reporting the following build failure: -snip- CCLD test-build-linker ../src/.libs/libinput.so: undefined reference to `static_assert' -snap- Since this is the only call to static_assert within the library, removing this assertion seems to be reasonable. While at, speed up the build by not building tests and documentation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libinput: update to version 1.2.1Daniel Golle2016-03-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.1.7Daniel Golle2016-02-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: depend on eudevDaniel Golle2016-02-10
| | | | | | udev was removed, depend on eudev to provide libudev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: include cmdline tools in packageDaniel Golle2016-01-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to 1.1.4Daniel Golle2016-01-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to 1.1.1Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to version 1.0.1Daniel Golle2015-09-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update sourceDaniel Golle2015-08-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to 0.20.0Daniel Golle2015-07-20
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update sourceDaniel Golle2015-06-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: new packageDaniel Golle2015-06-10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>