Skip to content

Commit

Permalink
Beautified manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-Ivan committed Dec 15, 2021
1 parent 2167646 commit b350c9a
Showing 1 changed file with 77 additions and 77 deletions.
154 changes: 77 additions & 77 deletions io.github.diegoivanme.flowtime.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"app-id" : "io.github.diegoivanme.flowtime",
"runtime" : "org.gnome.Platform",
"runtime-version" : "41",
"sdk" : "org.gnome.Sdk",
"command" : "flowtime",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "libsass",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--libdir=/app/lib"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/libsass.git",
"branch" : "meson"
}
]
},
"app-id": "io.github.diegoivanme.flowtime",
"runtime": "org.gnome.Platform",
"runtime-version": "41",
"sdk": "org.gnome.Sdk",
"command": "flowtime",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name": "libsass",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"--libdir=/app/lib"
],
"sources": [
{
"name" : "sassc",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--libdir=/app/lib"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/sassc.git",
"branch" : "meson"
}
]
},
"type": "git",
"url": "https://github.com/lazka/libsass.git",
"branch": "meson"
}
]
},
{
"name": "sassc",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"--libdir=/app/lib"
],
"sources": [
{
"type": "git",
"url": "https://github.com/lazka/sassc.git",
"branch": "meson"
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dexamples=false",
"-Dtests=false"
],
"sources": [
{
"name" : "libadwaita",
"buildsystem" : "meson",
"config-opts" : [
"-Dexamples=false",
"-Dtests=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
"commit" : "12a10b320300ec32d480c29f26ae55c1d4b2a8b7"
}
]
},
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"commit": "12a10b320300ec32d480c29f26ae55c1d4b2a8b7"
}
]
},
{
"name": "flowtime",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"name" : "flowtime",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Diego-Ivan/Flowtime.git"
}
]
"type": "git",
"url": "https://github.com/Diego-Ivan/Flowtime.git"
}
]
]
}
]
}

0 comments on commit b350c9a

Please sign in to comment.