summaryrefslogtreecommitdiff
path: root/user/libinput
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 03:19:10 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 03:19:10 +0000
commite8732332f51d83cef66038d0418e9ced8a25d860 (patch)
tree88c5faf5f578e5793e0f7f59d3421ee8b45c6ba6 /user/libinput
parenteeeb7e8697ec41117676bc8bff8ff5e504cf124e (diff)
downloadpackages-e8732332f51d83cef66038d0418e9ced8a25d860.tar.gz
packages-e8732332f51d83cef66038d0418e9ced8a25d860.tar.bz2
packages-e8732332f51d83cef66038d0418e9ced8a25d860.tar.xz
packages-e8732332f51d83cef66038d0418e9ced8a25d860.zip
user/libinput: bump to 1.13.1, build docs
Diffstat (limited to 'user/libinput')
-rw-r--r--user/libinput/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/user/libinput/APKBUILD b/user/libinput/APKBUILD
index 76b3f44f7..8c2db00bb 100644
--- a/user/libinput/APKBUILD
+++ b/user/libinput/APKBUILD
@@ -1,22 +1,21 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libinput
-pkgver=1.12.3
+pkgver=1.13.1
pkgrel=0
pkgdesc="Library for handling input devices"
url="https://www.freedesktop.org/wiki/Software/libinput/"
arch="all"
+options="!check" # wow, such broken
license="MIT"
-makedepends="eudev-dev libevdev-dev libwacom-dev meson mtdev-dev"
+makedepends="doxygen eudev-dev graphviz libevdev-dev libwacom-dev meson
+ mtdev-dev ninja py3-recommonmark py3-sphinx py3-sphinx-rtd-theme"
checkdepends="check-dev valgrind"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
- # Docs disabled: requires sphinx now
meson --prefix=/usr \
- -Ddocumentation=false \
-Dlibwacom=true \
-Ddebug-gui=false \
-Dtests=true builddir/
@@ -24,14 +23,12 @@ build() {
}
check() {
- cd "$builddir"
ninja -C builddir/ test
}
package() {
- cd "$builddir"
DESTDIR="$pkgdir" ninja -C builddir/ install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="cdc512cb53442ae85d5a23e10db9dd3548bcca0de24d7fcc48954a60773563d84d9b10278b6a693ade95d0789bb5d42bbb8b7cf1c178fe85401cb09a5402ff02 libinput-1.12.3.tar.xz"
+sha512sums="a19deec802e704038df0901c103a82a3370f56e0299f4cc1b6aa84c1832a66fb638e6f9d0fa708b51df6c3b939cdc1271e4ff547c645c566be03dce0bc9ff7e0 libinput-1.13.1.tar.xz"