Skip to content

Instantly share code, notes, and snippets.

@eyelash
Created January 31, 2018 14:53
Show Gist options
  • Save eyelash/efaa77186d3c2860945d0597ae3f9dc6 to your computer and use it in GitHub Desktop.
Save eyelash/efaa77186d3c2860945d0597ae3f9dc6 to your computer and use it in GitHub Desktop.
{
"app-id": "com.github.alecaddd.akira",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"sdk": "org.gnome.Sdk",
"command": "com.github.alecaddd.akira",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--filesystem=home"
],
"modules": [
{
"name": "libgee",
"sources": [
{
"type": "git",
"url": "https://git.gnome.org/browse/libgee"
}
]
},
{
"name": "granite",
"sources": [
{
"type": "git",
"url": "https://github.com/elementary/granite"
}
],
"buildsystem": "cmake"
},
{
"name": "gtksourceview",
"sources": [
{
"type": "git",
"url": "https://git.gnome.org/browse/gtksourceview",
"branch": "gnome-3-24"
}
]
},
{
"name": "akira",
"sources": [
{
"type": "git",
"url": "https://github.com/alecaddd/akira",
"branch": "headerbar"
}
],
"buildsystem": "cmake"
}
],
"build-options": {
"env": {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment