Package Details: hotspot-git 1.4.0.r41.gff86112-1

Git Clone URL: https://aur.archlinux.org/hotspot-git.git (read-only, click to copy)
Package Base: hotspot-git
Description: The Linux perf GUI for performance analysis
Upstream URL: https://github.com/KDAB/hotspot
Licenses: GPL2
Conflicts: hotspot
Provides: hotspot
Submitter: jonhoo
Maintainer: daizhirui
Last Packager: Horus
Votes: 6
Popularity: 0.000000
First Submitted: 2017-07-03 17:06 (UTC)
Last Updated: 2023-11-10 14:44 (UTC)

Latest Comments

1 2 3 Next › Last »

printfdebugging commented on 2026-07-10 12:42 (UTC)

seems like i need to use an aur helper, usually i copy the PKGBUILD and keep that locally for as long as i can, but that approach doesn't work when one aur package depends on other aur packages.

printfdebugging commented on 2026-07-10 12:40 (UTC)

hi, this fails to build for me, syas kitemmodel5 missing

hotspot-git master $ makepkg -si
==> Making package: hotspot-git 1.4.1.r225.g89c3808-1 (Fri 10 Jul 2026 06:09:24 PM IST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: kitemmodels5
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> kitemmodels5
==> ERROR: Could not resolve all dependencies.

bartus commented on 2026-03-02 14:17 (UTC)

Bump version to 1.6.0 and port changes from aur/hotspot package: https://files.catbox.moe/muozdd

Merge with: git am -s < <(curl -s curl https://files.catbox.moe/muozdd)

Horus commented on 2024-01-27 10:33 (UTC)

This is the maintainer of the package. Sorry guys for late reaction, I am not using the package anymore. Anyone willing to take over? Ideally, together with hotspot (no -git)?

calcmogul commented on 2024-01-03 20:35 (UTC)

hotspot was crashing for me on startup unless I had kgraphviewer installed (it's used for the call tree).

krzyszto commented on 2022-12-02 15:57 (UTC) (edited on 2022-12-02 15:58 (UTC) by krzyszto)

I had two issues with the build:

  1. kparts is not listed as a dependency

  2. The package requires a .desktop file, but the file is not included.

==> Starting package()...

-- Install configuration: "Release"

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/lib/libexec/hotspot-perfparser

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/lib/libexec/elevate_perf_privileges.sh

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/16x16/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/22x22/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/32x32/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/48x48/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/64x64/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/icons/hicolor/128x128/apps/hotspot.png

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/bin/hotspot

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/knotifications5/hotspot.notifyrc

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/lib/kauth/hotspot-auth-helper

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/dbus-1/system.d/com.kdab.hotspot.perf.conf

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/dbus-1/system-services/com.kdab.hotspot.perf.service

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/polkit-1/actions/com.kdab.hotspot.perf.policy

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/applications/com.kdab.hotspot.desktop

-- Installing: /nobackup/kris/.cache/yay/hotspot-git/pkg/hotspot-git/usr/share/metainfo/com.kdab.Hotspot.appdata.xml

Error on file "hotspot.desktop": No such file or directory

==> ERROR: A failure occurred in package().

Aborting...

kovdan01 commented on 2021-11-18 19:28 (UTC)

@Horus now it works, thanks! I suppose that hotspot's (without -git) PKGBUILD should also be updated correspondingly

Horus commented on 2021-11-18 19:08 (UTC)

@kovdan01 I have changed the PKGBUILD accordingly. Could you please test and report if it works?

kovdan01 commented on 2021-11-17 12:18 (UTC)

Hello. Could you please use cmake --build and cmake --install instead of calling make directly? I have CMAKE_GENERATOR environment variable set to Ninja on my system (Ninja is much faster than make on parallel builds), and every time I have to unset this variable to be able to build this AUR package. This is also true for hotspot package. I can prepare a patch if you want to. Thanks!