mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
yubioath-desktop: 5.0.0 bump
This commit is contained in:
parent
9b0e3f0c98
commit
eb77b703ba
3 changed files with 45 additions and 3 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST yubioath-desktop-4.3.6.tar.gz 228428 BLAKE2B c3913f9ededc5b38999e9cb54fe704a23cb00d76f3ce6d5c5bd31e9e3dcf11453d34be54ae8acb2b3d6b226610ef0321655c8ea2728073603a8f038bc7e7ba79 SHA512 fb5d8ee1b95c6c96e9905c726aacd4a5427b19817af30e8462f1fd558dfe0ee289aaf9012aeb3e92e78874fcc84bc76b7382a94a96413a94cb147b3d3929cfed
|
||||
DIST yubioath-desktop-5.0.0.tar.gz 3651317 BLAKE2B 0190b510294821217ae473606b2502ab27788be15cc32c99dbac50c684d42052468a37c47abe5ad3ce91c1540742a80c8876495bd6052d1c90ab9d6ff03f4b3f SHA512 10d1e0daf374b825ca8db3facbf7007815ebc411c24e1d9e1bbb3353d8e87fac4f6be44769c823c8ab11e2178dca3db39c639dc703d7726f91dc7019c2b4f142
|
||||
|
|
|
|||
39
app-crypt/yubioath-desktop/yubioath-desktop-5.0.0.ebuild
Normal file
39
app-crypt/yubioath-desktop/yubioath-desktop-5.0.0.ebuild
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils eutils desktop
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="https://developers.yubico.com/yubioath-desktop/"
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT=4
|
||||
LICENSE="BSD-2"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtsingleapplication
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-python/pyotherside"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=app-crypt/yubikey-manager-0.5
|
||||
dev-qt/qtdeclarative:5"
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
python build_qrc.py resources.json
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
domenu resources/yubioath-desktop.desktop
|
||||
doicon resources/icons/yubioath.png
|
||||
|
||||
emake compiler_rcc_make_all
|
||||
emake compiler_buildqrc_make_all
|
||||
emake compiler_moc_header_make_all
|
||||
}
|
||||
|
|
@ -4,11 +4,14 @@
|
|||
|
||||
=app-crypt/yubikey-manager-qt-1.1* ~amd64
|
||||
|
||||
#=app-crypt/yubioath-desktop-3*
|
||||
=app-crypt/yubioath-desktop-4.3*
|
||||
### Pentoo ###
|
||||
app-crypt/yubioath-desktop
|
||||
|
||||
~app-crypt/ccid-1.4.25
|
||||
~dev-python/pyotherside-1.5.4 ~amd64
|
||||
|
||||
|
||||
#Gentoo
|
||||
~app-crypt/yubikey-neo-manager-1.3.0 **
|
||||
~app-crypt/libykneomgr-0.1.8 **
|
||||
~app-crypt/libu2f-host-1.1.3 **
|
||||
|
|
@ -67,7 +70,6 @@ app-crypt/ssh-multiadd
|
|||
app-crypt/stan
|
||||
app-crypt/tpm-emulator
|
||||
app-crypt/tpm-tools
|
||||
app-crypt/truecrypt
|
||||
app-crypt/SIPcrack
|
||||
app-crypt/md5bf
|
||||
app-crypt/plaintoo
|
||||
|
|
|
|||
Loading…
Reference in a new issue