Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 442812 Details for
Bug 572986
app-admin/qtpass-1.1.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtpass-1.1.3.ebuild
qtpass-1.1.3.ebuild (text/plain), 1.09 KB, created by
Vladimir Pavljuchenkov (SpiderX)
on 2016-08-08 22:02:20 UTC
(
hide
)
Description:
qtpass-1.1.3.ebuild
Filename:
MIME Type:
Creator:
Vladimir Pavljuchenkov (SpiderX)
Created:
2016-08-08 22:02:20 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit qmake-utils > >DESCRIPTION="multi-platform GUI for pass, the standard unix password manager" >HOMEPAGE="https://qtpass.org/" >SRC_URI="https://github.com/IJHack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="+qt5" >DOCS=( FAQ.md README.md CONTRIBUTING.md ) > >RDEPEND="qt5? ( > dev-qt/qtcore:5 > dev-qt/qtgui:5[xcb] > dev-qt/qtwidgets:5 > dev-qt/qtnetwork:5 > ) > !qt5? ( > dev-qt/qtcore:4 > dev-qt/qtgui:4 > ) > app-admin/pass > net-misc/x11-ssh-askpass" >DEPEND="${RDEPEND} > dev-qt/linguist-tools:5 >" > >src_prepare() { > # Modify install path > sed -i "s/target.path = \$\$PREFIX/target.path = \$\$PREFIX\/bin/" \ > ${PN}.pro \ > || die "sed failed to modify install path for ${PN}.pro" > > default >} > >src_configure() { > if use qt5 ; then > eqmake5 PREFIX="${D}"/usr > else > eqmake4 PREFIX="${D}"/usr > fi >} > >src_install() { > default > > insinto /usr/share/applications > doins "${PN}.desktop" > doman ${PN}.1 > newicon artwork/icon.svg "${PN}-icon.svg" >}
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 572986
:
423944
|
442812
|
442814
|
450508