mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
org.gnome.Nautilus.json: Use standard JSON format
There are no C comments in the JSON standard, remove them.
This commit is contained in:
parent
cee6a434f6
commit
9128656683
1 changed files with 0 additions and 8 deletions
|
@ -7,19 +7,12 @@
|
|||
"tags": ["devel", "development", "nightly"],
|
||||
"desktop-file-name-prefix": "(Development) ",
|
||||
"finish-args": [
|
||||
/* X11 + XShm access */
|
||||
"--share=ipc", "--socket=x11",
|
||||
/* Wayland access */
|
||||
"--socket=wayland",
|
||||
/* Online accounts support */
|
||||
"--talk-name=org.gnome.OnlineAccounts",
|
||||
/* Tracker */
|
||||
"--talk-name=org.freedesktop.Tracker1",
|
||||
/* XXX This sucks */
|
||||
"--filesystem=home",
|
||||
/* Browse gvfs */
|
||||
"--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
|
||||
/* Needed for dconf to work */
|
||||
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
|
||||
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
|
||||
],
|
||||
|
@ -37,7 +30,6 @@
|
|||
"url": "https://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2",
|
||||
"sha256": "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
|
||||
},
|
||||
/* For arm architectures */
|
||||
{
|
||||
"type": "shell",
|
||||
"commands": [
|
||||
|
|
Loading…
Reference in a new issue