[epiphany/mcatanzaro/elementary-no-canary: 2/2] Remove elementary OS support from Canary build




commit 5f4ca04415f65f23f04d64a41750782d4621cb9c
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jan 7 12:32:51 2022 -0600

    Remove elementary OS support from Canary build
    
    This simplifies the Canary manifest considerably, and should speed up
    our CI, since Canary is currently the slowest job on the CI. I think it's
    sufficient to have the elementary OS support in Tech Preview, which is
    our primary development build anyway.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1060>

 org.gnome.Epiphany.Canary.json.in | 69 ---------------------------------------
 1 file changed, 69 deletions(-)
---
diff --git a/org.gnome.Epiphany.Canary.json.in b/org.gnome.Epiphany.Canary.json.in
index 241b622b2..89b00d96c 100644
--- a/org.gnome.Epiphany.Canary.json.in
+++ b/org.gnome.Epiphany.Canary.json.in
@@ -20,75 +20,6 @@
         "--system-talk-name=org.freedesktop.GeoClue2"
     ],
     "modules" : [
-         {
-            "name": "elementary-icons",
-            "buildsystem": "meson",
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://github.com/elementary/icons.git";
-                }
-            ],
-            "modules": [
-                {
-                    "name": "xcursorgen",
-                    "cleanup": [ "*" ],
-                    "sources": [
-                        {
-                            "type": "git",
-                            "url": "https://gitlab.freedesktop.org/xorg/app/xcursorgen.git";,
-                            "tag": "xcursorgen-1.0.7"
-                        }
-                    ]
-                }
-            ]
-        },
-        {
-            "name": "elementary-stylesheet",
-            "buildsystem": "meson",
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://github.com/elementary/stylesheet.git";
-                }
-            ],
-            "modules": [
-                {
-                    "name": "sassc",
-                    "cleanup": [ "*" ],
-                    "sources": [
-                        {
-                            "type": "git",
-                            "url": "https://github.com/sass/sassc.git";,
-                            "tag": "3.6.1"
-                        },
-                        {
-                            "type": "script",
-                            "dest-filename": "autogen.sh",
-                            "commands": [ "autoreconf -si" ]
-                        }
-                    ],
-                    "modules": [
-                        {
-                            "name": "libsass",
-                            "cleanup": [ "*" ],
-                            "sources": [
-                                {
-                                    "type": "git",
-                                    "url": "https://github.com/sass/libsass.git";,
-                                    "tag": "3.6.4"
-                                },
-                                {
-                                    "type": "script",
-                                    "dest-filename": "autogen.sh",
-                                    "commands": [ "autoreconf -si" ]
-                                }
-                            ]
-                        }
-                    ]
-                }
-            ]
-        },
         {
             "name" : "libdazzle",
             "buildsystem" : "meson",


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