gitg/org.gnome.gitgDevel.json

183 lines
5.2 KiB
JSON
Raw Normal View History

2018-04-19 01:32:44 +00:00
{
"app-id" : "org.gnome.gitgDevel",
2018-04-19 01:32:44 +00:00
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
2018-04-19 01:32:44 +00:00
"branch" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "gitgDevel",
2018-04-19 01:32:44 +00:00
"tags" : [
2018-10-07 07:59:19 +00:00
"nightly"
2018-04-19 01:32:44 +00:00
],
2018-10-07 07:59:19 +00:00
"desktop-file-name-prefix" : "(Nightly) ",
2018-04-19 01:32:44 +00:00
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=ssh-auth",
2018-04-19 01:32:44 +00:00
"--filesystem=host",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--talk-name=org.gtk.vfs.*",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--talk-name=org.freedesktop.secrets",
"--filesystem=xdg-run/keyring"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/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.8.0"
}
]
},
{
"name" : "libgit2",
"buildsystem" : "cmake",
"config-opts" : [
"-DBUILD_SHARED_LIBS:BOOL=ON",
"-DTHREADSAFE=ON"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/libgit2/libgit2.git",
2019-07-24 18:32:27 +00:00
"branch" : "maint/v0.28"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "libgit2-glib",
"config-opts" : [
"--buildtype=debugoptimized"
],
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
2018-07-24 09:29:16 +00:00
"url" : "https://gitlab.gnome.org/GNOME/libgit2-glib.git"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "libpeas",
"cleanup" : [
"/bin/*",
"/lib/peas-demo",
"/lib/libpeas-gtk*"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libpeas.git"
}
]
},
{
"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"
}
]
},
{
"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"
}
]
},
2018-04-19 01:32:44 +00:00
{
"name" : "gtkspell3",
"sources" : [
{
"type" : "archive",
"url" : "https://sourceforge.net/projects/gtkspell/files/3.0.9/gtkspell3-3.0.9.tar.xz",
"sha256" : "a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26"
}
]
},
{
"name" : "gtksourceview",
"config-opts" : [ "--disable-Werror" ],
2018-04-19 01:32:44 +00:00
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
"tag" : "gtksourceview-4-2"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "libdazzle",
2019-03-13 22:08:42 +00:00
"config-opts" : [
"--libdir=/app/lib",
"--buildtype=debugoptimized"
],
"buildsystem" : "meson",
"builddir" : true,
"cleanup" : [
"/bin"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libdazzle.git"
}
]
},
2018-04-19 01:32:44 +00:00
{
"name" : "gitg",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--buildtype=debugoptimized",
"-Ddeprecations=true",
"-Dprofile=development"
2018-04-19 01:32:44 +00:00
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gitg.git"
2018-04-19 01:32:44 +00:00
}
]
}
]
}