me
/
guix
Archived
1
0
Fork 0

gnu: Add sonnet-5.

* gnu/packages/kde-frameworks.scm (sonnet-5): New variable.

Change-Id: I5b94b3c2c1e753f386001266419bc519c0c6e7a0
master
Zheng Junjie 2024-07-08 13:02:22 +08:00
parent 6e71af9ee3
commit edd27a1f65
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 22 additions and 0 deletions

View File

@ -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")