From 998608b7499fd402ec30dd9a580fee71d00e89f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 3 Dec 2021 13:01:26 -0800 Subject: [PATCH 1/3] Add Default Settings --- io.elementary.Sdk.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/io.elementary.Sdk.json b/io.elementary.Sdk.json index 4fb4fde..877fa91 100644 --- a/io.elementary.Sdk.json +++ b/io.elementary.Sdk.json @@ -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", From 23c32a37bd59f32e297db1e365482950d9cc781d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 3 Dec 2021 13:05:26 -0800 Subject: [PATCH 2/3] Update platform.appdata.xml.in --- data/platform.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/platform.appdata.xml.in b/data/platform.appdata.xml.in index 1667f77..8f1e40a 100644 --- a/data/platform.appdata.xml.in +++ b/data/platform.appdata.xml.in @@ -16,6 +16,7 @@ From ec4643bc0d30e76fbdce7333986befab674b50f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 3 Dec 2021 13:33:11 -0800 Subject: [PATCH 3/3] Update io.elementary.Sdk.json --- io.elementary.Sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.elementary.Sdk.json b/io.elementary.Sdk.json index 877fa91..365ade3 100644 --- a/io.elementary.Sdk.json +++ b/io.elementary.Sdk.json @@ -179,7 +179,7 @@ } ], "build-commands": [ - "ln -S /usr/share/themes/io.elementary.stylesheet.blueberry /usr/share/themes/elementary" + "ln -s /usr/share/themes/io.elementary.stylesheet.blueberry /usr/share/themes/elementary" ] }, {