mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add keurocalc.
* gnu/packages/kde-utils.scm (keurocalc): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
298ddc073f
commit
9305d8b605
1 changed files with 30 additions and 0 deletions
|
@ -352,6 +352,36 @@ Kate's features include:
|
||||||
"This package allows to select which QLoggingCategory are displayed.")
|
"This package allows to select which QLoggingCategory are displayed.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
|
(define-public keurocalc
|
||||||
|
(let ((commit "a760d8a7e58b36eb72d15e847f96599c93785194") ; just one release
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "keurocalc")
|
||||||
|
(version (git-version "1.3.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://invent.kde.org/utilities/keurocalc")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0gh5vwl38hwf1405c980j1fj06g5c52am140lf4mxhrjvnmry7kd"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
|
(inputs (list kconfig
|
||||||
|
kconfigwidgets
|
||||||
|
kcoreaddons
|
||||||
|
ki18n
|
||||||
|
kio
|
||||||
|
kwidgetsaddons
|
||||||
|
kxmlgui))
|
||||||
|
(home-page "https://invent.kde.org/utilities/keurocalc")
|
||||||
|
(synopsis "Currency conversion tool")
|
||||||
|
(description "This package provides a utility to handle currency
|
||||||
|
conversions between European currencies.")
|
||||||
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public keysmith
|
(define-public keysmith
|
||||||
(package
|
(package
|
||||||
(name "keysmith")
|
(name "keysmith")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue