[gnome-apps-nightly] org.gnome.Totem: Split out the Lua build definition



commit c9568555ced55352760c71ceeb499d7c3eefa1d0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 1 01:05:53 2016 +0200

    org.gnome.Totem: Split out the Lua build definition
    
    So we can reuse it later.

 org.gnome.Totem.json |   29 +----------------------------
 org.lua.json         |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 28 deletions(-)
---
diff --git a/org.gnome.Totem.json b/org.gnome.Totem.json
index 56cfe6d..4a294cb 100644
--- a/org.gnome.Totem.json
+++ b/org.gnome.Totem.json
@@ -142,34 +142,7 @@
                 }
             ]
         },
-        {
-            "name": "lua",
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://www.lua.org/ftp/lua-5.3.2.tar.gz";,
-                    "sha256": "c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f"
-                },
-                {
-                    "type": "shell",
-                    "commands": [ "mv src/luaconf.h src/luaconf.h.template.in" ]
-                },
-                /* Patches from the Fedora package */
-                {
-                    "type": "patch",
-                    "path": "lua-5.3.0-autotoolize.patch"
-                },
-                {
-                    "type": "patch",
-                    "path": "lua-5.3.0-idsize.patch"
-                },
-                {
-                    "type": "shell",
-                    "commands": [ "autoreconf -i" ]
-                }
-            ],
-            "cleanup": [ "/bin" ]
-        },
+        "org.lua.json",
         {
             "name": "tracker",
             "cleanup": [ "/bin", "/etc", "/libexec" ],
diff --git a/org.lua.json b/org.lua.json
new file mode 100644
index 0000000..161e4ef
--- /dev/null
+++ b/org.lua.json
@@ -0,0 +1,28 @@
+{
+    "name": "lua",
+    "sources": [
+        {
+            "type": "archive",
+            "url": "http://www.lua.org/ftp/lua-5.3.2.tar.gz";,
+            "sha256": "c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f"
+        },
+        {
+            "type": "shell",
+            "commands": [ "mv src/luaconf.h src/luaconf.h.template.in" ]
+        },
+        /* Patches from the Fedora package */
+        {
+            "type": "patch",
+            "path": "lua-5.3.0-autotoolize.patch"
+        },
+        {
+            "type": "patch",
+            "path": "lua-5.3.0-idsize.patch"
+        },
+        {
+            "type": "shell",
+            "commands": [ "autoreconf -i" ]
+        }
+    ],
+    "cleanup": [ "/bin" ]
+}


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