Codebase list gnome-maps / scrub-obsolete/main org.gnome.Maps.json
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

org.gnome.Maps.json @scrub-obsolete/mainraw · history · blame

{
    "app-id" : "org.gnome.Maps.Devel",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "gnome-maps",
    "tags" : [
        "devel"
    ],
    "finish-args" : [
        "--share=ipc",
        "--socket=x11",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--device=dri",
        "--share=network",
        "--talk-name=org.gnome.OnlineAccounts",
        "--metadata=X-DConf=migrate-path=/org/gnome/Maps",
        "--env=G_ENABLE_DIAGNOSTICS=1",
        "--env=MAPS_DEBUG=1"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/share/pkgconfig",
        "/share/aclocal",
        "/man",
        "/share/man",
        "/share/gtk-doc",
        "/share/vala",
        "*.la",
        "*.a"
    ],
    "modules" : [
       {
            "name": "libgeoclue",
            "buildsystem": "meson",
            "config-opts" : [
                "-Denable-backend=false",
                "-Dlibgeoclue=true",
                "-Dintrospection=true",
                "-Dgtk-doc=false"
            ],
            "sources": [
                {
                    "type" : "git",
                    "url": "https://gitlab.freedesktop.org/geoclue/geoclue.git"
                }
            ]
        },
        {
            "name" : "geocode-glib",
            "buildsystem" : "meson",
            "builddir" : true,
            "config-opts" : [
                "--libdir=/app/lib",
                "-Denable-gtk-doc=false",
                "-Dsoup2=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git"
                }
            ]
        },
        {
            "name" : "libgweather",
            "config-opts" : [
                "-Denable_vala=false",
                "-Dgtk_doc=false",
                "-Dsoup2=false"
            ],
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git",
                    "branch" : "main"
                }
            ]
        },
        {
            "name" : "librest",
            "buildsystem": "meson",
            "config-opts": [
            	"-Dgtk_doc=false",
            	"-Dexamples=false",
            	"-Dsoup2=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/librest.git",
                    "branch": "master"
                }
            ]
        },
        {
            "name" : "libshumate",
            "buildsystem": "meson",
            "config-opts": [
                "-Ddemos=false",
                "-Dgtk_doc=false",
                "-Dvapi=false",
                "-Dlibsoup3=true"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libshumate.git",
                    "branch" : "main"
                }
            ]
        },
        {
            "name" : "gnome-maps",
            "buildsystem" : "meson",
            "builddir" : true,
            "config-opts": [
                "-Dprofile=development"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-maps.git"
                }
            ]
        }
    ]
}