[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
350/458: gnu: Add kbookmarks-5.
From: |
guix-commits |
Subject: |
350/458: gnu: Add kbookmarks-5. |
Date: |
Mon, 15 Jul 2024 08:01:22 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 8f2fe6f1b57bc0c9b3b42962117399817189ea10
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")
- 298/458: gnu: keventviews: Update to 24.05.2., (continued)
- 298/458: gnu: keventviews: Update to 24.05.2., guix-commits, 2024/07/15
- 301/458: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/15
- 308/458: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/15
- 318/458: gnu: Add kquickcharts-5., guix-commits, 2024/07/15
- 314/458: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/15
- 315/458: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/15
- 328/458: gnu: Add kitemviews-5., guix-commits, 2024/07/15
- 338/458: gnu: Add solid-5., guix-commits, 2024/07/15
- 341/458: gnu: Add kdbusaddons-5., guix-commits, 2024/07/15
- 339/458: gnu: Add knotifications-5., guix-commits, 2024/07/15
- 350/458: gnu: Add kbookmarks-5.,
guix-commits <=
- 353/458: gnu: Remove kxmlrpcclient., guix-commits, 2024/07/15
- 356/458: gnu: Add kdeclarative-5., guix-commits, 2024/07/15
- 366/458: gnu: Add ksyntaxhighlighting-5., guix-commits, 2024/07/15
- 369/458: gnu: Add knotifyconfig-5., guix-commits, 2024/07/15
- 372/458: gnu: kdevelop: Update to 24.05.2., guix-commits, 2024/07/15
- 89/458: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/15
- 99/458: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/15
- 98/458: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/15
- 95/458: gnu: Add libplasma., guix-commits, 2024/07/15
- 120/458: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/15