[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
418/458: gnu: Add purpose-5.
From: |
guix-commits |
Subject: |
418/458: gnu: Add purpose-5. |
Date: |
Mon, 15 Jul 2024 08:01:35 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 22e8fe7084cdaa7bb0da944037f9811952a0f03c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 12:38:56 2024 +0800
gnu: Add purpose-5.
* gnu/packages/kde-frameworks.scm (purpose-5): New variable.
Change-Id: I2bc23279ddc46ed1285c6a898f6149364b245dc5
---
gnu/packages/kde-frameworks.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f27b2d26fc..8f559fc2c5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5183,6 +5183,37 @@ components so that all the plugins can receive all the
information they
need.")
(license license:lgpl2.1+)))
+(define-public purpose-5
+ (package
+ (inherit purpose)
+ (name "purpose")
+ (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
+ "1g0xip1khclinx3vb835krdsj66jllgbx1fka8d9f55n68d6rmk2"))))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list
+ kconfig-5
+ kcoreaddons-5
+ knotifications-5
+ ki18n-5
+ kio-5
+ kirigami-5
+ qtbase-5
+ qtdeclarative-5))
+ (arguments
+ (list #:tests? #f ;; seem to require network; don't find QTQuick
components
+ ;; not run anyway
+ #:configure-flags #~'("-DBUILD_TESTING=OFF")))))
+
(define-public ktextaddons
(package
(name "ktextaddons")
- 343/458: gnu: Add kded-5., (continued)
- 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, 2024/07/15
- 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 <=
- 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
- 422/458: gnu: kmix: Update to 24.05.2., guix-commits, 2024/07/15
- 435/458: gnu: Remove kmediaplayer., guix-commits, 2024/07/15
- 439/458: gnu: kio-fuse: Update to 5.1.0., guix-commits, 2024/07/15
- 438/458: gnu: Remove kross., guix-commits, 2024/07/15
- 457/458: gnu: Remove kactivities-stats., guix-commits, 2024/07/15
- 446/458: gnu: qtpositioning: Enable qtpositioningquick., guix-commits, 2024/07/15
- 454/458: gnu: kjs: Update to 5.116.0., guix-commits, 2024/07/15