From 4e4ceba23e997ca60f121d184256a9592db72654 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 28 Sep 2021 22:13:02 +0200 Subject: [PATCH] New package: hotspot-1.3.0 --- srcpkgs/hotspot/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/hotspot/template diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template new file mode 100644 index 000000000000..6577397424d5 --- /dev/null +++ b/srcpkgs/hotspot/template @@ -0,0 +1,25 @@ +# Template file for 'hotspot' +pkgname=hotspot +version=1.3.0 +revision=1 +wrksrc=${pkgname}-v${version} +build_style=cmake +hostmakedepends="extra-cmake-modules gettext" +makedepends="qt5-devel qt5-svg-devel kconfigwidgets-devel kcoreaddons-devel + ki18n-devel kio-devel kitemmodels-devel ksolid-devel kwindowsystem-devel + threadweaver-devel" +depends="perf" +short_desc="Linux perf GUI for performance analysis" +maintainer="Piraty " +# hotspot is GPL-2.0-or-later, included submodule perfparser is GPL-3.0-only +license="GPL-2.0-or-later, GPL-3.0-only" +homepage="https://github.com/KDAB/hotspot" +distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz" +checksum=7651c5f504138f6438d0cacaea041550bddb30a4ab2128abe3111fc827af4fc8 +nocross="perf is nocross" + +#tests are platform dependant. +#https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022 +case "$XBPS_TARGET_MACHINE" in + i686*) make_check=no ;; +esac