summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org.gnome.Epiphany.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 35c4a03a0..f5d0f73a3 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -20,6 +20,75 @@
"--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",