[gnome-music/wip/gbsneto/flatpak: 4/4] flatpak: Add org.gnome.Music flatpak manifest
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/gbsneto/flatpak: 4/4] flatpak: Add org.gnome.Music flatpak manifest
- Date: Fri, 2 Dec 2016 00:59:45 +0000 (UTC)
commit 82bbef37ff01ce44cefcdebaa222052e19555df0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Dec 1 22:58:34 2016 -0200
flatpak: Add org.gnome.Music flatpak manifest
org.gnome.Music.json | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 189 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
new file mode 100644
index 0000000..cc3cc1f
--- /dev/null
+++ b/org.gnome.Music.json
@@ -0,0 +1,189 @@
+{
+ "app-id": "org.gnome.Music",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-music",
+ "tags": ["nightly"],
+ "desktop-file-name": "gnome-music.desktop",
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* PulseAudio access */
+ "--device=dri", "--socket=pulseaudio",
+ /* Tracker access */
+ "--talk-name=org.freedesktop.Tracker1",
+ /* 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 get the games info from The Games DB */
+ "--share=network",
+ /* Needed to find the ROMs */
+ "--filesystem=home:ro"
+ ],
+ "build-options" : {
+ "cflags": "-O2 -g",
+ "cxxflags": "-O2 -g"
+ },
+ "cleanup": ["/include", "/lib/pkgconfig",
+ "/share/pkgconfig", "/share/aclocal",
+ "/man", "/share/man", "/share/gtk-doc",
+ "*.gresource", "*.a",
+ "/lib/girepository-1.0",
+ "/share/dbus-1", "/share/doc", "/share/gir-1.0"
+ ],
+ "modules": [
+ "org.lua.modules.json",
+ {
+ "name": "tracker",
+ "config-opts": [ "--disable-miner-apps", "--disable-static",
+ "--disable-tracker-extract", "--disable-tracker-needle",
+ "--disable-tracker-preferences", "--disable-artwork",
+ "--disable-tracker-writeback", "--disable-miner-user-guides"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/tracker"
+ }
+ ]
+ },
+ {
+ "name": "gmime",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gmime"
+ }
+ ],
+ "cleanup": [ "/include", "/share/vala" ]
+ },
+ {
+ "name": "totem-pl-parser",
+ "config-opts": [ "--disable-static" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/totem-pl-parser"
+ }
+ ],
+ "cleanup": [ "/include" ]
+ },
+ {
+ "name": "grilo",
+ "config-opts": [ "--enable-grl-net", "--enable-grl-pls", "--disable-static" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/grilo"
+ }
+ ],
+ "cleanup": [ "/include", "/bin" ]
+ },
+ {
+ "name": "gnome-online-accounts",
+ "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-online-accounts"
+ }
+ ]
+ },
+ {
+ "name": "liboauth",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz",
+ "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
+ }
+ ]
+ },
+ {
+ "name": "libgdata",
+ "config-opts": [ "--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/libgdata"
+ }
+ ]
+ },
+ {
+ "name": "gom",
+ "config-opts": [ "--disable-python" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gom"
+ }
+ ]
+ },
+ {
+ "name": "avahi",
+ "cleanup": [ "/bin" ],
+ "config-opts": [
+ "--with-distro=none",
+ "--enable-gobject",
+ "--with-xml=expat",
+ "--disable-libdaemon",
+ "--disable-core-docs",
+ "--disable-manpages",
+ "--disable-mono",
+ "--disable-qt3",
+ "--disable-qt4",
+ "--disable-python",
+ "--disable-gtk",
+ "--disable-gtk3"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://avahi.org/download/avahi-0.6.31.tar.gz",
+ "sha256": "8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48"
+ },
+ {
+ "type": "shell",
+ "commands": [
+ "cp -f /usr/share/gnu-config/config.sub .",
+ "cp -f /usr/share/gnu-config/config.guess ."
+ ]
+ }
+ ]
+ },
+ {
+ "name": "libmediaart",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/libmediaart"
+ }
+ ]
+ },
+ /* XXX Remove the Lua sources we won't use */
+ {
+ "name": "grilo-plugins",
+ "config-opts": [ "--enable-goa", "--enable-filesystem", "--enable-optical-media",
"--enable-youtube", "--enable-bookmarks", "--enable-lua-factory", "--enable-metadata-store",
"--enable-vimeo", "--enable-tracker", "--enable-localmetadata", "--enable-dleyna", "--enable-thetvdb",
"--enable-tmdb", "--enable-freebox", "--enable-opensubtitles" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/grilo-plugins"
+ }
+ ],
+ "cleanup": [ "/include" ]
+ },
+ {
+ "name": "gnome-music",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-music"
+ }
+ ]
+ }
+ ]
+}
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]