Files
guru/gnome-extra/authenticator/authenticator-4.0.3.ebuild
Andrew Ammerlaan 5e3ce25976 gnome-extra/authenticator: drop keywords
dep does not have keywords yet

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-07-24 17:40:00 +02:00

46 lines
899 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
VALA_USE_DEPEND="vapigen"
inherit vala meson gnome2-utils xdg
DESCRIPTION="Simple application for generating Two-Factor Authentication Codes."
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~arm64"
IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
DEPEND="
gnome-base/gnome-common
gui-libs/gtk
x11-libs/libadwaita
x11-libs/gdk-pixbuf
>=media-libs/gstreamer-1.18.0
"
RDEPEND="${DEPEND}"
BDEPEND="
vala? ( $(vala_depend) )
dev-util/meson
dev-libs/gobject-introspection
"
S="${WORKDIR}/$PN-${PV}"
src_install() {
meson_src_install
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}