[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 15:24:00 +0000 (UTC)
commit 274d83d8b35ef73cd56deb5a992b0499dd801543
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 | 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]