[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/465: gnu: kiconthemes: Update to 6.3.0.
From: |
guix-commits |
Subject: |
70/465: gnu: kiconthemes: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit d84e655f6fa331f079843b915ddae6047c7dfc90
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:18:19 2024 +0800
gnu: kiconthemes: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.3.0.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add libxkbcommon,
kcolorscheme, qtbase, qtdeclarative, qtsvg, and breeze-icons.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Adjust check-setup phase.
Change-Id: Iad6f86f7869ea934014dd9436dbf9d7e2feebce4
---
gnu/packages/kde-frameworks.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index beaca6bf07..7d1351ddb5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2614,7 +2614,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
(package
(name "kiconthemes")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2623,32 +2623,31 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ndiqmcs1ybj4acc6k3p9jwq09slqc4nj12ifqvlxrfj3ak6sb28"))))
+ "00y3gjrplxk29l0f11yf7d9cszzf7ggady87pwj7j87qr6pr8lwl"))))
(build-system cmake-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5 shared-mime-info))
+ (list extra-cmake-modules qttools shared-mime-info))
(inputs
- (list karchive
+ (list libxkbcommon
+ karchive
kauth
kcodecs
+ kcolorscheme
kcoreaddons
kconfig
kconfigwidgets
ki18n
kitemviews
kwidgetsaddons
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg
+ breeze-icons))
(arguments
(list #:phases
#~(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* (#:key inputs #:allow-other-keys)
- (setenv "XDG_DATA_DIRS"
- (string-append #$(this-package-native-input
- "shared-mime-info")
- "/share"))
(setenv "HOME" (getcwd))
;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
- 46/465: gnu: kdnssd: Update to 6.3.0., (continued)
- 46/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/16
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16
- 70/465: gnu: kiconthemes: Update to 6.3.0.,
guix-commits <=
- 72/465: gnu: kwallet: Update to 6.3.0., guix-commits, 2024/07/16
- 74/465: gnu: kxmlgui: Update to 6.3.0., guix-commits, 2024/07/16
- 73/465: gnu: kglobalaccel: Update to 6.3.0., guix-commits, 2024/07/16
- 80/465: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/16
- 82/465: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/16
- 83/465: gnu: kdav: Update to 6.3.0., guix-commits, 2024/07/16
- 81/465: gnu: knewstuff: Update to 6.3.0., guix-commits, 2024/07/16
- 85/465: gnu: Remove kdbusaddons-bootstrap., guix-commits, 2024/07/16
- 89/465: gnu: Add kstatusnotifieritem., guix-commits, 2024/07/16
- 93/465: gnu: Add plasma-activities., guix-commits, 2024/07/16