From ba8cc83b1f37fd51b17e67bb8c09d08654dcc46d Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 26 Nov 2019 00:38:11 +0200 Subject: [PATCH] Start packaging the elmentary icons and stylesheet in the runtime The stylesheet should be provided by the platform, and apps can start using the bundled one instead of relying on the host system to provide it or some third-party flatpak extnension. --- io.elementary.Sdk.json.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/io.elementary.Sdk.json.in b/io.elementary.Sdk.json.in index 96856ab..20bae57 100644 --- a/io.elementary.Sdk.json.in +++ b/io.elementary.Sdk.json.in @@ -32,6 +32,28 @@ } }, "modules": [ + { + "name": "icons", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://github.com/elementary/icons.git", + "tag": "5.1.0" + } + ] + }, + { + "name": "stylesheet", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://github.com/elementary/stylesheet.git", + "tag": "5.3.0" + } + ] + }, { "name": "granite", "buildsystem": "meson",