mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gnome-authenticator: update to 3.32.2.
This commit is contained in:
parent
78a301318d
commit
d28a070ae4
1 changed files with 10 additions and 4 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'gnome-authenticator'
|
# Template file for 'gnome-authenticator'
|
||||||
pkgname=gnome-authenticator
|
pkgname=gnome-authenticator
|
||||||
version=3.32.2
|
version=3.32.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Authenticator-${version}"
|
wrksrc="Authenticator-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
hostmakedepends="gettext appstream-glib desktop-file-utils git glib-devel pkg-config"
|
hostmakedepends="gettext appstream-glib desktop-file-utils glib-devel pkg-config"
|
||||||
makedepends="gobject-introspection gtk+3-devel libglib-devel libsecret-devel libzbar-devel python3"
|
makedepends="gtk+3-devel libglib-devel libsecret-devel libzbar-devel"
|
||||||
depends="python3-pyzbar python3-Pillow python3-pyotp"
|
depends="python3-pyzbar python3-Pillow python3-pyotp libhandy python3-gobject
|
||||||
|
gnome-keyring python3-yoyo-migrations python3-pyfavicon"
|
||||||
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="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
|
distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
|
||||||
checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"
|
checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
find src/Authenticator/widgets -type f -exec \
|
||||||
|
sed -i '/init_template/d' {} +
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue