Update touche from 2.0.9_1 to 2.0.11_1
This commit is contained in:
parent
e5c0c7b54f
commit
1658ac318f
1 changed files with 4 additions and 9 deletions
|
@ -1,25 +1,20 @@
|
|||
# Template file for 'touche'
|
||||
pkgname=touche
|
||||
version=2.0.9
|
||||
version=2.0.11
|
||||
revision=1
|
||||
repository="cereus-extra"
|
||||
build_style=meson
|
||||
hostmakedepends="cmake awk"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="gobject-introspection appstream-glib-devel nodejs gjs-devel libadwaita-devel desktop-file-utils pkg-config gettext-devel"
|
||||
provides="libtouche.so.0"
|
||||
depends="touchegg gjs libadwaita"
|
||||
short_desc="The desktop application to configure Touchégg"
|
||||
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/JoseExposito/touche"
|
||||
changelog="${homepage}/releases/tag/${version}"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=acca74dad75418a5aecdafe0fe2c2ae9b32c143c595a39173090083c3919c167
|
||||
|
||||
pre_configure() {
|
||||
# Clock skew detected
|
||||
find . -exec touch {} \;
|
||||
}
|
||||
checksum=8ad5112267c3546dfd59ba6d604b8b66fd141926ebde4c8946a79932adac907c
|
||||
|
||||
pre_build() {
|
||||
export npm_config_cache="./npm_cache"
|
||||
|
|
Loading…
Add table
Reference in a new issue