temp/libinput: temporarily fork from alpine (+depends) (MR 1771)
Make libinput available for armv7 in postmarketOS edge, until it is in Alpine edge again.
This commit is contained in:
parent
25beffccdd
commit
3bd9f62da2
2 changed files with 74 additions and 0 deletions
27
temp/libevdev/APKBUILD
Normal file
27
temp/libevdev/APKBUILD
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Forked from Alpine, because it's missing for armv7
|
||||
|
||||
pkgname=libevdev
|
||||
pkgver=1.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="Kernel Evdev Device Wrapper Library"
|
||||
url="https://www.freedesktop.org/wiki/Software/libevdev"
|
||||
arch="armv7"
|
||||
license="MIT"
|
||||
options="!check" # Requires CONFIG_INPUT_UINPUT in kernel
|
||||
makedepends="meson python3 linux-headers doxygen"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://freedesktop.org/software/libevdev/libevdev-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
abuild-meson \
|
||||
-Dtests=disabled \
|
||||
-Ddocumentation=enabled \
|
||||
. output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="94ab4ee7e0854c41a491d8e4713baa95ae66dd337b41823011c0913aa1c72e8bbf8b808d5936c2ef456af794b6d3a5cd7cd0515fbd1d06dd1b7ba19275bd928f libevdev-1.10.0.tar.xz"
|
||||
Loading…
Add table
Add a link
Reference in a new issue