87 lines
2.4 KiB
JSON
87 lines
2.4 KiB
JSON
{
|
|
"id" : "com.xronlinux.BreezyDesktop",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "46",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "breezydesktop",
|
|
"finish-args" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--socket=wayland",
|
|
"--device=shm",
|
|
"--talk-name=ca.desrt.dconf",
|
|
"--filesystem=xdg-run/dconf",
|
|
"--filesystem=host",
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
|
|
"--env=GIO_EXTRA_MODULES=/app/lib/gio/modules/",
|
|
"--talk-name=org.freedesktop.Flatpak",
|
|
"--talk-name=org.gnome.Shell.Extensions"
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules" : [
|
|
"python3-pydbus.json",
|
|
{
|
|
"name": "dconf",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dbash_completion=false",
|
|
"-Dman=false",
|
|
"-Dsystemduserunitdir=' '"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/libexec",
|
|
"/share/dbus-1"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz",
|
|
"sha256": "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "build-aux/dconf-override.patch"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "scripts",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"install -Dm 755 start-breezy-desktop.sh /app/bin/start-breezy-desktop"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"path": "build-aux/start-breezy-desktop.sh"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "breezydesktop",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|