mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: marble-qt: Rename to marble.
* gnu/packages/kde-education.scm (marble-qt): Deprecate and rename to... (marble): ...this. * gnu/packages/kde-graphics.scm (digikam)[inputs]: Adapt. Change-Id: Ib521c4a2d058b8b6b68c3e1359c73485877c25ea
This commit is contained in:
parent
7917f2eece
commit
dd9f0a6de1
2 changed files with 6 additions and 3 deletions
|
|
@ -359,9 +359,9 @@ to perform data analysis.")
|
|||
(license (list license:gpl2+ ;labplot
|
||||
license:gpl3+)))) ;liborigin
|
||||
|
||||
(define-public marble-qt
|
||||
(define-public marble
|
||||
(package
|
||||
(name "marble-qt")
|
||||
(name "marble")
|
||||
(version "25.08.3")
|
||||
(source
|
||||
(origin
|
||||
|
|
@ -422,3 +422,6 @@ 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:lgpl2.1+)))
|
||||
|
||||
;; 2026-01-07
|
||||
(define-deprecated-package marble-qt marble)
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ for scanner hardware.")
|
|||
libtiff
|
||||
libxml2
|
||||
libxslt
|
||||
marble-qt
|
||||
marble
|
||||
mesa
|
||||
opencv
|
||||
perl-image-exiftool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue