[epiphany/mcatanzaro/tech-preview-gtk4] Switch Tech Preview to use GTK 4 branch
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [epiphany/mcatanzaro/tech-preview-gtk4] Switch Tech Preview to use GTK 4 branch
- Date: Wed, 23 Mar 2022 15:13:37 +0000 (UTC)
commit fa7cf93f9ea8ed0b8bafcac471f57210eb5c1936
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Mar 23 09:45:30 2022 -0500
    Switch Tech Preview to use GTK 4 branch
    
    This will allow some extra testing for the GTK 4 branch before we pull
    the trigger to merge it into master. It's a lot easier to revert this
    commit than it is to revert such a merge.
    
    Note this also temporarily removes elementary OS support. It will be
    welcome back once it's ready for GTK 4.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1100>
 org.gnome.Epiphany.json | 59 ++-----------------------------------------------
 1 file changed, 2 insertions(+), 57 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index c86058338..dfa1e3dbd 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -44,67 +44,11 @@
                 }
             ]
         },
-        {
-            "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",
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git"
-                }
-            ]
-        },
         {
             "name" : "libportal",
             "buildsystem" : "meson",
             "config-opts" : [
-                "-Dbackends=gtk3",
+                "-Dbackends=gtk4",
                 "-Dintrospection=false",
                 "-Ddocs=false"
             ],
@@ -128,6 +72,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/epiphany.git",
+                    "branch" : "wip/exalm/gtk4",
                     "disable-shallow-clone" : true
                 }
             ]
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]