diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /libinput |
First commitdevelop
Diffstat (limited to 'libinput')
-rw-r--r-- | libinput/PKGBUILD | 42 | ||||
-rw-r--r-- | libinput/libinput-1.7.2-1.hyperbola2-x86_64-build.log | 219 | ||||
-rw-r--r-- | libinput/libinput-1.7.2-1.hyperbola2-x86_64-check.log | 51 | ||||
-rw-r--r-- | libinput/libinput-1.7.2-1.hyperbola2-x86_64-package.log | 232 |
4 files changed, 544 insertions, 0 deletions
diff --git a/libinput/PKGBUILD b/libinput/PKGBUILD new file mode 100644 index 0000000..439ddaa --- /dev/null +++ b/libinput/PKGBUILD @@ -0,0 +1,42 @@ +# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> +# Maintainer (Arch): Jan de Groot +# Maintainer: André Silva <emulatorman@hyperbola.info> + +pkgname=libinput +pkgver=1.7.2 +pkgrel=1.hyperbola2 +pkgdesc="Input device management and event handling library, without systemd support" +arch=(i686 x86_64) +url="https://www.freedesktop.org/wiki/Software/libinput/" +license=(Expat) +depends=('mtdev' 'libevdev' 'libwacom') +# currently no doc files to install +makedepends=('doxygen' 'graphviz' 'gtk3') +#checkdepends=('check' 'libunwind') +source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha512sums=('cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f' + 'SKIP') +validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net> + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + # move udev to /lib for FHS compliance + install -dm755 ${pkgdir}/lib + mv ${pkgdir}/usr/lib/udev ${pkgdir}/lib + # install doc - no Makefile target + install -v -dm755 ${pkgdir}/usr/share/doc/libinput + cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput +} diff --git a/libinput/libinput-1.7.2-1.hyperbola2-x86_64-build.log b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-build.log new file mode 100644 index 0000000..6a7e2ee --- /dev/null +++ b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-build.log @@ -0,0 +1,219 @@ +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether make supports nested variables... (cached) yes +checking for style of include used by make... GNU +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking dependency style of gcc... gcc3 +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking minix/config.h usability... no +checking minix/config.h presence... no +checking for minix/config.h... no +checking whether it is safe to define __EXTENSIONS__... yes +checking for gcc option to accept ISO C99... none needed +checking for g++... g++ +checking whether we are using the GNU C++ compiler... yes +checking whether g++ accepts -g... yes +checking dependency style of g++... gcc3 +checking for grep that handles long lines and -e... (cached) /bin/grep +checking for a Python interpreter with version >= 3.0... none +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for a working dd... /bin/dd +checking how to truncate binary pipes... /bin/dd bs=4096 count=1 +checking for mt... no +checking if : is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +checking dynamic linker characteristics... GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether stripping libraries is possible... yes +checking if libtool supports shared libraries... yes +checking whether to build shared libraries... yes +checking whether to build static libraries... no +checking how to run the C++ preprocessor... g++ -E +checking for ld used by g++... /usr/bin/ld -m elf_x86_64 +checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes +checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking for g++ option to produce PIC... -fPIC -DPIC +checking if g++ PIC flag -fPIC -DPIC works... yes +checking if g++ static flag -static works... yes +checking if g++ supports -c -o file.o... yes +checking if g++ supports -c -o file.o... (cached) yes +checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking dynamic linker characteristics... (cached) GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether EPOLL_CLOEXEC is declared... yes +checking whether TFD_CLOEXEC is declared... yes +checking whether CLOCK_MONOTONIC is declared... yes +checking whether static_assert is declared... yes +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for MTDEV... yes +checking for LIBUDEV... yes +checking for LIBEVDEV... yes +checking for atan2 in -lm... yes +checking for clock_gettime in -lrt... yes +checking for doxygen... /usr/bin/doxygen +checking for compatible doxygen version... yes +checking for dot... /usr/bin/dot +checking for compatible dot version... yes +checking for CAIRO... yes +checking for GTK... yes +checking for CHECK... no +checking for sed... (cached) /bin/sed +checking for LIBWACOM... yes +checking if libwacom_get_paired_device is available... yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating Makefile +config.status: creating doc/Makefile +config.status: creating doc/libinput.doxygen +config.status: creating src/Makefile +config.status: creating src/libinput.pc +config.status: creating src/libinput-uninstalled.pc +config.status: creating src/libinput-version.h +config.status: creating test/Makefile +config.status: creating tools/Makefile +config.status: creating udev/Makefile +config.status: creating udev/80-libinput-device-groups.rules +config.status: creating udev/90-libinput-model-quirks.rules +config.status: creating test/symbols-leak-test +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands + + Prefix /usr + udev base dir ${exec_prefix}/lib/udev + + libwacom enabled yes + Build documentation yes + Build tests no + Tests use valgrind + Tests use libunwind + Build GUI event tool yes + Enable gcov profiling no + +make all-recursive +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2' +Making all in src +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/src' + CC libinput_la-evdev.lo + CC libinput_la-libinput.lo + CC libinput_la-evdev-lid.lo + CC libinput_la-evdev-middle-button.lo +evdev-lid.c: In function 'lid_switch_keyboard_event': +evdev-lid.c:74:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] + (void)write(fd, ev, sizeof(ev)); + ^~~~~~~~~~~~~~~~~~~~~~~~~ + CC libinput_la-evdev-mt-touchpad.lo + CC libinput_la-evdev-mt-touchpad-tap.lo + CC libinput_la-evdev-mt-touchpad-buttons.lo + CC libinput_la-evdev-mt-touchpad-edge-scroll.lo + CC libinput_la-evdev-mt-touchpad-gestures.lo + CC libinput_la-evdev-tablet.lo + CC libinput_la-evdev-tablet-pad.lo + CC libinput_la-evdev-tablet-pad-leds.lo + CC libinput_la-filter.lo + CC libinput_la-path-seat.lo + CC libinput_la-udev-seat.lo + CC libinput_la-timer.lo + CC libinput_util_la-libinput-util.lo + CC libfilter_la-filter.lo + CCLD libinput-util.la +ar: `u' modifier ignored since `D' is the default (see `U') + CCLD libinput.la + CCLD libfilter.la +ar: `u' modifier ignored since `D' is the default (see `U') +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/src' +Making all in doc +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/doc' + GEN html/index.html +/build/libinput/src/libinput-1.7.2/doc/touchpads.dox:1: warning: multiple use of page label 'touchpads', (other occurrence: /build/libinput/src/libinput-1.7.2/doc/page-hierarchy.dox, line: 1) +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/doc' +Making all in test +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +Making all in tools +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/tools' + CC libshared_la-shared.lo + CC libinput_list_devices-libinput-list-devices.o + CC libinput_debug_events-event-debug.o + CC event_debug-event-debug.o + CC ptraccel-debug.o + CC event_gui-event-gui.o + CCLD libshared.la + CCLD ptraccel-debug +ar: `u' modifier ignored since `D' is the default (see `U') + CCLD libinput-list-devices + CCLD libinput-debug-events + CCLD event-debug + CCLD event-gui +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/tools' +Making all in udev +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +/bin/sed -e "s|\@UDEV_TEST_PATH\@|/build/libinput/src/libinput-1.7.2/udev/|" < 80-libinput-device-groups.rules.in > 80-libinput-device-groups-litest.rules +/bin/sed -e "s|\@UDEV_TEST_PATH\@|/build/libinput/src/libinput-1.7.2/udev/|" < 90-libinput-model-quirks.rules.in > 90-libinput-model-quirks-litest.rules + CC libinput_device_group-libinput-device-group.o + CC libinput_model_quirks-libinput-model-quirks.o + CCLD libinput-device-group + CCLD libinput-model-quirks +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2' +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2' diff --git a/libinput/libinput-1.7.2-1.hyperbola2-x86_64-check.log b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-check.log new file mode 100644 index 0000000..9e0627b --- /dev/null +++ b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-check.log @@ -0,0 +1,51 @@ +Making check in src +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/src' +make[1]: Nothing to be done for 'check'. +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/src' +Making check in doc +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/doc' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/doc' +Making check in test +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +make check-TESTS +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +make[3]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +============================================================================ +Testsuite summary for libinput 1.7.2 +============================================================================ +# TOTAL: 0 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[3]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +Making check in tools +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/tools' +make[1]: Nothing to be done for 'check'. +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/tools' +Making check in udev +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +make check-TESTS +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +make[3]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +============================================================================ +Testsuite summary for libinput 1.7.2 +============================================================================ +# TOTAL: 0 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[3]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2' diff --git a/libinput/libinput-1.7.2-1.hyperbola2-x86_64-package.log b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-package.log new file mode 100644 index 0000000..431545e --- /dev/null +++ b/libinput/libinput-1.7.2-1.hyperbola2-x86_64-package.log @@ -0,0 +1,232 @@ +Making install in src +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/src' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/src' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/lib' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/include' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/lib/pkgconfig' + /bin/sh ../libtool --mode=install /usr/bin/install -c libinput.la '/build/libinput/pkg/libinput/usr/lib' + /usr/bin/install -c -m 644 libinput.pc '/build/libinput/pkg/libinput/usr/lib/pkgconfig' + /usr/bin/install -c -m 644 libinput.h '/build/libinput/pkg/libinput/usr/include' +libtool: install: /usr/bin/install -c .libs/libinput.so.10.12.4 /build/libinput/pkg/libinput/usr/lib/libinput.so.10.12.4 +libtool: install: (cd /build/libinput/pkg/libinput/usr/lib && { ln -s -f libinput.so.10.12.4 libinput.so.10 || { rm -f libinput.so.10 && ln -s libinput.so.10.12.4 libinput.so.10; }; }) +libtool: install: (cd /build/libinput/pkg/libinput/usr/lib && { ln -s -f libinput.so.10.12.4 libinput.so || { rm -f libinput.so && ln -s libinput.so.10.12.4 libinput.so; }; }) +libtool: install: /usr/bin/install -c .libs/libinput.lai /build/libinput/pkg/libinput/usr/lib/libinput.la +libtool: warning: remember to run 'libtool --finish /usr/lib' +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/src' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/src' +Making install in doc +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/doc' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/doc' +make[2]: Nothing to be done for 'install-exec-am'. +make[2]: Nothing to be done for 'install-data-am'. +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/doc' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/doc' +Making install in test +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/test' +make[2]: Nothing to be done for 'install-exec-am'. +make[2]: Nothing to be done for 'install-data-am'. +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/test' +Making install in tools +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/tools' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/tools' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/bin' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/share/man/man1' + /bin/sh ../libtool --mode=install /usr/bin/install -c libinput-list-devices libinput-debug-events '/build/libinput/pkg/libinput/usr/bin' + /usr/bin/install -c -m 644 'libinput-list-devices.man' '/build/libinput/pkg/libinput/usr/share/man/man1/libinput-list-devices.1' + /usr/bin/install -c -m 644 'libinput-debug-events.man' '/build/libinput/pkg/libinput/usr/share/man/man1/libinput-debug-events.1' +libtool: warning: '../src/libinput.la' has not been installed in '/usr/lib' +libtool: install: /usr/bin/install -c .libs/libinput-list-devices /build/libinput/pkg/libinput/usr/bin/libinput-list-devices +libtool: warning: '../src/libinput.la' has not been installed in '/usr/lib' +libtool: install: /usr/bin/install -c .libs/libinput-debug-events /build/libinput/pkg/libinput/usr/bin/libinput-debug-events +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/tools' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/tools' +Making install in udev +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2/udev' +make[2]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/lib/udev/hwdb.d' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/lib/udev/rules.d' + /usr/bin/install -c -m 644 80-libinput-device-groups.rules 90-libinput-model-quirks.rules '/build/libinput/pkg/libinput/usr/lib/udev/rules.d' + /usr/bin/install -c -m 644 90-libinput-model-quirks.hwdb '/build/libinput/pkg/libinput/usr/lib/udev/hwdb.d' + /bin/mkdir -p '/build/libinput/pkg/libinput/usr/lib/udev' + /bin/sh ../libtool --mode=install /usr/bin/install -c libinput-device-group libinput-model-quirks '/build/libinput/pkg/libinput/usr/lib/udev' +libtool: install: /usr/bin/install -c libinput-device-group /build/libinput/pkg/libinput/usr/lib/udev/libinput-device-group +libtool: install: /usr/bin/install -c libinput-model-quirks /build/libinput/pkg/libinput/usr/lib/udev/libinput-model-quirks +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2/udev' +make[1]: Entering directory '/build/libinput/src/libinput-1.7.2' +make[2]: Entering directory '/build/libinput/src/libinput-1.7.2' +make[2]: Nothing to be done for 'install-exec-am'. +make[2]: Nothing to be done for 'install-data-am'. +make[2]: Leaving directory '/build/libinput/src/libinput-1.7.2' +make[1]: Leaving directory '/build/libinput/src/libinput-1.7.2' +install: creating directory '/build/libinput/pkg/libinput/usr/share/doc' +install: creating directory '/build/libinput/pkg/libinput/usr/share/doc/libinput' +'doc/html/README_8txt.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/README_8txt.html' +'doc/html/absolute-axes_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/absolute-axes_8dox.html' +'doc/html/absolute-coordinate-ranges_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/absolute-coordinate-ranges_8dox.html' +'doc/html/absolute_axes.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/absolute_axes.html' +'doc/html/absolute_coordinate_ranges.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/absolute_coordinate_ranges.html' +'doc/html/annotated.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/annotated.html' +'doc/html/bc_s.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/bc_s.png' +'doc/html/bdwn.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/bdwn.png' +'doc/html/bootstrap.css' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/bootstrap.css' +'doc/html/bug.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/bug.html' +'doc/html/building_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/building_8dox.html' +'doc/html/building_libinput.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/building_libinput.html' +'doc/html/button-scrolling.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/button-scrolling.svg' +'doc/html/classes.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/classes.html' +'doc/html/clickfinger-distance.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/clickfinger-distance.svg' +'doc/html/clickfinger.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/clickfinger.svg' +'doc/html/clickpad-softbuttons_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/clickpad-softbuttons_8dox.html' +'doc/html/clickpad_softbuttons.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/clickpad_softbuttons.html' +'doc/html/closed.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/closed.png' +'doc/html/contributing.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/contributing.html' +'doc/html/contributing_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/contributing_8dox.html' +'doc/html/customdoxygen.css' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/customdoxygen.css' +'doc/html/developers.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/developers.html' +'doc/html/device-configuration-via-udev_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/device-configuration-via-udev_8dox.html' +'doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dir_68267d1309a1af8e8297ef4c3efbcdba.html' +'doc/html/doc.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/doc.png' +'doc/html/dot_evemu.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_evemu.png' +'doc/html/dot_inline_dotgraph_1.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_inline_dotgraph_1.png' +'doc/html/dot_inline_dotgraph_2.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_inline_dotgraph_2.png' +'doc/html/dot_libinput-stack-gnome.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_libinput-stack-gnome.png' +'doc/html/dot_libinput-stack-wayland.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_libinput-stack-wayland.png' +'doc/html/dot_libinput-stack-xorg.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_libinput-stack-xorg.png' +'doc/html/dot_seats-sketch-libinput.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_seats-sketch-libinput.png' +'doc/html/dot_seats-sketch.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dot_seats-sketch.png' +'doc/html/doxygen.css' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/doxygen.css' +'doc/html/doxygen.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/doxygen.png' +'doc/html/doxygen.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/doxygen.svg' +'doc/html/dynsections.js' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/dynsections.js' +'doc/html/edge-scrolling.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/edge-scrolling.svg' +'doc/html/faq.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/faq.html' +'doc/html/faqs_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/faqs_8dox.html' +'doc/html/files.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/files.html' +'doc/html/folderclosed.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/folderclosed.png' +'doc/html/folderopen.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/folderopen.png' +'doc/html/functions.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/functions.html' +'doc/html/functions_vars.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/functions_vars.html' +'doc/html/general.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/general.html' +'doc/html/gesture-2fg-ambiguity.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/gesture-2fg-ambiguity.svg' +'doc/html/gestures.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/gestures.html' +'doc/html/gestures_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/gestures_8dox.html' +'doc/html/globals.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals.html' +'doc/html/globals_defs.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals_defs.html' +'doc/html/globals_enum.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals_enum.html' +'doc/html/globals_eval.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals_eval.html' +'doc/html/globals_func.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals_func.html' +'doc/html/globals_type.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/globals_type.html' +'doc/html/group__base.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__base.html' +'doc/html/group__config.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__config.html' +'doc/html/group__device.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__device.html' +'doc/html/group__event.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event.html' +'doc/html/group__event__gesture.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__gesture.html' +'doc/html/group__event__keyboard.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__keyboard.html' +'doc/html/group__event__pointer.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__pointer.html' +'doc/html/group__event__switch.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__switch.html' +'doc/html/group__event__tablet.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__tablet.html' +'doc/html/group__event__tablet__pad.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__tablet__pad.html' +'doc/html/group__event__touch.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__event__touch.html' +'doc/html/group__seat.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__seat.html' +'doc/html/group__tablet__pad__modes.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/group__tablet__pad__modes.html' +'doc/html/index.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/index.html' +'doc/html/jquery.js' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/jquery.js' +'doc/html/libinput_8h.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/libinput_8h.html' +'doc/html/libinput_8h_source.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/libinput_8h_source.html' +'doc/html/libinputdoxygen.css' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/libinputdoxygen.css' +'doc/html/menu.js' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/menu.js' +'doc/html/menudata.js' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/menudata.js' +'doc/html/middle-button-emulation_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/middle-button-emulation_8dox.html' +'doc/html/middle_button_emulation.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/middle_button_emulation.html' +'doc/html/misc.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/misc.html' +'doc/html/modules.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/modules.html' +'doc/html/motion_normalization.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/motion_normalization.html' +'doc/html/nav_f.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/nav_f.png' +'doc/html/nav_g.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/nav_g.png' +'doc/html/nav_h.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/nav_h.png' +'doc/html/normalization-of-relative-motion_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/normalization-of-relative-motion_8dox.html' +'doc/html/open.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/open.png' +'doc/html/page-hierarchy_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/page-hierarchy_8dox.html' +'doc/html/pages.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pages.html' +'doc/html/palm-detection.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/palm-detection.svg' +'doc/html/palm-detection_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/palm-detection_8dox.html' +'doc/html/palm_detection.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/palm_detection.html' +'doc/html/pinch-gestures-softbuttons.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pinch-gestures-softbuttons.svg' +'doc/html/pinch-gestures.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pinch-gestures.svg' +'doc/html/pointer-acceleration.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pointer-acceleration.html' +'doc/html/pointer-acceleration_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pointer-acceleration_8dox.html' +'doc/html/pointers.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/pointers.html' +'doc/html/ptraccel-linear.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/ptraccel-linear.svg' +'doc/html/ptraccel-low-dpi.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/ptraccel-low-dpi.svg' +'doc/html/ptraccel-touchpad.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/ptraccel-touchpad.svg' +'doc/html/ptraccel-trackpoint.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/ptraccel-trackpoint.svg' +'doc/html/reporting-bugs_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/reporting-bugs_8dox.html' +'doc/html/reporting_bugs.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/reporting_bugs.html' +'doc/html/scrolling.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/scrolling.html' +'doc/html/scrolling_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/scrolling_8dox.html' +'doc/html/seats.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/seats.html' +'doc/html/seats_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/seats_8dox.html' +'doc/html/software-buttons.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/software-buttons.svg' +'doc/html/splitbar.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/splitbar.png' +'doc/html/structlibinput.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput.html' +'doc/html/structlibinput__device.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__device.html' +'doc/html/structlibinput__device__group.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__device__group.html' +'doc/html/structlibinput__event.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event.html' +'doc/html/structlibinput__event__device__notify.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__device__notify.html' +'doc/html/structlibinput__event__keyboard.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__keyboard.html' +'doc/html/structlibinput__event__pointer.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__pointer.html' +'doc/html/structlibinput__event__switch.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__switch.html' +'doc/html/structlibinput__event__tablet__pad.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__tablet__pad.html' +'doc/html/structlibinput__event__tablet__tool.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__tablet__tool.html' +'doc/html/structlibinput__event__touch.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__event__touch.html' +'doc/html/structlibinput__interface.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__interface.html' +'doc/html/structlibinput__seat.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__seat.html' +'doc/html/structlibinput__tablet__pad__mode__group.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__tablet__pad__mode__group.html' +'doc/html/structlibinput__tablet__tool.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/structlibinput__tablet__tool.html' +'doc/html/swipe-gestures.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/swipe-gestures.svg' +'doc/html/switches.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/switches.html' +'doc/html/switches_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/switches_8dox.html' +'doc/html/sync_off.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/sync_off.png' +'doc/html/sync_on.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/sync_on.png' +'doc/html/t440-support_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/t440-support_8dox.html' +'doc/html/t440_support.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/t440_support.html' +'doc/html/tab_a.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tab_a.png' +'doc/html/tab_b.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tab_b.png' +'doc/html/tab_h.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tab_h.png' +'doc/html/tab_s.png' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tab_s.png' +'doc/html/tablet-axes.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-axes.svg' +'doc/html/tablet-cintiq24hd-modes.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-cintiq24hd-modes.svg' +'doc/html/tablet-interfaces.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-interfaces.svg' +'doc/html/tablet-intuos-modes.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-intuos-modes.svg' +'doc/html/tablet-left-handed.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-left-handed.svg' +'doc/html/tablet-out-of-bounds.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-out-of-bounds.svg' +'doc/html/tablet-support.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-support.html' +'doc/html/tablet-support_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet-support_8dox.html' +'doc/html/tablet.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablet.svg' +'doc/html/tablets.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tablets.html' +'doc/html/tabs.css' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tabs.css' +'doc/html/tap-n-drag.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tap-n-drag.svg' +'doc/html/tapping.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tapping.html' +'doc/html/tapping_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tapping_8dox.html' +'doc/html/test-suite.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/test-suite.html' +'doc/html/test-suite_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/test-suite_8dox.html' +'doc/html/thumb-detection.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/thumb-detection.svg' +'doc/html/tools.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tools.html' +'doc/html/tools_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/tools_8dox.html' +'doc/html/top-software-buttons.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/top-software-buttons.svg' +'doc/html/touchpad-jumping-cursors_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpad-jumping-cursors_8dox.html' +'doc/html/touchpad-pressure_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpad-pressure_8dox.html' +'doc/html/touchpad_jumping_cursor.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpad_jumping_cursor.html' +'doc/html/touchpad_pressure.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpad_pressure.html' +'doc/html/touchpads.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpads.html' +'doc/html/touchpads_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchpads_8dox.html' +'doc/html/touchscreen-gestures.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchscreen-gestures.svg' +'doc/html/touchscreens.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/touchscreens.html' +'doc/html/twofinger-scrolling.svg' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/twofinger-scrolling.svg' +'doc/html/udev_config.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/udev_config.html' +'doc/html/what-is-libinput_8dox.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/what-is-libinput_8dox.html' +'doc/html/what_is_libinput.html' -> '/build/libinput/pkg/libinput/usr/share/doc/libinput/what_is_libinput.html' |