Package Details: valkyrie-qt6 2.0.1.SVN-2

Git Clone URL: https://aur.archlinux.org/valkyrie-qt6.git (read-only, click to copy)
Package Base: valkyrie-qt6
Description: a GUI for the Memcheck and Helgrind tools in Valgrind (Qt5/Qt6 version)
Upstream URL: https://www.valgrind.org/downloads/guis.html
Licenses: GPL2
Conflicts: valkyrie
Replaces: valkyrie
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 1
Popularity: 0.004615
First Submitted: 2025-10-30 09:57 (UTC)
Last Updated: 2026-05-05 14:17 (UTC)

Latest Comments

jsimon0 commented on 2026-05-06 13:24 (UTC)

Can confirm, thanks!

andreas_baumann commented on 2026-05-06 10:31 (UTC) (edited on 2026-05-06 10:32 (UTC) by andreas_baumann)

Should build now, redid the patch, requires git and qt6-5compat6..

jsimon0 commented on 2026-05-05 13:54 (UTC)

My runtime issue was unrelated.

This change will allow it to compile

diff --git a/PKGBUILD b/PKGBUILD
index 663020d..7ed711b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,18 +25,11 @@ install=
 changelog=
 source=(
        git+https://github.com/barsnick/valkyrie#branch=valkyrie-qt5-qt6
-       "valkyrie-qmake-qt6-version-deprecation.patch"
 )
 noextract=()
-sha512sums=('SKIP'
-            'e6afd0422189b9c7fbaef8a2e9e568ce4d2aa6b26f1a4fb2efe7258389241bd7aac02b3166f199a91db388abc0c3627885f81aaef242bb2e65c74f2743622b0b')
+sha512sums=('SKIP')
 validpgpkeys=()

-prepare() {
-       cd "$_pkgname"
-       patch -Np1 < "$srcdir/valkyrie-qmake-qt6-version-deprecation.patch"
-}
-
 build() {
        cd "$_pkgname"
        qmake6 PREFIX="/usr"

jsimon0 commented on 2026-05-05 13:41 (UTC)

Does this package compile for anybody?

I get this

...
==> Starting prepare()...
patching file vk_config.pri
Hunk #1 FAILED at 35.
1 out of 1 hunk FAILED -- saving rejects to file vk_config.pri.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

The vk_config.pri does not have QT_DISABLE_DEPRECATED_BEFORE at all so the patch file clearly cannot be applied. Of course disabling the patch entirely compiles but doesn't run.

andreas_baumann commented on 2025-10-30 18:08 (UTC)

For the Qt4 version see https://aur.archlinux.org/packages/valkyrie.