[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/373: gnu: Add ktexttemplate.
From: |
guix-commits |
Subject: |
180/373: gnu: Add ktexttemplate. |
Date: |
Mon, 8 Jul 2024 08:04:44 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 015c34036b7f7a5f8fbc69eee3419b5cb9dd3d27
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 16:50:14 2024 +0800
gnu: Add ktexttemplate.
* gnu/packages/kde-frameworks.scm (ktexttemplate): New variable.
Change-Id: Ib61f72103ec892711797ed570261ddfdc59738d5
---
gnu/packages/kde-frameworks.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3eef00e078..6bb8bf7d97 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3247,6 +3247,29 @@ It supports rich text as well as plain text.")
;; dual licensed
(license (list license:lgpl2.0+ license:lgpl2.1+))))
+(define-public ktexttemplate
+ (package
+ (name "ktexttemplate")
+ (version "6.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/ktexttemplate-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "17df96rmmyni2adv97p77y349vyvirs0svzs6dzzmclzb2f8hlck"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules))
+ (arguments (list #:qtbase qtbase))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "KDE's Text Template")
+ (description "KTextTemplate is to make it easier for application developers
+to separate the structure of documents from the data they contain.")
+ (license (list license:lgpl2.1+))))
+
(define-public kwallet
(package
(name "kwallet")
- 141/373: gnu: kaccounts-integration: Update to 24.05.2., (continued)
- 141/373: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/08
- 142/373: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/08
- 145/373: gnu: powerdevil: Update to 6.1.2., guix-commits, 2024/07/08
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/08
- 159/373: gnu: baloo-widgets: Update to 24.05.2., guix-commits, 2024/07/08
- 162/373: gnu: Add ocean-sound-theme., guix-commits, 2024/07/08
- 166/373: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/08
- 169/373: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/08
- 173/373: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/08
- 181/373: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/08
- 180/373: gnu: Add ktexttemplate.,
guix-commits <=
- 178/373: gnu: Remove ksysguard., guix-commits, 2024/07/08
- 192/373: gnu: bovo: Update to 24.05.2., guix-commits, 2024/07/08
- 193/373: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/08
- 186/373: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/08
- 197/373: gnu: kigo: Update to 24.05.2., guix-commits, 2024/07/08
- 199/373: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/08
- 225/373: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/08
- 226/373: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/08
- 63/373: gnu: Add kcolorscheme., guix-commits, 2024/07/08
- 64/373: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/08