2017-11-08 20:57:26 +00:00
|
|
|
{
|
2018-02-01 21:11:10 +00:00
|
|
|
"app-id" : "org.gnome.Fractal",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
2018-07-30 18:25:58 +00:00
|
|
|
"runtime-version" : "master",
|
2018-02-01 21:11:10 +00:00
|
|
|
"sdk" : "org.gnome.Sdk",
|
|
|
|
"sdk-extensions" : [
|
|
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
|
|
],
|
|
|
|
"command" : "fractal",
|
|
|
|
"tags" : [
|
|
|
|
"nightly"
|
|
|
|
],
|
|
|
|
"desktop-file-name-prefix" : "(Nightly) ",
|
|
|
|
"finish-args" : [
|
2018-03-04 19:53:36 +00:00
|
|
|
"--filesystem=xdg-run/dconf",
|
|
|
|
"--filesystem=~/.config/dconf:ro",
|
|
|
|
"--talk-name=ca.desrt.dconf",
|
|
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
|
2018-08-07 07:41:01 +00:00
|
|
|
"--env=FRACTAL_ID=org.gnome.Fractal.nightly",
|
2017-11-12 17:51:17 +00:00
|
|
|
"--share=network",
|
2017-11-13 07:06:04 +00:00
|
|
|
"--share=ipc",
|
2017-11-12 17:51:17 +00:00
|
|
|
"--socket=x11",
|
2017-11-13 07:06:04 +00:00
|
|
|
"--socket=wayland",
|
2018-06-26 11:56:19 +00:00
|
|
|
"--socket=pulseaudio",
|
2017-11-12 17:51:17 +00:00
|
|
|
"--talk-name=org.freedesktop.secrets",
|
2018-02-07 10:11:48 +00:00
|
|
|
"--talk-name=org.freedesktop.Notifications",
|
|
|
|
"--filesystem=home"
|
2017-11-12 17:51:17 +00:00
|
|
|
],
|
2017-11-08 20:57:26 +00:00
|
|
|
"build-options" : {
|
2018-02-01 21:11:10 +00:00
|
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
|
|
"build-args" : [
|
|
|
|
"--share=network"
|
|
|
|
],
|
|
|
|
"env" : {
|
|
|
|
"CARGO_HOME" : "/run/build/Fractal/cargo",
|
|
|
|
"DEBUG" : "true"
|
2017-11-12 17:51:17 +00:00
|
|
|
}
|
2017-11-08 20:57:26 +00:00
|
|
|
},
|
2018-02-01 21:11:10 +00:00
|
|
|
"modules" : [
|
2018-05-15 16:49:46 +00:00
|
|
|
{
|
2018-05-22 04:08:20 +00:00
|
|
|
"name" : "enchant",
|
|
|
|
"cleanup" : [
|
|
|
|
"/include",
|
|
|
|
"/lib/pkgconfig",
|
|
|
|
"*.la",
|
|
|
|
"/share"
|
|
|
|
],
|
|
|
|
"sources" : [
|
2018-05-15 16:49:46 +00:00
|
|
|
{
|
2018-05-22 04:08:20 +00:00
|
|
|
"type" : "archive",
|
|
|
|
"url" : "https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz",
|
|
|
|
"sha256" : "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
|
2018-05-15 16:49:46 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2018-05-22 04:08:20 +00:00
|
|
|
"name" : "gspell",
|
|
|
|
"sources" : [
|
2018-05-15 16:49:46 +00:00
|
|
|
{
|
2018-05-22 04:08:20 +00:00
|
|
|
"type" : "git",
|
2018-06-18 06:21:13 +00:00
|
|
|
"tag" : "1.8.0",
|
2018-06-09 21:00:55 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/gspell.git"
|
2018-05-15 16:49:46 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2018-07-18 01:38:56 +00:00
|
|
|
{
|
|
|
|
"name" : "gtksourceview",
|
2018-07-30 18:25:58 +00:00
|
|
|
"config-opts" : [
|
|
|
|
"--disable-Werror"
|
|
|
|
],
|
2018-07-18 01:38:56 +00:00
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
|
|
|
|
"branch" : "gnome-3-24"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-11-08 20:57:26 +00:00
|
|
|
{
|
2018-03-19 10:49:11 +00:00
|
|
|
"name" : "fractal",
|
2018-02-01 21:11:10 +00:00
|
|
|
"buildsystem" : "meson",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2018-03-27 11:48:18 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/World/fractal.git"
|
2018-02-01 21:11:10 +00:00
|
|
|
}
|
|
|
|
]
|
2017-11-08 20:57:26 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|