Deleted, seems broken only works with flatpak
This commit is contained in:
parent
893b68fcf6
commit
a9f6e80192
@ -1 +0,0 @@
|
||||
DIST authenticator-4.0.3.tar.gz 426146 BLAKE2B 7705e38fcaf1f25208d2d7442a05c021135055550bb8d0f1ec27fdff77e16fd306c9a8f01892cb566682a9a944fdd89689b0f04cb7228b9679c4e004be14dff3 SHA512 c28d3c28e8bbb9d33e8b1095e7ad7ca980a077c16e74bccda07812d2905ebdf85870b115ab524992772eb3078ed7bbac85af36fc04faee048164e1a02c2c80f5
|
@ -1,58 +0,0 @@
|
||||
# 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
|
||||
|
||||
COMMIT="24e88b31709131141ebcb78ee144ccf59f56ef0a"
|
||||
|
||||
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/${COMMIT}/Authenticator-${COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm64 ~amd64"
|
||||
IUSE="+introspection +vala +wayland"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
RESTRICT="network-sandbox"
|
||||
|
||||
DEPEND="
|
||||
gnome-base/gnome-common
|
||||
gui-libs/gtk
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/libadwaita
|
||||
media-gfx/zbar
|
||||
>=media-libs/gstreamer-1.18.0
|
||||
>=media-libs/gst-plugins-base-1.18.0
|
||||
>=media-libs/gst-plugins-bad-1.18.0
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
vala? ( $(vala_depend) )
|
||||
dev-util/meson
|
||||
dev-libs/gobject-introspection
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Authenticator-${COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
cargo update
|
||||
eapply "${FILESDIR}"/767.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gjdijkman@gjdwebserver.nl</email>
|
||||
<name>Gerben Jan Dijkman</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://gitlab.gnome.org/World/Authenticator/-/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user