Update touche to 2.0.12
This commit is contained in:
parent
0eb7876e15
commit
f09184e4b3
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'touche'
|
# Template file for 'touche'
|
||||||
pkgname=touche
|
pkgname=touche
|
||||||
version=2.0.11
|
version=2.0.12
|
||||||
revision=1
|
revision=1
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="gobject-introspection appstream-glib-devel nodejs gjs-devel libadwaita-devel desktop-file-utils pkg-config gettext-devel"
|
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"
|
depends="touchegg gjs libadwaita"
|
||||||
short_desc="The desktop application to configure Touchégg"
|
short_desc="The desktop application to configure Touchégg"
|
||||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/JoseExposito/touche"
|
homepage="https://github.com/JoseExposito/touche"
|
||||||
changelog="${homepage}/releases/tag/${version}"
|
changelog="${homepage}/releases/tag/${version}"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=8ad5112267c3546dfd59ba6d604b8b66fd141926ebde4c8946a79932adac907c
|
checksum=7d0919aa1bd571783564358756405682fd883c5f6db07b01308d551adf947605
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export npm_config_cache="./npm_cache"
|
export npm_config_cache="./npm_cache"
|
||||||
|
@ -31,5 +31,6 @@ touche-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue