[cheese/wip/exalm/flatpak: 7/8] flatpak: Add flatpak manifest
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/wip/exalm/flatpak: 7/8] flatpak: Add flatpak manifest
- Date: Tue, 1 Jan 2019 12:01:32 +0000 (UTC)
commit 41ec4b0d2437aa3da8c54ce802406ffca4dff250
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Thu Aug 30 20:49:24 2018 +0500
flatpak: Add flatpak manifest
org.gnome.Cheese.json | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
---
diff --git a/org.gnome.Cheese.json b/org.gnome.Cheese.json
new file mode 100644
index 00000000..087a88df
--- /dev/null
+++ b/org.gnome.Cheese.json
@@ -0,0 +1,81 @@
+{
+ "app-id" : "org.gnome.Cheese",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "branch" : "stable",
+ "command" : "cheese",
+ "tags" : [
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "finish-args" : [
+ /* X11 + XShm access */
+ "--share=ipc",
+ "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* PulseAudio access, needed to record videos */
+ "--socket=pulseaudio",
+ /* Needed to access camera */
+ "--device=all",
+ /* Needed for dconf to work */
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+ /* Needed to load and save photos */
+ "--filesystem=xdg-pictures",
+ /* Needed to load and save videos */
+ "--filesystem=xdg-videos"
+ ],
+ "build-options" : {
+ "cflags" : "-O2 -g",
+ "cxxflags" : "-O2 -g",
+ "env" : {
+ }
+ },
+ "cleanup" : [
+ "/include",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
+ "/share/aclocal",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "*.la",
+ "*.a"
+ ],
+ "modules" : [
+ {
+ "name" : "gnome-desktop",
+ "config-opts" : ["--disable-debug-tools", "--disable-udev"],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://download.gnome.org/sources/gnome-desktop/3.28/gnome-desktop-3.28.0.tar.xz",
+ "sha256" : "f1df71c39e32147f6d58f53a9c05b964b00b7c98fbca090419355437c72fd59d"
+ }
+ ]
+ },
+ {
+ "name" : "gnome-video-effects",
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://download.gnome.org/sources/gnome-video-effects/0.4/gnome-video-effects-0.4.3.tar.xz",
+ "sha256" : "5a7ee0f5ade4b7d921f1b99f3b97d7d7bb830f2fef0f1daee20a7a1867708219"
+ }
+ ]
+ },
+ {
+ "name" : "cheese",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/cheese.git"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]