Skip to content

Commit

Permalink
Install gsettings keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alatiera committed Dec 9, 2019
1 parent 2c03a62 commit cf8992f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions defaults.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[org.gnome.desktop.interface]
gtk-theme='elementary'
icon-theme='elementary'
cursor-theme='elementary'
16 changes: 13 additions & 3 deletions io.elementary.Sdk.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"runtime-version": "@GNOME_VERSION@",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"inherit-extensions": [
"org.gtk.Gtk3theme"
],
"sdk-extensions": ["org.gnome.Sdk.Debug", "org.gnome.Sdk.Locale", "org.gnome.Sdk.Docs"],
"platform-extensions": [ "org.gnome.Platform.Locale"],
"finish-args": [
Expand Down Expand Up @@ -109,6 +106,19 @@
]
}
]
},
{ "name" : "defaults",
"buildsystem" : "simple",
"build-commands" : [
"mkdir -p /usr/etc/glib-2.0/settings/",
"install -m644 -pD defaults.ini /usr/etc/glib-2.0/settings/defaults"
],
"sources" : [
{
"type" : "file",
"path" : "defaults.ini"
}
]
}
]
}

0 comments on commit cf8992f

Please sign in to comment.