yubioath-desktop v4.3.4 bump

This commit is contained in:
blshkv 2018-07-05 21:34:46 +08:00
parent ea716ce0ee
commit 2d4ba8b3c4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 45 additions and 60 deletions

View file

@ -1,2 +1,3 @@
DIST yubioath-desktop-3.1.0.tar.gz 268909 BLAKE2B 53645cf164d4fc5d5e5926afd977e70cd5e4392925d6a469075b10418dc547f9c29e8a5624b43b8f41560fc17c33480fefd0533dbf86efad6d8e9dc535332e7b SHA512 47b2e4719eb37123230c1dd4b2694dd4a8079028bd77112edcd3a0a2fb2c269cba819622d195a7b4d2baad44504b29b691343f683b413d5c696efef0a7c24f97
DIST yubioath-desktop-4.3.3.tar 323929 BLAKE2B 3ad0d69ff1d34219d9c8ff7a8c4191d01e1db7c669a5184e2c0ef2db4e870edb3590e6b7b6de3c758aee4bee482e037411e0be3ef6a079a1f8810015cacf9bed SHA512 f2bc84587c55274fb909b8ac5d5d0f97c493a19f2795fd2488258eac7fcc3b8a31f5eaea3eb0d2aaa630c1e6b35538370cd0bc1e669186919096af0f6d5024e0
DIST yubioath-desktop-4.3.4.tar 465920 BLAKE2B dc18f44b6e09b68f8c4600487d9c7fbc1a3e0d00f76522c04f23c6f8bd28af94b0f3f4321bccb28f65d992c2db37723d1bcb59e2972564de0125649591d567c8 SHA512 53a891e5cf1fde0a3b1631bcd6e22980fadff85062bbed7842f40c4eff82a63b5eb368d15037ef058d7155d796c3e44c4a04e2ca03bb51338d84ea786a452182

View file

@ -0,0 +1,44 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit qmake-utils eutils
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
#https://github.com/Yubico/yubioath-desktop/issues/254
SRC_URI="https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
KEYWORDS="~amd64"
SLOT="4"
LICENSE="BSD-2"
RDEPEND="dev-qt/qtsingleapplication
dev-python/pyotherside"
DEPEND="${RDEPEND}
>=app-crypt/yubikey-manager-0.5"
#upstream is not consistent with this
S=${WORKDIR}/${PN}
#src_prepare() {
#https://github.com/Yubico/yubioath-desktop/pull/207
# epatch "${FILESDIR}/4.3-qtsingleapp.patch"
# eapply_user
#}
src_configure() {
eqmake5 yubioath-desktop.pro
python build_qrc.py resources.json
}
src_install() {
emake install INSTALL_ROOT="${D}"
# python_optimize # does all packages by default
domenu resources/yubioath.desktop
doicon resources/icons/yubioath.png
emake compiler_rcc_make_all
emake compiler_buildqrc_make_all
emake compiler_moc_header_make_all
}

View file

@ -1,30 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit qmake-utils
DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework"
HOMEPAGE="http://www.radare.org"
SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
>=dev-util/radare2-2.2.0"
RDEPEND="${DEPEND}"
src_configure() {
eqmake5 PREFIX="/usr" src
}
src_install() {
emake INSTALL_ROOT="${D}" install
}

View file

@ -1,30 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit qmake-utils
DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework"
HOMEPAGE="http://www.radare.org"
SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
>=dev-util/radare2-2.2.0"
RDEPEND="${DEPEND}"
src_configure() {
eqmake5 PREFIX="/usr" src
}
src_install() {
emake INSTALL_ROOT="${D}" install
}