From 4c7108b3cd49a184a4b1a83f49cbc906e2ecd6e0 Mon Sep 17 00:00:00 2001 From: Ashvith Shetty Date: Thu, 4 Sep 2025 16:05:58 +0530 Subject: gnu: corectrl: Update to 1.5.1. * gnu/packages/admin.scm (corectrl): Update to 1.5.1 and remove outdated comment. [source] : Remove corectrl-polkit-install-dir.patch, add corectrl-locate-polkit-with-pkg-config.patch [native-inputs]: Remove qttools-5; add qttools. [inputs]: Remove qtcharts-5, qtdeclarative-5, qtsvg-5, qtwayland-5, quazip-5; Add qtbase, qtcharts, qtdeclarative, qtsvg, qtwayland, quazip, qt5compat. * gnu/packages/patches/corectrl-locate-polkit-with-pkg-config.patch: Add file. * gnu/packages/patches/corectrl-polkit-install-dir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Register corectrl-locate-polkit-with-pkg-config.patch, de-register corectrl-polkit-install-dir.patch. Change-Id: I4888e05ce67328a5ab269fb3aaac6bdb769ad4c9 Signed-off-by: Sharlatan Hellseher --- gnu/packages/admin.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fd7c3e808f1..283612c9d1a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3471,7 +3471,7 @@ limits.") (define-public corectrl (package (name "corectrl") - (version "1.4.5") + (version "1.5.1") (source (origin (method git-fetch) @@ -3480,8 +3480,8 @@ limits.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1gnqybf3s0bsm3qsbc6rd1spw09vxd417gn3hb6hflsj6377qfcb")) - (patches (search-patches "corectrl-polkit-install-dir.patch")))) + (base32 "0y2qjp73kl7m6sx99kc0myfvvlf0rjx2yb3hff7jr6l87ayan09p")) + (patches (search-patches "corectrl-locate-polkit-with-pkg-config.patch")))) (build-system qt-build-system) (arguments (list @@ -3509,11 +3509,9 @@ limits.") (("\"glxinfo\"") (string-append "\"" (search-input-file inputs "bin/glxinfo") "\"")))))))) - ;; Text formatting only supported since C++20, which is available in gcc-13. - ;; https://en.cppreference.com/w/cpp/compiler_support#cpp_lib_format_201907L (native-inputs (list catch2-3.8 pkg-config - qttools-5)) + qttools)) (inputs (list dbus botan hwdata @@ -3521,12 +3519,14 @@ limits.") polkit procps pugixml - qtcharts-5 - qtdeclarative-5 + qt5compat + qtbase + qtcharts + qtdeclarative qtquickcontrols2-5 - qtsvg-5 - qtwayland-5 - quazip-5 + qtsvg + qtwayland + quazip spdlog trompeloeil units -- cgit v1.3