libevdev: Bump to 1.13.0

This commit is contained in:
Tee KOBAYASHI 2022-09-25 22:56:46 +09:00 committed by xtkoba
parent 1621f006a3
commit 62f682d45c
2 changed files with 8 additions and 5 deletions

View File

@ -2,11 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/libevdev/
TERMUX_PKG_DESCRIPTION="Wrapper library for evdev devices"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.11.0
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=1.13.0
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/libevdev/libevdev-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
TERMUX_PKG_SHA256=9edf2006cc86a5055279647c38ec923d11a821ee4dc2c3033e8d20e8ee237cd9
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-test-run"
TERMUX_PKG_RM_AFTER_INSTALL="
share/man/man1/
"
termux_step_pre_configure() {
autoreconf -i

View File

@ -1,6 +1,7 @@
+++ ./tools/Makefile.am 2018-06-15 15:24:28.611793003 +0300
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,9 +1,3 @@
-noinst_PROGRAMS = libevdev-events
-noinst_PROGRAMS = libevdev-events libevdev-list-codes
-bin_PROGRAMS = \
- touchpad-edge-detector \
- mouse-dpi-tool \