Update
This commit is contained in:
parent
4d8a5f1b90
commit
5705063f4c
@ -3,10 +3,6 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
CRATES="
|
||||
libadwaita-rs
|
||||
"
|
||||
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
|
||||
inherit vala meson gnome2-utils xdg
|
||||
@ -16,7 +12,6 @@ COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d"
|
||||
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"
|
||||
SRC_URI+=" $(cargo_crate_uris ${CRATES})"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@ -44,6 +39,7 @@ BDEPEND="
|
||||
S="${WORKDIR}/Authenticator-${PV}-${COMMIT}"
|
||||
|
||||
src_install() {
|
||||
CC="$(tc-getCC)"
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user