[gnome-tweaks/alatiera/flatpak-manifest: 41/41] ttt
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweaks/alatiera/flatpak-manifest: 41/41] ttt
- Date: Wed, 20 Jan 2021 05:10:12 +0000 (UTC)
commit c031ccdd7e2be976503eafd50f6ff15005b494a8
Author: Evan Welsh <contact evanwelsh com>
Date: Thu Jan 7 23:21:32 2021 -0800
ttt
org.gnome.Tweaks.json | 75 ++++++++++++++++++++++++++-------------------------
1 file changed, 39 insertions(+), 36 deletions(-)
---
diff --git a/org.gnome.Tweaks.json b/org.gnome.Tweaks.json
index d151396..931d567 100644
--- a/org.gnome.Tweaks.json
+++ b/org.gnome.Tweaks.json
@@ -1,48 +1,51 @@
{
- "app-id" : "org.gnome.Tweaks",
- "runtime" : "org.gnome.Platform",
- "runtime-version" : "master",
- "sdk" : "org.gnome.Sdk",
- "command" : "gnome-tweaks",
- "tags" : [
- "nightly"
+ "app-id": "org.gnome.Tweaks",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-tweaks",
+ "tags": [
+ "devel"
],
- "desktop-file-name-prefix" : "(Nightly) ",
- "finish-args" : [
+ "desktop-file-name-prefix": "(Development) ",
+ "finish-args": [
+ "--device=dri",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:rw",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+ "--filesystem=host",
+ "--own-name=org.gnome.tweaks",
"--socket=session-bus",
"--socket=system-bus",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
- "--talk-name=org.gnome.Shell",
- "--filesystem=/usr/share/glib-2.0/schemas:ro",
- "--filesystem=xdg-run/dconf",
- "--filesystem=~/.config/dconf:rw",
- "--talk-name=ca.desrt.dconf",
- "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ "--socket=system-bus",
+ "--talk-name=org.gnome.Shell"
],
- "cleanup" : [
+ "cleanup": [
"/include",
"/lib/*.la",
"/lib/*.a",
"/lib/pkgconfig",
"/share/gir-1.0"
],
- "modules" : [
+ "modules": [
{
- "name" : "gnome-desktop",
- "buildsystem" : "meson",
- "sources" : [
+ "name": "gnome-desktop",
+ "buildsystem": "meson",
+ "sources": [
{
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
}
]
},
{
- "name" : "libhandy",
- "buildsystem" : "meson",
- "config-opts" : [
+ "name": "libhandy",
+ "buildsystem": "meson",
+ "config-opts": [
"-Dprofiling=false",
"-Dintrospection=enabled",
"-Dgtk_doc=false",
@@ -51,26 +54,26 @@
"-Dvapi=false",
"-Dglade_catalog=disabled"
],
- "sources" : [
+ "sources": [
{
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/libhandy.git"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/libhandy.git"
}
]
},
{
- "name" : "gnome-tweaks",
- "buildsystem" : "meson",
- "sources" : [
+ "name": "gnome-tweaks",
+ "buildsystem": "meson",
+ "sources": [
{
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gnome-tweaks.git"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-tweaks.git"
},
{
- "type" : "patch",
- "path" : "gtweak-hardcode-system-dirs.patch"
+ "type": "patch",
+ "path": "gtweak-hardcode-system-dirs.patch"
}
]
}
]
-}
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]