[gnome-apps-nightly] gnome-software: Fix up references to xdg-app



commit e8c8e815509409e38cb2ced21db243c57ef37e11
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 4 14:26:58 2016 -0400

    gnome-software: Fix up references to xdg-app
    
    Its flatpak now, so don't use xdg-app from the old location.

 org.gnome.Software.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index 0d9f38f..6440ec6 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -16,7 +16,7 @@
         /* Wayland access */
         "--socket=wayland",
         /* Need write access to installed apps */
-        "--filesystem=~/.local/share/xdg-app",
+        "--filesystem=~/.local/share/flatpak",
         /* Needs to talk to the network: */
         "--share=network",
         /* Notification access */
@@ -70,7 +70,7 @@
             ]
         },
         {
-            /* README: needed for xdg-app and fuse */
+            /* README: needed for flatpak and fuse */
             "name": "libfuse",
             "cleanup": [ "/bin" ],
             "sources": [
@@ -82,9 +82,9 @@
             ]
         },
         {
-            /* README: needed for xdg-app */
+            /* README: needed for flatpak */
             "name": "ostree",
-            "config-opts": ["--disable-man", "--without-libmount"],
+            "config-opts": ["--disable-man"],
             "cleanup": [ "/bin", "/etc/grub.d", "/libexec" ],
             "sources": [
                 {
@@ -94,7 +94,7 @@
             ]
         },
         {
-            "name": "xdg-app",
+            "name": "flatpak",
             "config-opts": ["--disable-documentation", "--disable-seccomp",
                             "--disable-sandboxed-triggers"],
             "make-args": [ "XDG_APP_BINDIR=/usr/bin" ],
@@ -112,7 +112,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://anongit.freedesktop.org/xdg-app/xdg-app"
+                    "url": "git://github.com/flatpak/flatpak"
                 }
             ]
         },


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