Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 700011 Details for
Bug 782676
app-crypt/yubikey-manager-qt-1.2.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 1.2.2
yubikey-manager-qt-1.2.2.ebuild (text/plain), 1.38 KB, created by
cyberbat
on 2021-04-15 12:33:28 UTC
(
hide
)
Description:
ebuild for 1.2.2
Filename:
MIME Type:
Creator:
cyberbat
Created:
2021-04-15 12:33:28 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{7,8,9} ) > >inherit qmake-utils python-single-r1 desktop > >DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports" >HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt" >SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~amd64" >REQUIRED_USE=${PYTHON_REQUIRED_USE} > >DEPEND="${PYTHON_DEPS} > $(python_gen_cond_dep ' > >=app-crypt/yubikey-manager-4.0.0[${PYTHON_MULTI_USEDEP}] > dev-python/cryptography[${PYTHON_MULTI_USEDEP}] > ') > dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}] > dev-qt/qtcore:5 > dev-qt/qtdeclarative:5 > dev-qt/qtgraphicaleffects:5 > dev-qt/qtgui:5 > dev-qt/qtquickcontrols:5[widgets] > dev-qt/qtquickcontrols2:5[widgets] > dev-qt/qtsingleapplication[qt5(+),X] > dev-qt/qtsvg:5 > dev-qt/qtwidgets:5" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}" > >src_prepare() { > default > > sed -i -e "s/ykman-cli//" ${PN}.pro || die > sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \ > -i ykman-gui/ykman-gui.pro || die >} > >src_configure() { > eqmake5 >} > >src_install() { > emake install INSTALL_ROOT="${D}" > > domenu resources/ykman-gui.desktop > doicon -s 128 resources/icons/ykman.png > doicon -s scalable resources/icons/ykman.svg > > einstalldocs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 782676
: 700011