[epiphany/alatiera/ele-stylesheet: 1/2] flatpak: add elementary stylesheet and icon modules
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/alatiera/ele-stylesheet: 1/2] flatpak: add elementary stylesheet and icon modules
- Date: Thu, 26 Nov 2020 00:35:11 +0000 (UTC)
commit 08af386743fefbadac7bd60d7cfa2f39eca06a6f
Author: Jordan Petridis <jpetridis gnome org>
Date: Wed Nov 11 04:20:31 2020 +0200
flatpak: add elementary stylesheet and icon modules
Needed so we can use the correct assets when running under
Pantheon and to make it easier to test Pantheon related
specific changes.
org.gnome.Epiphany.json | 69 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
---
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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]