[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
350/373: gnu: Add kbookmarks-5.
From: |
guix-commits |
Subject: |
350/373: gnu: Add kbookmarks-5. |
Date: |
Mon, 8 Jul 2024 08:05:27 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f141ad0b57b1b3d085d00e910201ac47d31f2e04
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 14:11:39 2024 +0800
gnu: Add kbookmarks-5.
* gnu/packages/kde-frameworks.scm (kbookmarks-5): New variable.
Change-Id: I38891dbb62ac9b92aa267d72824211581d59f6a3
---
gnu/packages/kde-frameworks.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e89db676f8..f8e1585898 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2956,6 +2956,34 @@ by which applications, and what documents have been
linked to which activity.")
using the XBEL format.")
(license license:lgpl2.1+)))
+(define-public kbookmarks-5
+ (package
+ (inherit kbookmarks)
+ (name "kbookmarks")
+ (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
+ "01cg6qsfjr59ncrxwmiid36cpzynjwxgfydgk23j29bk9gjml2jl"))))
+ (propagated-inputs
+ (list kwidgetsaddons-5))
+ (native-inputs
+ (list extra-cmake-modules qttools-5))
+ (inputs
+ (list kauth-5
+ kcodecs-5
+ kconfig-5
+ kconfigwidgets-5
+ kcoreaddons-5
+ kiconthemes-5
+ kxmlgui-5
+ qtbase-5))))
+
(define-public kcmutils
(package
(name "kcmutils")
- 338/373: gnu: Add solid-5., (continued)
- 338/373: gnu: Add solid-5., guix-commits, 2024/07/08
- 326/373: gnu: Add kconfig-5., guix-commits, 2024/07/08
- 323/373: gnu: Add karchive-5., guix-commits, 2024/07/08
- 334/373: gnu: Add kcompletion-5., guix-commits, 2024/07/08
- 320/373: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/08
- 316/373: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/08
- 340/373: gnu: Remove kblog., guix-commits, 2024/07/08
- 342/373: gnu: Add kservice-5., guix-commits, 2024/07/08
- 345/373: gnu: Add kiconthemes-5., guix-commits, 2024/07/08
- 347/373: gnu: Add kglobalaccel-5., guix-commits, 2024/07/08
- 350/373: gnu: Add kbookmarks-5.,
guix-commits <=
- 164/373: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/08
- 187/373: gnu: krdc: Enable VNC., guix-commits, 2024/07/08
- 190/373: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/08
- 209/373: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/08
- 287/373: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/08
- 300/373: gnu: Add mimetreeparser., guix-commits, 2024/07/08
- 312/373: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/08
- 203/373: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/08
- 205/373: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/08
- 204/373: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/08