mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
yubioath-desktop: 4.3.6 bump
This commit is contained in:
parent
5418fc367c
commit
c57194a532
2 changed files with 9 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
DIST yubioath-desktop-4.3.5.tar.gz 228343 BLAKE2B e3afe40ba1829fc4274a7cd86e07bcbbfb75cee4d182e0f542706f8a56673a01dd1cdce60a60617f2057d4f6543d7fb1f53dfbc3ae6711f4cd737d5b4c69ff75 SHA512 bf817b1cb1eed2ad45419d84323cf92e76e165d83fc24636f2caa183330f678162e61dda6094c407b99127fc8858cfa94f7b5381d20a8c46efca447ef9809285
|
||||
DIST yubioath-desktop-4.3.6.tar.gz 228428 BLAKE2B c3913f9ededc5b38999e9cb54fe704a23cb00d76f3ce6d5c5bd31e9e3dcf11453d34be54ae8acb2b3d6b226610ef0321655c8ea2728073603a8f038bc7e7ba79 SHA512 fb5d8ee1b95c6c96e9905c726aacd4a5427b19817af30e8462f1fd558dfe0ee289aaf9012aeb3e92e78874fcc84bc76b7382a94a96413a94cb147b3d3929cfed
|
||||
|
|
|
|||
|
|
@ -6,22 +6,22 @@ EAPI=7
|
|||
inherit qmake-utils eutils desktop
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
HOMEPAGE="https://developers.yubico.com/yubioath-desktop/"
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz"
|
||||
#https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="4"
|
||||
SLOT=4
|
||||
LICENSE="BSD-2"
|
||||
|
||||
RDEPEND="dev-qt/qtsingleapplication
|
||||
RDEPEND="
|
||||
dev-qt/qtsingleapplication
|
||||
dev-qt/qtquickcontrols:5
|
||||
dev-python/pyotherside"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=app-crypt/yubikey-manager-0.5
|
||||
dev-qt/qtdeclarative"
|
||||
dev-qt/qtdeclarative:5"
|
||||
|
||||
#upstream is not consistent with this
|
||||
S=${WORKDIR}/${PN}-${P}
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
Loading…
Reference in a new issue