{ "app-id" : "org.gnome.gitgDevel", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "branch" : "master", "sdk" : "org.gnome.Sdk", "command" : "gitgDevel", "tags" : [ "nightly" ], "desktop-file-name-prefix" : "", "finish-args" : [ "--share=ipc", "--share=network", "--socket=fallback-x11", "--socket=wayland", "--socket=ssh-auth", "--filesystem=host", "--filesystem=xdg-config/git:ro", "--talk-name=org.gtk.vfs.*", "--talk-name=org.freedesktop.secrets", "--filesystem=xdg-run/keyring" ], "cleanup" : [ "/include", "/lib/peas-demo", "/lib/pkgconfig", "/share/pkgconfig", "/share/aclocal", "/share/doc", "/share/gir-1.0", "/share/glade", "/man", "/share/man", "/share/man", "/share/gtk-doc", "/share/vala", "*.la", "*.a" ], "modules" : [ { "name" : "libssh2", "buildsystem" : "cmake", "config-opts" : [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib", "-DBUILD_SHARED_LIBS:BOOL=ON" ], "sources" : [ { "type" : "git", "url" : "https://github.com/libssh2/libssh2.git", "branch" : "libssh2-1.10.0" } ] }, { "name" : "libgit2", "buildsystem" : "cmake-ninja", "config-opts" : [ "-DBUILD_SHARED_LIBS:BOOL=ON", "-DBUILD_TESTS:BOOL=OFF", "-DUSE_THREADS:BOOL=ON", "-DUSE_SSH:BOOL=ON" ], "sources" : [ { "type" : "git", "url" : "https://github.com/libgit2/libgit2.git", "branch" : "maint/v1.7" } ] }, { "name" : "libgit2-glib", "config-opts" : [ "--buildtype=debugoptimized" ], "buildsystem" : "meson", "builddir" : true, "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libgit2-glib.git" } ] }, { "name" : "libpeas", "buildsystem": "meson", "config-opts" : [ "-Dlua51=false", "-Dpython3=false" ], "cleanup" : [ "/bin/*", "/lib/peas-demo", "/lib/libpeas-gtk*" ], "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libpeas.git", "branch": "1.36" } ] }, { "name" : "libgee", "build-options" : { "make-install-args" : [ "girdir=/app/share/gir-1.0", "typelibdir=/app/lib/girepository-1.0" ] }, "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libgee.git", "branch": "main" } ] }, { "name" : "enchant", "cleanup" : [ "/bin" ], "sources" : [ { "type" : "archive", "url" : "https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz", "sha256" : "bef0d9c0fef2e4e8746956b68e4d6c6641f6b85bd2908d91731efb68eba9e3f5" } ] }, { "name" : "gspell", "config-opts" : [ "--disable-gtk-doc", "--disable-gtk-doc-html" ], "cleanup" : [ "/bin", "/include", "/lib/pkgconfig", "*.la", "/share" ], "sources" : [ { "type" : "archive", "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz", "sha256" : "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5" } ] }, { "name" : "gtksourceview", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git", "branch": "gtksourceview-4-8" } ] }, { "name" : "libdazzle", "config-opts" : [ "--libdir=/app/lib", "--buildtype=debugoptimized" ], "buildsystem" : "meson", "builddir" : true, "cleanup" : [ "/bin" ], "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git" } ] }, { "name": "git", "make-args": [ "NO_TCLTK=1", "INSTALL_SYMLINKS=1" ], "make-install-args": [ "NO_TCLTK=1", "INSTALL_SYMLINKS=1" ], "sources": [ { "type": "archive", "url": "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.41.0.tar.xz", "sha256": "e748bafd424cfe80b212cbc6f1bbccc3a47d4862fb1eb7988877750478568040" } ] }, { "name" : "gitg", "buildsystem" : "meson", "builddir" : true, "config-opts" : [ "--buildtype=debugoptimized", "-Ddeprecations=true", "-Dprofile=development" ], "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/gitg.git" } ] } ] }