mbox series

[bug#49563,0/1] gnu: Add marble-qt.

Message ID 20210714175425.3310-1-wz@freeshell.de
Headers show
Series gnu: Add marble-qt. | expand

Message

Wiktor Żelazny July 14, 2021, 5:54 p.m. UTC
The definition follows build instructions at [1]. Yes, it’s an old
version, but I did not find documentation for building the current one.
It’s better than nothing, I think, and might be a starting point for an
update. This is also a rather minimalistic build, with various features
disabled. Suits my needs, but someone else might want to extend it.

[1]: https://marble.kde.org/sources.php

Wiktor Żelazny (1):
  gnu: Add marble-qt.

 gnu/packages/geo.scm                          |  42 +++-
 .../patches/marble-qt-add-qt-headers.patch    | 189 ++++++++++++++++++
 2 files changed, 230 insertions(+), 1 deletion(-)
 create mode 100644 gnu/packages/patches/marble-qt-add-qt-headers.patch


base-commit: 681a0c75182e3f5cc5d8dba063451a96d64fa23c

Comments

Mathieu Othacehe July 25, 2021, 11:54 a.m. UTC | #1
Hello,

> The definition follows build instructions at [1]. Yes, it’s an old
> version, but I did not find documentation for building the current one.
> It’s better than nothing, I think, and might be a starting point for an
> update. This is also a rather minimalistic build, with various features
> disabled. Suits my needs, but someone else might want to extend it.

I added the patch to local.mk, wrapped the description and pushed as
769326cf185c024c760931f35c6001c32c85b4a2.

Thanks,

Mathieu