[epiphany/alatiera/ele-stylesheet] wip: add ephy stylesheet and icons to the sandbox




commit 9456fbb69d88fc7d8be986c2e2301f625b6af0fd
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Nov 11 04:20:31 2020 +0200

    wip: add ephy stylesheet and icons to the sandbox
    
    Needed so we can use the correct assets when running under
    Pantheon.

 org.gnome.Epiphany.json | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 35c4a03a0..a6f8f7ae7 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -20,6 +20,41 @@
         "--system-talk-name=org.freedesktop.GeoClue2"
     ],
     "modules" : [
+         {
+            "name": "elementary-icons",
+            "buildsystem": "meson",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/elementary/icons.git";,
+                    "tag": "5.3.1"
+                }
+            ],
+            "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";,
+                    "tag": "5.4.2"
+                }
+            ]
+        },
         {
             "name" : "libdazzle",
             "buildsystem" : "meson",


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