Skip to content

Commit

Permalink
Start packaging the elmentary icons and stylesheet in the runtime
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alatiera committed Nov 25, 2019
1 parent f1a84c8 commit ba8cc83
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions io.elementary.Sdk.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ba8cc83

Please sign in to comment.