summaryrefslogtreecommitdiff
path: root/dev-util/hotspot/hotspot-1.3.0.ebuild
blob: a0ed5e06fcaf7ffbaf4dfeb411743b0a8b6bc6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit cmake

RESTRICT="mirror"

DESCRIPTION="Hotspot - the Linux perf GUI for performance analysis"
HOMEPAGE="https://github.com/KDAB/hotspot"
SRC_URI="https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-v${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

IUSE=""
REQUIRE_USE=""

RDEPEND="
	>=dev-qt/qtcore-5.15.0
	>=dev-qt/qtwidgets-5.15.0
	>=dev-qt/qtnetwork-5.15.0
	>=dev-qt/qttest-5.15.0
	virtual/libelf
	sys-devel/gettext
	kde-frameworks/extra-cmake-modules
	kde-frameworks/threadweaver
	kde-frameworks/ki18n
	kde-frameworks/kconfigwidgets
	kde-frameworks/kcoreaddons
	kde-frameworks/kitemviews
	kde-frameworks/kitemmodels
	kde-frameworks/kio
	kde-frameworks/solid
	kde-frameworks/kwindowsystem
	dev-util/perf
	"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-v${PV}"

src_configure() {
	cmake_src_configure
}

src_install() {
	cmake_src_install
}