gjdwebserver-overlay/gnome-extra/authenticator/authenticator-4.3.1.ebuild

41 lines
790 B
Bash
Raw Normal View History

2023-05-02 16:20:21 +02:00
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson toolchain-funcs xdg
2023-05-02 16:22:30 +02:00
COMMIT="77963b4714065939a86b329fe611d57d182a573e"
2023-05-02 16:20:21 +02:00
DESCRIPTION="Generate Two-Factor Codes"
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
RESTRICT="network-sandbox"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
2023-05-02 16:22:30 +02:00
S="${WORKDIR}/Authenticator-${PV}-${COMMIT}"
2023-05-02 16:20:21 +02:00
RDEPEND="
2023-05-02 16:25:34 +02:00
dev-libs/glib
x11-libs/gdk-pixbuf
>=gui-libs/gtk-4.0.0
>=gui-libs/libadwaita-1.0.0
dev-util/cmake
media-gfx/zbar
2023-05-02 16:20:21 +02:00
"
DEPEND="${RDEPEND}"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}