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

57 lines
1.2 KiB
Bash
Raw Normal View History

2021-07-18 19:42:05 +02:00
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
2021-08-13 16:38:24 +02:00
EAPI=7
2021-07-19 01:54:03 +02:00
VALA_USE_DEPEND="vapigen"
2021-07-18 19:42:05 +02:00
2021-08-13 16:52:16 +02:00
inherit vala meson gnome2-utils xdg
2021-07-18 19:42:05 +02:00
2021-08-13 15:42:16 +02:00
COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d"
2021-08-13 16:57:58 +02:00
COMMIT_RS="6286be99f9021346ea5208e949d4e7bfe375cdfb"
2021-08-13 15:42:16 +02:00
2021-07-18 19:42:05 +02:00
DESCRIPTION="Simple application for generating Two-Factor Authentication Codes."
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
2021-08-13 16:57:58 +02:00
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz
https://gitlab.gnome.org/World/Rust/libadwaita-rs/-/archive/${COMMIT_RS}/libadwaita-rs-${COMMIT_RS}.tar.gz
"
2021-07-18 19:42:05 +02:00
LICENSE="GPL-3"
SLOT="0"
2021-08-13 15:27:36 +02:00
KEYWORDS="~arm64 ~amd64"
2021-07-19 01:54:03 +02:00
IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
2021-08-13 16:50:44 +02:00
2021-07-18 19:42:05 +02:00
DEPEND="
gnome-base/gnome-common
2021-07-19 01:54:03 +02:00
gui-libs/gtk
2021-07-18 19:42:05 +02:00
x11-libs/libadwaita
2021-07-18 19:50:44 +02:00
x11-libs/gdk-pixbuf
2021-08-13 15:45:07 +02:00
media-gfx/zbar
2021-08-13 15:48:34 +02:00
>=media-libs/gstreamer-1.18.0
>=media-libs/gst-plugins-base-1.18.0
2021-08-13 15:53:21 +02:00
>=media-libs/gst-plugins-bad-1.18.0
2021-07-18 19:42:05 +02:00
"
2021-08-13 16:22:56 +02:00
2021-07-18 19:42:05 +02:00
RDEPEND="${DEPEND}"
2021-07-19 01:54:03 +02:00
BDEPEND="
vala? ( $(vala_depend) )
dev-util/meson
dev-libs/gobject-introspection
"
2021-07-18 19:42:05 +02:00
2021-08-13 15:43:44 +02:00
S="${WORKDIR}/Authenticator-${PV}-${COMMIT}"
2021-07-18 19:42:05 +02:00
src_install() {
meson_src_install
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}