This commit is contained in:
Bleak Grey 2021-08-20 13:36:03 +03:00
parent 6fd7482793
commit 682fb001d2
2 changed files with 33 additions and 14 deletions

View file

@ -5,14 +5,14 @@
"runtime-version" : "40", "runtime-version" : "40",
"command" : "com.github.bleakgrey.tootle", "command" : "com.github.bleakgrey.tootle",
"finish-args" : [ "finish-args" : [
"--share=network", "--device=dri",
"--share=ipc", "--share=ipc",
"--share=network",
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-run/dconf", "--talk-name=org.gtk.vfs",
"--filesystem=~/.config/dconf:ro", "--talk-name=org.gtk.vfs.*",
"--talk-name=ca.desrt.dconf", "--filesystem=xdg-run/gvfsd"
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
], ],
"cleanup" : [ "cleanup" : [
"/include", "/include",
@ -27,18 +27,37 @@
], ],
"modules" : [ "modules" : [
{ {
"name" : "libadwaita", "name" : "libsass",
"buildsystem" : "meson", "buildsystem" : "meson",
"builddir" : true, "builddir" : true,
"config-opts" : [
"-Dexamples=false",
"-Dtests=false"
],
"sources" : [ "sources" : [
{ {
"type" : "archive", "type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita/-/archive/594eb987c57e4d20370cc20520871f230ff02ae2/libadwaita-594eb987c57e4d20370cc20520871f230ff02ae2.tar", "url" : "https://github.com/lazka/libsass.git",
"sha256" : "960d8e95864cac71be9e893d37baace82d67ecb06b3b09bd24b9fdfece9eca9c" "branch" : "meson"
}
]
},
{
"name" : "sassc",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/sassc.git",
"branch" : "meson"
}
]
},
{
"name" : "libadwaita",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
"branch" : "main"
} }
] ]
}, },

View file

@ -26,7 +26,7 @@ asresources = gnome.compile_resources(
c_name: 'as' c_name: 'as'
) )
libgtk_dep = dependency('gtk4', version: '>=4.3.0', required: true) libgtk_dep = dependency('gtk4', version: '>=4.0.0', required: true)
libadwaita_dep = dependency('libadwaita-1', version: '>=1.0.0', required: true) libadwaita_dep = dependency('libadwaita-1', version: '>=1.0.0', required: true)
sources = files( sources = files(