guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

140/143: gnu: Add kosmindoormap.


From: guix-commits
Subject: 140/143: gnu: Add kosmindoormap.
Date: Mon, 21 Nov 2022 16:10:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7fa0e39acb1819a2c88158c73a9622288ac5acda
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Mon Oct 3 17:33:54 2022 +0200

    gnu: Add kosmindoormap.
    
    * gnu/packages/kde.scm (kosmindoormap): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2558530203..1c1c371fb8 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -802,6 +802,32 @@ cards.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]