gnome-authenticator: update to 4.4.0
This commit is contained in:
parent
04eef11159
commit
3419ec4096
|
@ -1,24 +1,22 @@
|
|||
# Template file for 'gnome-authenticator'
|
||||
pkgname=gnome-authenticator
|
||||
version=4.3.1
|
||||
revision=2
|
||||
version=4.4.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="rust"
|
||||
hostmakedepends="pkg-config gettext glib-devel itstool cargo desktop-file-utils
|
||||
gtk-update-icon-cache clang"
|
||||
makedepends="gtk4-devel libadwaita-devel libglib-devel libzbar-devel openssl-devel
|
||||
pipewire-devel rust-std"
|
||||
makedepends="gtk4-devel libadwaita-devel libglib-devel libzbar-devel
|
||||
openssl-devel pipewire-devel rust-std"
|
||||
depends="gnome-keyring"
|
||||
short_desc="Two-factor authentication code generator for GNOME"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/World/Authenticator"
|
||||
distfiles="https://gitlab.gnome.org/World/Authenticator/-/archive/${version}/Authenticator-${version}.tar.gz"
|
||||
checksum=fe16666d499ec543032401e4e69e29b442c5aaba882dd067b304585f43b78df2
|
||||
checksum=d1349ddc195ca173b64780d153864e3f8613986e6c0504d613c9331e83efab5d
|
||||
make_check=ci-skip # Test timeout while compiling tests
|
||||
|
||||
export BINDGEN_EXTRA_CLANG_ARGS="${BINDGEN_EXTRA_CLANG_ARGS} -DPW_ENABLE_DEPRECATED"
|
||||
|
||||
post_patch() {
|
||||
[ -z "$CROSS_BUILD" ] && return 0
|
||||
vsed -i src/meson.build \
|
||||
|
|
Loading…
Reference in New Issue