Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 576828 Details for
Bug 686070
dev-utils/qcachegrind - Frontend for Cachegrind by KDE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qcachegrind-19.04.1.ebuild
qcachegrind-19.04.1.ebuild (text/plain), 1.11 KB, created by
Florian Faber
on 2019-05-16 04:34:26 UTC
(
hide
)
Description:
qcachegrind-19.04.1.ebuild
Filename:
MIME Type:
Creator:
Florian Faber
Created:
2019-05-16 04:34:26 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit kde5 > >DESCRIPTION="Frontend for Cachegrind by KDE" >HOMEPAGE="https://www.kde.org/applications/development/kcachegrind >https://kcachegrind.github.io/html/Home.html" >KEYWORDS="~amd64 ~x86" >IUSE="nls" > >SRC_NAME="kcachegrind-${PV}" >WD="${WORKDIR}/${SRC_NAME}" >SRC_URI="http://distfiles.gentoo.org/distfiles/${SRC_NAME}.tar.xz" > > >COMMON_DEPEND=" > $(add_qt_dep qtdbus) > $(add_qt_dep qtgui) > $(add_qt_dep qtwidgets) >" >DEPEND="${COMMON_DEPEND} > nls? ( $(add_qt_dep linguist-tools) ) >" >RDEPEND="${COMMON_DEPEND} > media-gfx/graphviz >" > >src_unpack() { > unpack ${A} > cd ${WORKDIR} > mv ${SRC_NAME} ${PF} >} > >src_configure() { > cd ${WORKDIR}/${PF}/qcachegrind; qmake >} > >src_compile() { > cd ${WORKDIR}/${PF}/qcachegrind; make >} > >src_install() { > cd ${WORKDIR}/${PF} > dobin qcachegrind/qcachegrind > domenu qcachegrind/qcachegrind.desktop > doicon kcachegrind/32-apps-kcachegrind.png > doicon kcachegrind/48-apps-kcachegrind.png > doicon kcachegrind/64-apps-kcachegrind.png > doicon kcachegrind/128-apps-kcachegrind.png >}
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 686070
: 576828