mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: marble-qt: Move to (gnu packages kde).
* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
aad44e9484
commit
e2f01318af
2 changed files with 40 additions and 40 deletions
|
@ -2594,46 +2594,6 @@ (define-public python-geopy
|
||||||
using third-party geocoders and other data sources.")
|
using third-party geocoders and other data sources.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public marble-qt
|
|
||||||
(let ((release "17.08")
|
|
||||||
(commit "fc7166eeef784732033c999ba605364f9c82d21c")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(name "marble-qt")
|
|
||||||
(version (git-version release revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://invent.kde.org/education/marble.git/")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
|
|
||||||
(patches (search-patches
|
|
||||||
"marble-qt-add-qt-headers.patch"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; libmarblewidget-qt5.so.28 not found
|
|
||||||
#:configure-flags
|
|
||||||
'("-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
"-DWITH_KF5=FALSE")))
|
|
||||||
(native-inputs
|
|
||||||
`(("qttools" ,qttools)))
|
|
||||||
(inputs
|
|
||||||
`(("qtbase" ,qtbase-5)
|
|
||||||
("qtsvg" ,qtsvg)
|
|
||||||
("qtdeclarative" ,qtdeclarative)
|
|
||||||
("qtwebkit" ,qtwebkit)
|
|
||||||
("qtlocation" ,qtlocation)))
|
|
||||||
(home-page "https://marble.kde.org/")
|
|
||||||
(synopsis "Virtual globe and world atlas")
|
|
||||||
(description "Marble is similar to a desktop globe. At closer scale it
|
|
||||||
becomes a world atlas, while OpenStreetMap takes the user to street level. It
|
|
||||||
supports searching for places of interest, viewing Wikipedia articles,
|
|
||||||
creating routes by drag and drop and more.")
|
|
||||||
(license license:gpl3))))
|
|
||||||
|
|
||||||
(define-public gplates
|
(define-public gplates
|
||||||
(package
|
(package
|
||||||
(name "gplates")
|
(name "gplates")
|
||||||
|
|
|
@ -987,6 +987,46 @@ (define-public libkdegames
|
||||||
(description "Runtime library for kdegames")
|
(description "Runtime library for kdegames")
|
||||||
(license (list license:gpl2+ license:fdl1.2+))))
|
(license (list license:gpl2+ license:fdl1.2+))))
|
||||||
|
|
||||||
|
(define-public marble-qt
|
||||||
|
(let ((release "17.08")
|
||||||
|
(commit "fc7166eeef784732033c999ba605364f9c82d21c")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "marble-qt")
|
||||||
|
(version (git-version release revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://invent.kde.org/education/marble.git/")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
|
||||||
|
(patches (search-patches
|
||||||
|
"marble-qt-add-qt-headers.patch"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; libmarblewidget-qt5.so.28 not found
|
||||||
|
#:configure-flags
|
||||||
|
'("-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
"-DWITH_KF5=FALSE")))
|
||||||
|
(native-inputs
|
||||||
|
`(("qttools" ,qttools)))
|
||||||
|
(inputs
|
||||||
|
`(("qtbase" ,qtbase-5)
|
||||||
|
("qtsvg" ,qtsvg)
|
||||||
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtwebkit" ,qtwebkit)
|
||||||
|
("qtlocation" ,qtlocation)))
|
||||||
|
(home-page "https://marble.kde.org/")
|
||||||
|
(synopsis "Virtual globe and world atlas")
|
||||||
|
(description "Marble is similar to a desktop globe. At closer scale it
|
||||||
|
becomes a world atlas, while OpenStreetMap takes the user to street level. It
|
||||||
|
supports searching for places of interest, viewing Wikipedia articles,
|
||||||
|
creating routes by drag and drop and more.")
|
||||||
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public okular
|
(define-public okular
|
||||||
(package
|
(package
|
||||||
(name "okular")
|
(name "okular")
|
||||||
|
|
Loading…
Reference in a new issue