me
/
guix
Archived
1
0
Fork 0

gnu: Add ki18n-5.

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

Change-Id: I6463823c29e4040a07c20ad9f048d440ead246f8
master
Zheng Junjie 2024-07-08 12:47:23 +08:00
parent dbcec532c2
commit bff3f9076b
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 21 additions and 0 deletions

View File

@ -1062,6 +1062,27 @@ translated text. This includes argument capturing, customizable markup, and
translation scripting.")
(license license:lgpl2.1+)))
(define-public ki18n-5
(package
(inherit ki18n)
(name "ki18n")
(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
"1kbb3rq85hbw1h5bd1w9cmdgz8bdg47w9b133ha41qlhh1i50clk"))))
(propagated-inputs
(list gettext-minimal python))
(native-inputs
(list extra-cmake-modules))
(inputs
(list qtbase-5 qtdeclarative-5 qtscript iso-codes))))
(define-public kidletime
(package
(name "kidletime")