[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, 12 Nov 2020 23:41:02 +0000 (UTC)
commit d2a72dca67b13583e2b8265457bc401cc0ad3255
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 | 71 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 35c4a03a0..70ccd5b4a 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -20,6 +20,77 @@
"--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"
+ }
+ ],
+ "modules": [
+ {
+ "name": "sassc",
+ "cleanup": [ "*" ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/sass/sassc/archive/3.5.0.tar.gz",
+ "sha256": "26f54e31924b83dd706bc77df5f8f5553a84d51365f0e3c566df8de027918042"
+ },
+ {
+ "type": "script",
+ "dest-filename": "autogen.sh",
+ "commands": [ "autoreconf -si" ]
+ }
+ ],
+ "modules": [
+ {
+ "name": "libsass",
+ "cleanup": [ "*" ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/sass/libsass/archive/3.5.4.tar.gz",
+ "sha256":
"5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770"
+ },
+ {
+ "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]