Skip to content

Commit

Permalink
Update touche to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
KF-Art committed Jun 23, 2024
1 parent 0eb7876 commit f09184e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/touche/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# 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>"
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"
Expand All @@ -31,5 +31,6 @@ touche-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/share/gir-1.0
}
}

0 comments on commit f09184e

Please sign in to comment.