🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
pkgname: libinput
pkgver: '1.31.3'
pkgrel: '1'
pkgdesc: 'Library for display servers and other applications that need to deal with input devices'
url: 'https://www.freedesktop.org/wiki/Software/libinput/'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- doxygen
- graphviz
- libevdev
- mtdev
- libwacom
- gtk4
- check
- libunwind
- meson
- valgrind
source:
- 'https://gitlab.freedesktop.org/libinput/libinput/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libinput-1.31.3 builddir -Dtests=false -Ddebug-gui=false -Dudev-dir=/lib/udev -Ddocumentation=false
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING