summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorAshvith Shetty <ashvith@noreply.codeberg.org>2025-09-04 16:05:58 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-02 11:30:23 +0100
commit4c7108b3cd49a184a4b1a83f49cbc906e2ecd6e0 (patch)
tree9d8a196d3b7d34f3da8ecba86531f53f2d694b9c /gnu/packages/admin.scm
parente173e222e6f6a66cdfd24b2f572c7d36d4a8c6ff (diff)
gnu: corectrl: Update to 1.5.1.
* gnu/packages/admin.scm (corectrl): Update to 1.5.1 and remove outdated comment. [source] <patches>: 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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm22
1 files changed, 11 insertions, 11 deletions
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