[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
332/465: gnu: Add sonnet-5.
From: |
guix-commits |
Subject: |
332/465: gnu: Add sonnet-5. |
Date: |
Tue, 16 Jul 2024 11:03:42 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e58b0d6337146f9347975d783482eaec687ddfbd
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 13:02:22 2024 +0800
gnu: Add sonnet-5.
* gnu/packages/kde-frameworks.scm (sonnet-5): New variable.
Change-Id: I5b94b3c2c1e753f386001266419bc519c0c6e7a0
---
gnu/packages/kde-frameworks.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c55dd892df..94d35db1ad 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1794,6 +1794,28 @@ applications. It supports several different plugins,
including HSpell, Enchant,
ASpell and HUNSPELL.")
(license license:lgpl2.1+)))
+(define-public sonnet-5
+ (package
+ (inherit sonnet)
+ (name "sonnet")
+ (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
+ "0jja3wxk4h62ik5pkf0i5v9012d0qjaljyaab2a9g0j2wy070hcq"))))
+ (arguments '())
+ (native-inputs
+ (list extra-cmake-modules pkg-config qttools-5))
+ (inputs
+ (list aspell
+ hunspell
+ qtdeclarative-5))))
+
(define-public threadweaver
(package
(name "threadweaver")
- 337/465: gnu: Add kdoctools-5., (continued)
- 337/465: gnu: Add kdoctools-5., guix-commits, 2024/07/16
- 315/465: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/16
- 321/465: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/16
- 307/465: gnu: kontactinterface: Update to 24.05.2., guix-commits, 2024/07/16
- 320/465: gnu: akregator: Update to 24.05.2., guix-commits, 2024/07/16
- 318/465: gnu: kapidox: Update to 6.3.0., guix-commits, 2024/07/16
- 334/465: gnu: Add kcrash-5., guix-commits, 2024/07/16
- 324/465: gnu: Add karchive-5., guix-commits, 2024/07/16
- 329/465: gnu: Add kitemviews-5., guix-commits, 2024/07/16
- 340/465: gnu: Add knotifications-5., guix-commits, 2024/07/16
- 332/465: gnu: Add sonnet-5.,
guix-commits <=
- 398/465: gnu: lxqt-policykit: Fix build., guix-commits, 2024/07/16
- 422/465: gnu: kwave: Update to 24.05.2., guix-commits, 2024/07/16
- 438/465: gnu: kwin: Skip flakey tests., guix-commits, 2024/07/16
- 440/465: gnu: kio-fuse: Update to 5.1.0., guix-commits, 2024/07/16
- 432/465: gnu: ktouch: Update to 24.05.2., guix-commits, 2024/07/16
- 449/465: gnu: Add qtlocation., guix-commits, 2024/07/16
- 351/465: gnu: Add kbookmarks-5., guix-commits, 2024/07/16
- 342/465: gnu: Add kdbusaddons-5., guix-commits, 2024/07/16
- 341/465: gnu: Remove kblog., guix-commits, 2024/07/16
- 349/465: gnu: Add ktextwidgets-5., guix-commits, 2024/07/16