Update touche to 2.0.12

This commit is contained in:
Kevin Figueroa 2024-06-22 23:38:56 -04:00
parent 0eb7876e15
commit f09184e4b3

View file

@ -1,12 +1,12 @@
# Template file for 'touche'
pkgname=touche
version=2.0.11
version=2.0.12
revision=1
repository="cereus-extra"
build_style=meson
hostmakedepends="cmake"
makedepends="gobject-introspection appstream-glib-devel nodejs gjs-devel libadwaita-devel desktop-file-utils pkg-config gettext-devel"
provides="libtouche.so.0"
#provides="libtouche.so.0"
depends="touchegg gjs libadwaita"
short_desc="The desktop application to configure Touchégg"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/JoseExposito/touche"
changelog="${homepage}/releases/tag/${version}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=8ad5112267c3546dfd59ba6d604b8b66fd141926ebde4c8946a79932adac907c
checksum=7d0919aa1bd571783564358756405682fd883c5f6db07b01308d551adf947605
pre_build() {
export npm_config_cache="./npm_cache"
@ -31,5 +31,6 @@ touche-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/share/gir-1.0
}
}