[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/347: gnu: Add kiconthemes-6.
From: |
guix-commits |
Subject: |
46/347: gnu: Add kiconthemes-6. |
Date: |
Fri, 28 Jun 2024 09:57:39 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 10ff04cf88b8094ff31056a33c8fab5d1599b6f1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Jan 14 14:51:29 2024 +0800
gnu: Add kiconthemes-6.
* gnu/packages/kde-frameworks.scm (kiconthemes-6): New variable.
(kiconthemes): Inherit above.
Change-Id: Ic2220b4a5c110db3b843b69bdc102f589a721f2e
---
gnu/packages/kde-frameworks.scm | 53 ++++++++++++++++++++++++++++++++++++-----
1 file changed, 47 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index fe18556187..ae901b078c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3576,8 +3576,54 @@ window does not need focus for them to be activated.")
xcb-util-keysyms))
(arguments '())))
+(define-public kiconthemes-6
+ (package
+ (name "kiconthemes")
+ (version "6.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "00il1hqwkr64gw8s427j7yh0likij3qhhl155ip7k5213mq7gkkr"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules qttools shared-mime-info))
+ (inputs
+ (list libxkbcommon
+ karchive-6
+ kauth-6
+ kcodecs-6
+ kcolorscheme
+ kcoreaddons-6
+ kconfig-6
+ kconfigwidgets-6
+ ki18n-6
+ kitemviews-6
+ kwidgetsaddons-6
+ qtbase
+ qtdeclarative
+ qtsvg))
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda* (#:key inputs #:allow-other-keys)
+ (setenv "HOME" (getcwd))
+ ;; make Qt render "offscreen", required for tests
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Icon GUI utilities")
+ (description "This library contains classes to improve the handling of
icons
+in applications using the KDE Frameworks.")
+ (license license:lgpl2.1+)))
+
(define-public kiconthemes
(package
+ (inherit kiconthemes-6)
(name "kiconthemes")
(version "5.114.0")
(source (origin
@@ -3616,12 +3662,7 @@ window does not need focus for them to be activated.")
"/share"))
(setenv "HOME" (getcwd))
;; make Qt render "offscreen", required for tests
- (setenv "QT_QPA_PLATFORM" "offscreen"))))))
- (home-page "https://community.kde.org/Frameworks")
- (synopsis "Icon GUI utilities")
- (description "This library contains classes to improve the handling of
icons
-in applications using the KDE Frameworks.")
- (license license:lgpl2.1+)))
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))))
(define-public kinit
(package
- 42/347: gnu: Add qca-qt6., (continued)
- 42/347: gnu: Add qca-qt6., guix-commits, 2024/06/28
- 43/347: gnu: pulseaudio-qt: Built with qt6., guix-commits, 2024/06/28
- 30/347: gnu: Add kdoctools-6., guix-commits, 2024/06/28
- 29/347: gnu: Add kcolorscheme., guix-commits, 2024/06/28
- 34/347: gnu: Add kpackage-6., guix-commits, 2024/06/28
- 28/347: gnu: Add threadweaver-6., guix-commits, 2024/06/28
- 38/347: gnu: Add polkit-qt6., guix-commits, 2024/06/28
- 44/347: gnu: Add kglobalaccel-6., guix-commits, 2024/06/28
- 45/347: gnu: Add kconfigwidgets-6., guix-commits, 2024/06/28
- 47/347: gnu: Add kservice-6., guix-commits, 2024/06/28
- 46/347: gnu: Add kiconthemes-6.,
guix-commits <=
- 48/347: gnu: phonon: Remove unneeded phase., guix-commits, 2024/06/28
- 49/347: gnu: phonon: Enable qt6., guix-commits, 2024/06/28
- 51/347: gnu: Add ktextwidgets-6., guix-commits, 2024/06/28
- 53/347: gnu: Add kirigami-6., guix-commits, 2024/06/28
- 57/347: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/28
- 52/347: gnu: Add kxmlgui-6., guix-commits, 2024/06/28
- 54/347: gnu: Add qqc2-desktop-style-6., guix-commits, 2024/06/28
- 50/347: gnu: Add kwallet-6., guix-commits, 2024/06/28
- 55/347: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/28
- 58/347: gnu: Add kimageformats-6., guix-commits, 2024/06/28