Skip to content

Instantly share code, notes, and snippets.

@saivert
Created June 7, 2019 20:25
Show Gist options
  • Save saivert/6be65a39a6bc23a2c8fca2660034d67c to your computer and use it in GitHub Desktop.
Save saivert/6be65a39a6bc23a2c8fca2660034d67c to your computer and use it in GitHub Desktop.
{
"app-id": "com.hostfission.looking-glass",
"branch": "stable",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "looking-glass-client",
"finish-args": [
"--share=ipc",
"--device=dri",
"--socket=x11",
"--share=network",
"--device=all"
],
"modules": [
{
"name": "spice-protocol",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://www.spice-space.org/download/releases/spice-protocol/spice-protocol-0.14.0.tar.bz2",
"sha256": "b6a4aa1ca32668790b45a494bbd000e9d05797b391d5a5d4b91adf1118216eac"
}
]
},
{
"name": "glu",
"config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
"url": "https://mesa.freedesktop.org/archive/glu/glu-9.0.0.tar.bz2",
"sha256": "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12"
}
],
"cleanup": [ "/include", "/lib/*.a", "/lib/*.la", "/lib/pkgconfig" ]
},
{
"name": "looking-glass-client",
"buildsystem": "cmake",
"build-commands": [
"cp /usr/lib/x86_64-linux-gnu/libbfd*.so /app/lib/"
],
"subdir": "client",
"sources": [
{
"type": "archive",
"url": "https://looking-glass.hostfission.com/ci/host/source?id=18",
"sha256": "bdf8e20f6bf93710f59c3f0991e411e681460a091fd7737646e112c6daf98141",
"dest-filename": "LookingGlass-780bb248f7b8dd65b102ecd5010877f99bb8095e.zip"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment