[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/347: gnu: discover: Update to 6.0.4.
From: |
guix-commits |
Subject: |
150/347: gnu: discover: Update to 6.0.4. |
Date: |
Fri, 28 Jun 2024 09:58:48 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1571d76d697281b1266a55e940da8c44f2318749
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 23:27:46 2024 +0800
gnu: discover: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (discover): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Add kauth-6, kstatusnotifieritem, kirigami-addons. Remove
qtgraphicaleffects, qtquickcontrols2-5. Use appstream-qt6, attica-6,
kcoreaddons-6, kconfig-6, kcrash-6, kdbusaddons-6, ki18n-6, karchive-6,
kxmlgui-6, kirigami-6, knewstuff-6, knotifications-6, kio-6, kdeclarative-6,
kcmutils-6, kidletime-6, packagekit-qt6, purpose-6 and qtdeclarative replace
appstream-qt, attica, kcoreaddons, kconfig, kcrash, kdbusaddons, ki18n,
karchive, kxmlgui, kirigami, knewstuff, knotifications, kio, kdeclarative,
kcmutils, kidletime, packagekit-qt5, purpose and qtdeclarative-5.
Change-Id: Ia91f509a8663e8269f72e549169a19ac678b401a
---
gnu/packages/kde-plasma.scm | 50 +++++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 97498cc4ae..e1534a2d48 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -242,7 +242,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
(define-public discover
(package
(name "discover")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -254,10 +254,11 @@ Breeze is the default theme for the KDE Plasma desktop.")
".tar.xz"))
(sha256
(base32
- "0025g1whq8z1s5915jhq83xsiz4klzqpayfzqkar8c6gni5s3v59"))))
+ "1a0ssp40s67n5irvq9sm5pdm0s35wjms3xa38z7ifbkni7dv0mm0"))))
(build-system qt-build-system)
(arguments
- (list #:phases
+ (list #:qtbase qtbase
+ #:phases
#~(modify-phases %standard-phases
(add-before 'configure 'set-LDFLAGS
(lambda _
@@ -268,30 +269,31 @@ 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
- attica
+ (inputs (list appstream-qt6
+ attica-6
fwupd ; optional
flatpak ; optional
- kcoreaddons
- kconfig
- kcrash
- kdbusaddons
- ki18n
- karchive
- kxmlgui
- kirigami
+ kauth-6
+ kstatusnotifieritem
+ kcoreaddons-6
+ kconfig-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ karchive-6
+ kxmlgui-6
+ kirigami-6
+ kirigami-addons
kuserfeedback
- knewstuff
- knotifications
- kio
- kdeclarative
- kcmutils
- kidletime
- packagekit-qt5
- purpose
- qtdeclarative-5
- qtgraphicaleffects
- qtquickcontrols2-5))
+ knewstuff-6
+ knotifications-6
+ kio-6
+ kdeclarative-6
+ kcmutils-6
+ kidletime-6
+ packagekit-qt6
+ purpose-6
+ qtdeclarative))
;; -- 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
- 134/347: gnu: Add kdsoap-qt6., (continued)
- 134/347: gnu: Add kdsoap-qt6., guix-commits, 2024/06/28
- 132/347: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/06/28
- 138/347: gnu: Add signond-qt6., guix-commits, 2024/06/28
- 140/347: gnu: plasma-desktop: Update to 6.0.4., guix-commits, 2024/06/28
- 136/347: gnu: kio-extras: Update to 24.02.2., guix-commits, 2024/06/28
- 144/347: gnu: milou: Update to 6.0.4., guix-commits, 2024/06/28
- 142/347: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/28
- 148/347: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/28
- 143/347: gnu: powerdevil: Update to 6.0.4., guix-commits, 2024/06/28
- 146/347: gnu: ksystemstats: Update to 6.0.4., guix-commits, 2024/06/28
- 150/347: gnu: discover: Update to 6.0.4.,
guix-commits <=
- 151/347: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/28
- 128/347: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/28
- 145/347: gnu: plasma-nm: Update to 6.0.4., guix-commits, 2024/06/28
- 103/347: gnu: kscreen: Update to 6.0.4., guix-commits, 2024/06/28
- 109/347: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/28
- 117/347: gnu: Add libqaccessibilityclient-qt6., guix-commits, 2024/06/28
- 121/347: gnu: Add kglobalacceld., guix-commits, 2024/06/28
- 122/347: gnu: kwin: Update to 6.0.4.1., guix-commits, 2024/06/28
- 124/347: gnu: Add qcoro-qt6., guix-commits, 2024/06/28
- 130/347: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/06/28