Skip to content

Commit

Permalink
Add Default Settings (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Dec 5, 2021
1 parent 16fb17b commit b9c4078
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/platform.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ul>
<li>Rebase on GNOME 41 runtime</li>
<li>Added elementary and freedesktop sound themes</li>
<li>Use the correct stylesheet on OS 5</li>
</ul>
</description>
</release>
Expand Down
22 changes: 22 additions & 0 deletions io.elementary.Sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,28 @@
}
]
},
{
"name" : "platform-settings",
"buildsystem" : "simple",
"modules": [
{
"name" : "default-gtk-settings",
"buildsystem" : "simple",
"sources" : [
{
"type": "git",
"url": "https://github.com/elementary/default-settings.git"
}
],
"build-commands": [
"install -Dm644 gtk/settings.ini /usr/etc/gtk-3.0/settings.ini"
]
}
],
"build-commands": [
"ln -s /usr/share/themes/io.elementary.stylesheet.blueberry /usr/share/themes/elementary"
]
},
{
"name" : "appdata",
"buildsystem" : "meson",
Expand Down

0 comments on commit b9c4078

Please sign in to comment.