[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
345/458: gnu: Add kiconthemes-5.
From: |
guix-commits |
Subject: |
345/458: gnu: Add kiconthemes-5. |
Date: |
Mon, 15 Jul 2024 08:01:21 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6fd6048194c371c496d0d77cd6c095124fc9cb54
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 13:59:34 2024 +0800
gnu: Add kiconthemes-5.
* gnu/packages/kde-frameworks.scm (kiconthemes-5): New variable.
Change-Id: Idec5d6d1bab80637333af7a180f02f2e435d53f3
---
gnu/packages/kde-frameworks.scm | 43 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e061d1dbdd..d7b9911603 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3357,6 +3357,49 @@ window does not need focus for them to be activated.")
in applications using the KDE Frameworks.")
(license license:lgpl2.1+)))
+(define-public kiconthemes-5
+ (package
+ (inherit kiconthemes)
+ (name "kiconthemes")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0q859zbjys7lajwpgl78ji4dif7cxdxirqb8b6f7k7bk53ignvly"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules qttools-5 shared-mime-info))
+ (inputs
+ (list karchive-5
+ kauth-5
+ kcodecs-5
+ kcoreaddons-5
+ kconfig-5
+ kconfigwidgets-5
+ ki18n-5
+ kitemviews-5
+ kwidgetsaddons-5
+ qtbase-5
+ qtdeclarative-5
+ qtsvg-5))
+ (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"))))))))
+
(define-public kinit
(package
(name "kinit")
- 312/458: gnu: itinerary: Update to 23.04.3., (continued)
- 312/458: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/15
- 321/458: gnu: Add attica-5., guix-commits, 2024/07/15
- 327/458: gnu: Add ki18n-5., guix-commits, 2024/07/15
- 324/458: gnu: Add kauth-5., guix-commits, 2024/07/15
- 333/458: gnu: Add kcrash-5., guix-commits, 2024/07/15
- 346/458: gnu: Add kwallet-5., guix-commits, 2024/07/15
- 336/458: gnu: Add kdoctools-5., guix-commits, 2024/07/15
- 343/458: gnu: Add kded-5., guix-commits, 2024/07/15
- 340/458: gnu: Remove kblog., guix-commits, 2024/07/15
- 354/458: gnu: poxml: Update to 24.05.2., guix-commits, 2024/07/15
- 345/458: gnu: Add kiconthemes-5.,
guix-commits <=
- 349/458: gnu: Add kxmlgui-5., guix-commits, 2024/07/15
- 357/458: gnu: kactivities: Update to 5.116.0., guix-commits, 2024/07/15
- 359/458: gnu: Add threadweaver-5., guix-commits, 2024/07/15
- 363/458: gnu: Add krunner-5., guix-commits, 2024/07/15
- 358/458: gnu: Add kparts-5., guix-commits, 2024/07/15
- 362/458: gnu: plasma-framework: Update to 5.116.0., guix-commits, 2024/07/15
- 418/458: gnu: Add purpose-5., guix-commits, 2024/07/15
- 419/458: gnu: kamoso: Update to 24.05.2., guix-commits, 2024/07/15
- 404/458: gnu: lxqt-connman-applet: Fix build., guix-commits, 2024/07/15
- 416/458: gnu: kaffeine: Fix build., guix-commits, 2024/07/15