From f683706feb8642540579dc18bffa6fe37f418b31 Mon Sep 17 00:00:00 2001 From: Netanel Friedman Date: Sat, 27 Jun 2026 23:05:22 +0300 Subject: [PATCH] hotspot: update to 1.6.0. --- srcpkgs/hotspot/patches/qt610.patch | 11 ----------- srcpkgs/hotspot/template | 10 +++++----- 2 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/hotspot/patches/qt610.patch diff --git a/srcpkgs/hotspot/patches/qt610.patch b/srcpkgs/hotspot/patches/qt610.patch deleted file mode 100644 index 7d5f8a10a0d8f2..00000000000000 --- a/srcpkgs/hotspot/patches/qt610.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/models/timelinedelegate.cpp -+++ b/src/models/timelinedelegate.cpp -@@ -194,7 +194,7 @@ void TimeLineDelegate::paint(QPainter* p - painter->drawRect(threadTimeRect.adjusted(-1, -1, 0, 0)); - - // visualize all events -- painter->setBrush({}); -+ painter->setBrush(QBrush()); - - if (offCpuCostId != -1) { - const auto offCpuColor = scheme.background(KColorScheme::NegativeBackground).color(); diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template index 846578218c67e3..3ed26b7dd743a4 100644 --- a/srcpkgs/hotspot/template +++ b/srcpkgs/hotspot/template @@ -1,7 +1,7 @@ # Template file for 'hotspot' pkgname=hotspot -version=1.5.1 -revision=2 +version=1.6.0 +revision=1 build_style=cmake configure_args="-DQT6_BUILD=ON" hostmakedepends="extra-cmake-modules gettext qt6-base" @@ -20,9 +20,9 @@ homepage="https://github.com/KDAB/hotspot" distfiles="https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-v${version}.tar.gz https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-perfparser-v${version}.tar.gz https://github.com/KDAB/hotspot/releases/download/v${version}/hotspot-PrefixTickLabels-v${version}.tar.gz" -checksum="f0a611d8ed6e7c5038fb11176f047eb4fd4a670355750f154cddf015818a4087 - 84f7014655a1cbbf751f2a6d965d33f0f99235b763dd1a768c5e2326304b069d - 9e25e61104bdbe73ccde056db920303ef8cf1ac632f3365e0bd099cc7fee71a1" +checksum="8d80e78d1c59b4a06df3bb55427fb9fcdec14109f3793cf39ab7ea6aa10c286b + 1b896e2053d775e9c9e072fa0fcc41180b8322591d5aecb99afc75aeca4ce2ec + 17f50c051df19926b09872abe99d51a211e54c87b840c674433084da2464cd7b" skip_extraction="hotspot-perfparser-v${version}.tar.gz hotspot-PrefixTickLabels-v${version}.tar.gz" nocross="perf is nocross"