Package Details: libmarble-git 1.3.0.r4.g6dcc6fe-3

Git Clone URL: https://aur.archlinux.org/libmarble-git.git (read-only, click to copy)
Package Base: libmarble-git
Description: Custom GTK library
Upstream URL: https://gitlab.com/raggesilver/marble
Licenses: GPL3
Conflicts: libmarble
Provides: libmarble
Submitter: igor-dyatlov
Maintainer: igor-dyatlov
Last Packager: igor-dyatlov
Votes: 3
Popularity: 0.028476
First Submitted: 2022-04-23 17:34 (UTC)
Last Updated: 2022-07-25 11:10 (UTC)

Latest Comments

armandleg commented on 2022-12-31 16:30 (UTC)

Hello, python package may be removed from makedepends, since it is a dependency of meson package.

JF049 commented on 2022-07-25 08:30 (UTC)

Please add 'gobject-introspection' and 'python' as make dependencies. Thanks!

ccorn commented on 2020-06-30 16:23 (UTC)

Dependency fixes:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _gitname=marble
 url="https://gitlab.com/${_author}/${_gitname}"
 license=('GPL3')
 depends=('gtk3')
-optdepends=('')
-makedepends=('git' 'meson>=0.50.0' 'vala')
+optdepends=()
+makedepends=('git' 'meson>=0.50.0' 'vala' 'gobject-introspection' 'python')
 provides=("${_pkg}" "${pkgname}")
 conflicts=("${_pkg}")
 source=("git+${url}.git")