summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-07-13 16:01:01 +0200
committerJakub Steiner <jimmac@gmail.com>2020-07-13 17:03:55 +0200
commitfe5c0e2fe38b1ea3172195c4a45ef9e434498fe7 (patch)
tree6a9eff1ac4506f64e363051e9a6c7b96b54c5465 /build-aux
parent53831e67a77aaaacc17a8f7ec9a942bd097e9e2b (diff)
downloadgtk+-fe5c0e2fe38b1ea3172195c4a45ef9e434498fe7.tar.gz
Adwaita: sidebar color for file picker
- avoid using the selected blue for the sidebar Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/1586
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json76
1 files changed, 45 insertions, 31 deletions
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index f4130c1f65..3a729087cf 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -1,29 +1,38 @@
{
- "app-id": "org.gtk.WidgetFactory4",
- "runtime": "org.gnome.Platform",
- "runtime-version": "master",
- "sdk": "org.gnome.Sdk",
- "command": "gtk4-widget-factory",
- "tags": ["devel", "development", "nightly"],
- "desktop-file-name-prefix": "(Development) ",
- "finish-args": [
+ "app-id" : "org.gtk.WidgetFactory4",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "gtk4-widget-factory",
+ "tags" : [
+ "devel",
+ "development",
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Development) ",
+ "finish-args" : [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
- "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*"
+ "--talk-name=org.gtk.vfs",
+ "--talk-name=org.gtk.vfs.*"
],
- "cleanup": [
+ "cleanup" : [
"/include",
- "/lib/pkgconfig", "/share/pkgconfig",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
"/share/aclocal",
- "/man", "/share/man", "/share/gtk-doc",
- "*.la", ".a",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "*.la",
+ ".a",
"/lib/girepository-1.0",
"/share/gir-1.0",
"/share/doc"
],
- "modules": [
+ "modules" : [
{
"name" : "wayland",
"buildsystem" : "autotools",
@@ -39,18 +48,18 @@
]
},
{
- "name": "graphene",
- "buildsystem": "meson",
- "builddir": true,
- "config-opts": [
+ "name" : "graphene",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
"--libdir=/app/lib",
"-Dtests=false",
"-Dbenchmarks=false"
],
- "sources": [
+ "sources" : [
{
- "type": "git",
- "url": "https://github.com/ebassi/graphene.git"
+ "type" : "git",
+ "url" : "https://github.com/ebassi/graphene.git"
}
]
},
@@ -58,7 +67,7 @@
"name" : "libsass",
"buildsystem" : "meson",
"builddir" : true,
- "config-opts": [
+ "config-opts" : [
"--libdir=/app/lib"
],
"sources" : [
@@ -73,7 +82,7 @@
"name" : "sassc",
"buildsystem" : "meson",
"builddir" : true,
- "config-opts": [
+ "config-opts" : [
"--libdir=/app/lib"
],
"sources" : [
@@ -85,18 +94,23 @@
]
},
{
- "name": "gtk",
- "buildsystem": "meson",
- "builddir": true,
- "config-opts": [
+ "name" : "gtk",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
"--libdir=/app/lib"
],
- "sources": [
+ "sources" : [
{
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/gtk.git"
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gtk.git"
}
]
}
- ]
+ ],
+ "build-options" : {
+ "env" : {
+ "DBUS_SESSION_BUS_ADDRESS" : "''"
+ }
+ }
}