diff --git a/app-crypt/yubioath-desktop/Manifest b/app-crypt/yubioath-desktop/Manifest index 472425b79..4c39d593c 100644 --- a/app-crypt/yubioath-desktop/Manifest +++ b/app-crypt/yubioath-desktop/Manifest @@ -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 diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-4.3.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-4.3.6.ebuild similarity index 72% rename from app-crypt/yubioath-desktop/yubioath-desktop-4.3.5.ebuild rename to app-crypt/yubioath-desktop/yubioath-desktop-4.3.6.ebuild index a2dcdcad3..0be8c7f75 100644 --- a/app-crypt/yubioath-desktop/yubioath-desktop-4.3.5.ebuild +++ b/app-crypt/yubioath-desktop/yubioath-desktop-4.3.6.ebuild @@ -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