summaryrefslogtreecommitdiff
path: root/dev-util/hotspot/hotspot-1.5.0.ebuild
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-05-14 18:00:17 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-05-14 18:00:17 +0100
commit40664ffcaf614fe5003325d36db052810984d171 (patch)
tree31c925731573506d3e5c0707cc52647d8b199796 /dev-util/hotspot/hotspot-1.5.0.ebuild
parentUpdate deps for packages which have changed category (diff)
downloadkdab-40664ffcaf614fe5003325d36db052810984d171.tar.bz2
kdab-40664ffcaf614fe5003325d36db052810984d171.tar.xz
kdab-40664ffcaf614fe5003325d36db052810984d171.zip
Bump hotspot
Diffstat (limited to 'dev-util/hotspot/hotspot-1.5.0.ebuild')
-rw-r--r--dev-util/hotspot/hotspot-1.5.0.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/dev-util/hotspot/hotspot-1.5.0.ebuild b/dev-util/hotspot/hotspot-1.5.0.ebuild
new file mode 100644
index 0000000..d114a98
--- /dev/null
+++ b/dev-util/hotspot/hotspot-1.5.0.ebuild
@@ -0,0 +1,45 @@
+# 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
+ kde-frameworks/KDDockWidgets
+ dev-util/perf
+ dev-libs/qcustomplot
+ media-gfx/kgraphviewer
+ "
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"