[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/465: gnu: discover: Update to 6.1.2.
From: |
guix-commits |
Subject: |
150/465: gnu: discover: Update to 6.1.2. |
Date: |
Wed, 17 Jul 2024 23:01:30 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a841bad575ba319e528d0a47b2f9fa0bf8530bee
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 15:07:33 2024 +0800
gnu: discover: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (discover): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove appstream-qt, packagekit-qt5, qtdeclarative-5,
qtgraphicaleffects, and qtquickcontrols2-5; add appstream-qt6, kauth,
kiconthemes, kstatusnotifieritem, kirigami-addons, packagekit-qt6,
qtdeclarative, and qcoro-qt6.
Change-Id: I13cb48a0caf0784658305ba9cd7bc88112d9261b
---
gnu/packages/kde-plasma.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 962b6096e5..9a7008083f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -222,7 +222,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
(define-public discover
(package
(name "discover")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -234,10 +234,11 @@ Breeze is the default theme for the KDE Plasma desktop.")
".tar.xz"))
(sha256
(base32
- "0025g1whq8z1s5915jhq83xsiz4klzqpayfzqkar8c6gni5s3v59"))))
+ "16awva2q379z3rpiqlj7dby03k19d9c3d45y0vz5yd8lpavb9a3f"))))
(build-system qt-build-system)
(arguments
- (list #:phases
+ (list #:qtbase qtbase
+ #:phases
#~(modify-phases %standard-phases
(add-before 'configure 'set-LDFLAGS
(lambda _
@@ -248,10 +249,13 @@ Breeze is the default theme for the KDE Plasma desktop.")
(when tests?
(invoke "ctest" "-E" "knsbackendtest")))))))
(native-inputs (list extra-cmake-modules pkg-config))
- (inputs (list appstream-qt
+ (inputs (list appstream-qt6
attica
fwupd ; optional
flatpak ; optional
+ kauth
+ kiconthemes
+ kstatusnotifieritem
kcoreaddons
kconfig
kcrash
@@ -260,6 +264,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
karchive
kxmlgui
kirigami
+ kirigami-addons
kuserfeedback
knewstuff
knotifications
@@ -267,11 +272,10 @@ Breeze is the default theme for the KDE Plasma desktop.")
kdeclarative
kcmutils
kidletime
- packagekit-qt5
+ packagekit-qt6
purpose
- qtdeclarative-5
- qtgraphicaleffects
- qtquickcontrols2-5))
+ qtdeclarative
+ qcoro-qt6))
;; -- The following features have been disabled:
;; * Ostree, Library to manage ostree repository. Required to build the
rpm-ostree backend
;; * RpmOstree, rpm-ostree binary to manage the system. Required to build
the rpm-ostree backend
- 119/465: gnu: plasma-firewall: Update to 6.1.2., (continued)
- 119/465: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/17
- 121/465: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/17
- 124/465: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/17
- 125/465: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/17
- 129/465: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/17
- 134/465: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/07/17
- 136/465: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/07/17
- 137/465: gnu: kio-extras: Update to 24.05.2., guix-commits, 2024/07/17
- 139/465: gnu: plasma-workspace: Update to 6.1.2., guix-commits, 2024/07/17
- 142/465: gnu: plasma-welcome: Update to 6.1.2., guix-commits, 2024/07/17
- 150/465: gnu: discover: Update to 6.1.2.,
guix-commits <=
- 163/465: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/17
- 176/465: gnu: Remove khotkeys., guix-commits, 2024/07/17
- 178/465: gnu: plasma: Update to 6.1.2., guix-commits, 2024/07/17
- 179/465: gnu: Add ktexttemplate., guix-commits, 2024/07/17
- 76/465: gnu: kio: Update to 6.3.0., guix-commits, 2024/07/17
- 107/465: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/17
- 190/465: gnu: falkon: Update to 24.05.2., guix-commits, 2024/07/17
- 205/465: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/17
- 197/465: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/17
- 159/465: gnu: ktimer: Update to 24.05.2., guix-commits, 2024/07/17