mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
yubioath-desktop: 4.3.5 bump
This commit is contained in:
parent
94c35068f9
commit
c0131212ed
2 changed files with 5 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST yubioath-desktop-4.3.4.tar 465920 BLAKE2B dc18f44b6e09b68f8c4600487d9c7fbc1a3e0d00f76522c04f23c6f8bd28af94b0f3f4321bccb28f65d992c2db37723d1bcb59e2972564de0125649591d567c8 SHA512 53a891e5cf1fde0a3b1631bcd6e22980fadff85062bbed7842f40c4eff82a63b5eb368d15037ef058d7155d796c3e44c4a04e2ca03bb51338d84ea786a452182
|
||||
DIST yubioath-desktop-4.3.5.tar.gz 228343 BLAKE2B e3afe40ba1829fc4274a7cd86e07bcbbfb75cee4d182e0f542706f8a56673a01dd1cdce60a60617f2057d4f6543d7fb1f53dfbc3ae6711f4cd737d5b4c69ff75 SHA512 bf817b1cb1eed2ad45419d84323cf92e76e165d83fc24636f2caa183330f678162e61dda6094c407b99127fc8858cfa94f7b5381d20a8c46efca447ef9809285
|
||||
|
|
|
|||
|
|
@ -3,11 +3,12 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils eutils
|
||||
inherit qmake-utils eutils desktop
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
|
||||
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"
|
||||
|
|
@ -20,7 +21,7 @@ DEPEND="${RDEPEND}
|
|||
dev-qt/qtdeclarative"
|
||||
|
||||
#upstream is not consistent with this
|
||||
S=${WORKDIR}/${PN}
|
||||
S=${WORKDIR}/${PN}-${P}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
Loading…
Reference in a new issue