main/postmarketos-ui-shelli: update shelli to 0.6 (MR 1814)

Adds support for pinephone
Adds migration away from python and to C for event path discovery and touch dimensions

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Craig Comstock 2020-12-15 21:20:18 -06:00 committed by clayton craft
parent e07b405b69
commit 13e9c9e9b5
No known key found for this signature in database
GPG key ID: 23A30DA6D406B355
3 changed files with 5 additions and 6 deletions

View file

@ -1,12 +1,11 @@
# Maintainer: Craig Comstock <craig@unreasonablefarm.org> # Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=gesture pkgname=gesture
pkgver=0.5 pkgver=0.6
pkgrel=0 pkgrel=0
pkgdesc="handwriting algorithm with implementation for linux touchscreens injecting keys into a tty" pkgdesc="handwriting algorithm with implementation for linux touchscreens injecting keys into a tty"
url="https://gitlab.com/unrznbl/gesture" url="https://gitlab.com/unrznbl/gesture"
arch="all" arch="all"
license="GPL-3.0-only" license="GPL-3.0-only"
depends="python3 py3-libevdev"
makedepends="linux-headers" makedepends="linux-headers"
install="$pkgname.post-install $pkgname.pre-deinstall" install="$pkgname.post-install $pkgname.pre-deinstall"
options="!check" options="!check"
@ -21,4 +20,4 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="759ecbbfc5a2c474d0b484eceb5c2336fb36bb1ded4e1a69390c890b07d0b58a152afa88e7d04bf97ce2d58e2d166864acaa114c2bfefe5abd29b06dde2050e1 gesture-v0.5.tar.gz" sha512sums="252d8f71bb4dfaff4b72e8e38ea7c129f6548909e5f7eb761e36405cbc6a2435972340eb8886e2903a29ba5f91583f97c41e799977152eafa59d018fb450583d gesture-v0.6.tar.gz"

View file

@ -1,6 +1,6 @@
# Maintainer: Craig Comstock <craig@unreasonablefarm.org> # Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=postmarketos-ui-shelli pkgname=postmarketos-ui-shelli
pkgver=2 pkgver=3
pkgrel=0 pkgrel=0
pkgdesc="Plain console with touchscreen gesture support" pkgdesc="Plain console with touchscreen gesture support"
url="https://gitlab.com/unrznbl/shelli" url="https://gitlab.com/unrznbl/shelli"

View file

@ -1,6 +1,6 @@
# Maintainer: Craig Comstock <craig@unreasonablefarm.org> # Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=shelli pkgname=shelli
pkgver=0.5 pkgver=0.6
pkgrel=0 pkgrel=0
pkgdesc="Plain console with touchscreen gesture support" pkgdesc="Plain console with touchscreen gesture support"
url="https://gitlab.com/unrznbl/shelli" url="https://gitlab.com/unrznbl/shelli"
@ -21,4 +21,4 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="dc4a3ac67840cddfad3a6b3f4a3ff8d1bdbe1f217cba10a5164aa10d0ecc49c863196397437b6454eb0400594626ecf2350aea5043f21464cc0be373322b42be shelli-0.5.tar.gz" sha512sums="d71d8c872fb99cba555e40e2ef599ae34a78a532fe95653d297be86de6e4eb392619190eff16e3963dad8e828a0e8229e1e2a5caf7d915c5d82acd5ec2253f01 shelli-0.6.tar.gz"