gitg/org.gnome.gitgDevel.json

223 lines
6.3 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
],
"desktop-file-name-prefix" : "",
2018-04-19 01:32:44 +00:00
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
2018-04-19 01:32:44 +00:00
"--socket=wayland",
"--socket=ssh-auth",
2018-04-19 01:32:44 +00:00
"--filesystem=host",
"--filesystem=xdg-config/git:ro",
2018-04-19 01:32:44 +00:00
"--talk-name=org.gtk.vfs.*",
"--talk-name=org.freedesktop.secrets",
"--filesystem=xdg-run/keyring"
],
"cleanup" : [
"/include",
2023-07-23 10:45:49 +00:00
"/lib/peas-demo",
2018-04-19 01:32:44 +00:00
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
2023-07-23 10:45:49 +00:00
"/share/doc",
"/share/gir-1.0",
"/share/glade",
2018-04-19 01:32:44 +00:00
"/man",
"/share/man",
2023-07-23 10:45:49 +00:00
"/share/man",
2018-04-19 01:32:44 +00:00
"/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"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "libgit2",
2023-07-23 10:48:18 +00:00
"buildsystem" : "cmake-ninja",
2018-04-19 01:32:44 +00:00
"config-opts" : [
"-DBUILD_SHARED_LIBS:BOOL=ON",
2023-07-23 10:52:53 +00:00
"-DBUILD_TESTS:BOOL=OFF",
2024-02-10 10:00:20 +00:00
"-DUSE_THREADS:BOOL=ON",
"-DUSE_SSH:BOOL=ON"
2018-04-19 01:32:44 +00:00
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/libgit2/libgit2.git",
2024-02-10 10:13:10 +00:00
"branch" : "maint/v1.7"
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",
"buildsystem": "meson",
2023-07-23 10:12:48 +00:00
"config-opts" : [
"-Dlua51=false",
"-Dpython3=false"
],
2018-04-19 01:32:44 +00:00
"cleanup" : [
"/bin/*",
"/lib/peas-demo",
"/lib/libpeas-gtk*"
],
"sources" : [
{
"type" : "git",
2023-07-23 10:12:48 +00:00
"url" : "https://gitlab.gnome.org/GNOME/libpeas.git",
"branch": "1.36"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "libgee",
"build-options" : {
"make-install-args" : [
"girdir=/app/share/gir-1.0",
"typelibdir=/app/lib/girepository-1.0"
]
},
"sources" : [
{
"type" : "git",
2022-08-28 17:21:13 +00:00
"url" : "https://gitlab.gnome.org/GNOME/libgee.git",
"branch": "main"
2018-04-19 01:32:44 +00:00
}
]
},
{
"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
{
2019-08-06 22:44:25 +00:00
"name" : "gspell",
"config-opts" : [
"--disable-gtk-doc",
"--disable-gtk-doc-html"
],
"cleanup" : [
"/bin",
"/include",
"/lib/pkgconfig",
"*.la",
"/share"
],
2018-04-19 01:32:44 +00:00
"sources" : [
{
"type" : "archive",
2019-08-06 22:44:25 +00:00
"url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz",
"sha256" : "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5"
2018-04-19 01:32:44 +00:00
}
]
},
{
"name" : "gtksourceview",
"buildsystem" : "meson",
2018-04-19 01:32:44 +00:00
"sources" : [
{
"type" : "git",
2023-07-23 10:12:48 +00:00
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
"branch": "gtksourceview-4-8"
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"
}
]
},
{
"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"
}
]
},
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
}
]
}
]
}