[seahorse/wip/hadess/fix-libhandy] flatpak: Remove duplicated libhandy module




commit db3b3652a4e613470ef51783bf433dc17378654b
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Aug 3 10:21:31 2020 +0200

    flatpak: Remove duplicated libhandy module
    
    We already have this module as a subproject.

 .gitlab-ci.yml                                     |  1 +
 build-aux/org.gnome.seahorse.ApplicationDevel.json | 15 ---------------
 2 files changed, 1 insertion(+), 15 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3312835..7b85007c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
 
 variables:
   BUNDLE: 'seahorse.flatpak'
+  GIT_SUBMODULE_STRATEGY: recursive
 
 flatpak:
   image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
diff --git a/build-aux/org.gnome.seahorse.ApplicationDevel.json 
b/build-aux/org.gnome.seahorse.ApplicationDevel.json
index 640f8c07..c4ecf29d 100644
--- a/build-aux/org.gnome.seahorse.ApplicationDevel.json
+++ b/build-aux/org.gnome.seahorse.ApplicationDevel.json
@@ -110,21 +110,6 @@
                 }
             ]
         },
-        {
-            "name": "libhandy",
-            "buildsystem": "meson",
-            "builddir": true,
-            "config-opts": [
-                "-Dglade_catalog=disabled"
-            ],
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://source.puri.sm/Librem5/libhandy.git";,
-                    "branch": "libhandy-0-0"
-               }
-            ]
-        },
         {
             "name": "seahorse",
             "buildsystem": "meson",


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