gnome-authenticator: update to 4.4.0

This commit is contained in:
cinerea0 2024-02-23 16:28:13 -05:00 committed by cinerea0
parent 04eef11159
commit 3419ec4096
1 changed files with 5 additions and 7 deletions

View File

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