[gnome-builder] flatpak: move json script to build-aux/flatpak/



commit 18e19ebe99b1b9d0c46ed4dafdfed8a1fc384277
Author: Christian Hergert <chergert redhat com>
Date:   Thu Sep 21 14:23:27 2017 -0700

    flatpak: move json script to build-aux/flatpak/
    
    I'm trying to cut things down in the project root, so this can go near
    the patches for which it references.

 .../flatpak/org.gnome.Builder.json                 |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
similarity index 97%
rename from org.gnome.Builder.json
rename to build-aux/flatpak/org.gnome.Builder.json
index 8d239a7..b0f733a 100644
--- a/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -81,7 +81,7 @@
                 },
                 {
                     "type": "patch",
-                    "path": "build-aux/flatpak/fuse-2.9.2-namespace-conflict-fix.patch"
+                    "path": "fuse-2.9.2-namespace-conflict-fix.patch"
                 }
             ]
         },
@@ -151,11 +151,11 @@
                 },
                 {
                     "type": "patch",
-                    "path": "build-aux/flatpak/polkit-build-Add-option-to-build-without-polkitd.patch"
+                    "path": "polkit-build-Add-option-to-build-without-polkitd.patch"
                 },
                 {
                     "type": "file",
-                    "path": "build-aux/flatpak/polkit-autogen",
+                    "path": "polkit-autogen",
                     "dest-filename": "autogen.sh"
                 }
             ]
@@ -181,7 +181,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "build-aux/flatpak/setuptools-makefile",
+                    "path": "setuptools-makefile",
                     "dest-filename": "Makefile"
                 }
             ]
@@ -205,12 +205,12 @@
                 },
                 {
                     "type": "file",
-                    "path": "build-aux/flatpak/setuptools-makefile",
+                    "path": "setuptools-makefile",
                     "dest-filename": "Makefile"
                 },
                 {
                     "type": "patch",
-                    "path": "build-aux/flatpak/lxml-Fix-getting-lib-version-when-using-pkg-config.patch"
+                    "path": "lxml-Fix-getting-lib-version-when-using-pkg-config.patch"
                 }
             ]
         },
@@ -355,7 +355,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "build-aux/flatpak/setuptools-makefile",
+                    "path": "setuptools-makefile",
                     "dest-filename": "Makefile"
                 }
             ]


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