[gnome-nibbles/bilelmoussaoui/flatpak] Flatpak: update the manifest



commit d2fd9c8714df77b75a24a84335c5c6f8c03c4f26
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Thu Jul 18 09:41:48 2019 +0200

    Flatpak: update the manifest
    
    Remove libgee, it's already on the master runtime
    Don't rename the icon anymore, fixes the CI

 org.gnome.Nibbles.json               | 13 +++++++++----
 org.gnome.games-support.modules.json | 24 ------------------------
 2 files changed, 9 insertions(+), 28 deletions(-)
---
diff --git a/org.gnome.Nibbles.json b/org.gnome.Nibbles.json
index ac88791..63fbb52 100644
--- a/org.gnome.Nibbles.json
+++ b/org.gnome.Nibbles.json
@@ -5,8 +5,6 @@
     "sdk": "org.gnome.Sdk",
     "command": "gnome-nibbles",
     "tags": ["nightly"],
-    "copy-icon": true,
-    "rename-icon": "gnome-nibbles",
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [
         /* X11 + XShm access */
@@ -24,11 +22,18 @@
     "cleanup": ["/include", "/lib/*.la", "/lib/pkgconfig",
                 "/share/man", "/share/vala"],
     "modules": [
-        "org.gnome.games-support.modules.json",
+        {
+            "name": "libgnome-games-support",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git";
+                }
+            ]
+        },       
         {
             "name": "gnome-nibbles",
             "buildsystem": "meson",
-            "builddir" : true,
             "sources": [
                 {
                     "type": "git",


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