[gnome-apps-nightly] Add nautilus



commit 7f192c225acd0ef8550be790a93401ca84807e77
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 16 14:43:37 2016 +0200

    Add nautilus
    
    First pass at a manifest, untested.

 org.gnome.Nautilus.json |   86 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 86 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
new file mode 100644
index 0000000..a1c52dd
--- /dev/null
+++ b/org.gnome.Nautilus.json
@@ -0,0 +1,86 @@
+{
+    "app-id": "org.gnome.Nautilus",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "nautilus",
+    "tags": ["nightly"],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "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"
+    ],
+    "build-options" : {
+        "cflags": "-O2 -g",
+        "cxxflags": "-O2 -g"
+    },
+    "cleanup": [ "/include", "/share/bash-completion" ],
+    "modules": [
+        {
+            "name": "libexif",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2";
+                }
+            ]
+        },
+        {
+            "name": "exempi",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://anongit.freedesktop.org/git/exempi.git"
+                }
+            ]
+
+        },
+        {
+            "name": "tracker",
+            "cleanup": [ "/bin", "/etc", "/libexec" ],
+            "config-opts": [ "--disable-miner-apps", "--disable-static",
+                             "--disable-tracker-extract", "--disable-tracker-needle",
+                             "--disable-tracker-preferences", "--disable-artwork",
+                             "--disable-tracker-writeback", "--disable-miner-user-guides"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/tracker"
+                }
+            ]
+        },
+        {
+            "name": "gnome-desktop",
+            "config-opts": ["--disable-debug-tools", "--disable-udev"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-desktop"
+                }
+            ]
+        },
+        {
+            "name": "nautilus",
+            "config-opts": [ "--disable-static --disable-desktop --enable-selinux --enable-xmp 
--enable-libexif --disable-update-mimedb" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/nautilus"
+                }
+            ]
+        }
+    ]
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]