Skip to content

Commit

Permalink
Normalize JSON formatting
Browse files Browse the repository at this point in the history
This will match the formatting used by flatpak-external-data-checker,
making it easier to see the changes it applies.
  • Loading branch information
wjt committed Mar 24, 2021
1 parent 9b8a09e commit f107402
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions org.gnome.Boxes.Extension.OsinfoDb.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"id" : "org.gnome.Boxes.Extension.OsinfoDb",
"runtime" : "org.gnome.Boxes",
"runtime-version" : "stable",
"sdk" : "org.gnome.Sdk//3.38",
"build-extension" : true,
"separate-locales" : false,
"appstream-compose" : false,
"modules" : [
"id": "org.gnome.Boxes.Extension.OsinfoDb",
"runtime": "org.gnome.Boxes",
"runtime-version": "stable",
"sdk": "org.gnome.Sdk//3.38",
"build-extension": true,
"separate-locales": false,
"appstream-compose": false,
"modules": [
{
"name" : "appdata",
"buildsystem" : "simple",
"build-commands" : [
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.gnome.Boxes.Extension.OsinfoDb.metainfo.xml",
"appstream-compose --basename=org.gnome.Boxes.Extension.OsinfoDb --prefix=${FLATPAK_DEST} --origin=flatpak org.gnome.Boxes.Extension.OsinfoDb"
],
"sources" : [
"sources": [
{
"type" : "file",
"path" : "org.gnome.Boxes.Extension.OsinfoDb.metainfo.xml"
"type": "file",
"path": "org.gnome.Boxes.Extension.OsinfoDb.metainfo.xml"
}
]
},
{
"name" : "osinfo-db",
"buildsystem" : "simple",
"name": "osinfo-db",
"buildsystem": "simple",
"builddir": true,
"build-commands" : [
"build-commands": [
"make",
"osinfo-db-import --dir /app/share/osinfo/ osinfo-db-*.tar.xz"
],
"sources" : [
"sources": [
{
"type" : "git",
"url" : "https://gitlab.com/libosinfo/osinfo-db.git",
"branch" : "d316eee8d82a28664d28bb3fa0c889cd05985c0e"
"type": "git",
"url": "https://gitlab.com/libosinfo/osinfo-db.git",
"branch": "d316eee8d82a28664d28bb3fa0c889cd05985c0e"
}
]
}
Expand Down

0 comments on commit f107402

Please sign in to comment.