2018-04-19 01:32:44 +00:00
|
|
|
{
|
|
|
|
"app-id" : "org.gnome.gitg",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
2018-08-02 21:38:24 +00:00
|
|
|
"runtime-version" : "master",
|
2018-04-19 01:32:44 +00:00
|
|
|
"branch" : "master",
|
|
|
|
"sdk" : "org.gnome.Sdk",
|
|
|
|
"command" : "gitg",
|
|
|
|
"rename-desktop-file" : "gitg.desktop",
|
|
|
|
"rename-appdata-file" : "gitg.appdata.xml",
|
|
|
|
"rename-icon" : "gitg",
|
|
|
|
"copy-icon" : true,
|
|
|
|
"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",
|
|
|
|
"--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"
|
|
|
|
],
|
|
|
|
"build-options" : {
|
|
|
|
"cflags" : "-O2 -g",
|
|
|
|
"cxxflags" : "-O2 -g",
|
|
|
|
"env" : {
|
|
|
|
"V" : "1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cleanup" : [
|
|
|
|
"/include",
|
|
|
|
"/lib/pkgconfig",
|
|
|
|
"/share/pkgconfig",
|
|
|
|
"/share/aclocal",
|
|
|
|
"/man",
|
|
|
|
"/share/man",
|
|
|
|
"/share/gtk-doc",
|
|
|
|
"/share/vala",
|
|
|
|
"*.la",
|
|
|
|
"*.a"
|
|
|
|
],
|
|
|
|
"modules" : [
|
2018-10-12 10:11:32 +00:00
|
|
|
{
|
|
|
|
"name" : "vala",
|
|
|
|
"config-opts" : [
|
|
|
|
"--disable-graphviz"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/vala.git",
|
|
|
|
"tag" : "0.42.1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "patch",
|
|
|
|
"path" : "libvaladoc-Allow-disabling-the-graphviz-dependency.patch"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2018-04-19 01:32:44 +00:00
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"branch" : "maint/v0.26"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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" : "gtkspell3",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "archive",
|
|
|
|
"url" : "https://sourceforge.net/projects/gtkspell/files/3.0.9/gtkspell3-3.0.9.tar.xz",
|
|
|
|
"sha256" : "a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "gtksourceview",
|
2018-08-02 21:38:24 +00:00
|
|
|
"config-opts" : [ "--disable-Werror" ],
|
2018-04-19 01:32:44 +00:00
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
|
|
|
|
"tag" : "gnome-3-24"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "gitg",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"--buildtype=debugoptimized",
|
|
|
|
"-Ddeprecations=true"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2018-07-24 09:29:16 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/gitg.git",
|
2018-04-19 01:32:44 +00:00
|
|
|
"branch" : "master"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2018-10-12 10:11:32 +00:00
|
|
|
}
|