main/gesture: upgrade to 0.7 (MR 3453)
Fix dot gestures on several devices https://gitlab.com/postmarketOS/pmaports/-/issues/1697 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
8982682ea6
commit
00f8f73a53
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
||||||
pkgname=gesture
|
pkgname=gesture
|
||||||
pkgver=0.6
|
pkgver=0.7
|
||||||
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"
|
||||||
|
@ -20,4 +20,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="252d8f71bb4dfaff4b72e8e38ea7c129f6548909e5f7eb761e36405cbc6a2435972340eb8886e2903a29ba5f91583f97c41e799977152eafa59d018fb450583d gesture-v0.6.tar.gz"
|
sha512sums="
|
||||||
|
f05eae4dded079eed6fd7b362485bec6400f18f4e9cf2a42ee80a378d0f9de7d85b8afc5671a349f5dee85ea92b1281415158ae85abd160668ad13aa8e3a46a1 gesture-v0.7.tar.gz
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in a new issue