mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add kosmindoormap.
* gnu/packages/kde.scm (kosmindoormap): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
ea576461f2
commit
7fa0e39acb
1 changed files with 26 additions and 0 deletions
|
@ -802,6 +802,32 @@ (define-public kopeninghours
|
|||
opening hours expressions.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kosmindoormap
|
||||
(package
|
||||
(name "kosmindoormap")
|
||||
(version "22.08.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"042axwxa1497snr8f0m6a61gl9ypdkvllnhnlw4h5ffah7yl5n3s"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list bison extra-cmake-modules flex))
|
||||
(inputs (list ki18n
|
||||
kopeninghours
|
||||
kpublictransport
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
zlib))
|
||||
(home-page "https://invent.kde.org/libraries/kosmindoormap")
|
||||
(synopsis "Indoor map renderer")
|
||||
(description
|
||||
"This package provides facilities for rendering OpenStreetMap
|
||||
multi-floor indoor maps.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kpmcore
|
||||
(package
|
||||
(name "kpmcore")
|
||||
|
|
Loading…
Reference in a new issue