[gnome-photos/gnome-3-22] Add a flatpak manifest



commit f67e4d95408b741b541a0de237749b63d947a026
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 28 15:02:06 2017 -0500

    Add a flatpak manifest
    
    This is copied over from the gnome-3-22 branch of the
    gnome-apps-nightly repository, and will be used for the stable flatpak
    builds in the future.
    
    https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779380

 org.gnome.Photos.json |  247 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 247 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Photos.json b/org.gnome.Photos.json
new file mode 100644
index 0000000..eb2e6ab
--- /dev/null
+++ b/org.gnome.Photos.json
@@ -0,0 +1,247 @@
+{
+    "app-id": "org.gnome.Photos",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "3.22",
+    "branch": "stable",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-photos",
+    "tags": [],
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Access to users pictures */
+        "--filesystem=xdg-pictures", "--filesystem=xdg-download",
+        /* Needs to talk to the network: */
+        "--share=network",
+        /* Tracker access */
+        "--talk-name=org.freedesktop.Tracker1",
+        "--talk-name=org.freedesktop.Tracker1.Miner.Extract",
+        /* dleyna-renderer access */
+        "--talk-name=com.intel.dleyna-renderer",
+        /* SettingsDaemon for org.gnome.SettingsDaemon.Housekeeping:EmptyTrash method */
+        "--talk-name=org.gnome.SettingsDaemon",
+        /* 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"
+    ],
+    "build-options" : {
+        "cflags": "-O2 -g",
+        "cxxflags": "-O2 -g",
+        "env": {
+            "V": "1"
+        }
+    },
+    "cleanup": ["/include", "/lib/pkgconfig",
+                "/share/pkgconfig", "/share/aclocal",
+                "/man", "/share/man", "/share/gtk-doc",
+                "/share/vala",
+                "*.la", "*.a"
+               ],
+    "modules": [
+           {
+            "name": "babl",
+            "build-options" : {
+                "arch" : {
+                    "i386" : {
+                        "config-opts" : [
+                            "--build=i586-unknown-linux-gnu"
+                        ]
+                    },
+                   "arm" : {
+                        "config-opts" : [
+                            "--build=arm-unknown-linux-gnueabi"
+                       ]
+                   }
+                }
+            },
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnome.org/pub/gimp/babl/0.1/babl-0.1.24.tar.bz2";,
+                    "sha256": "472bf1acdde5bf076e6d86f3004eea4e9b007b1377ab305ebddec99994f29d0b"
+                }
+            ]
+        },
+        {
+            /* required by libgfbgraph */
+            /* we need rest-0.7 so we use a tarball for it */
+            "name": "librest",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/rest/0.8/rest-0.8.0.tar.xz";,
+                    "sha256": "e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647"
+                }
+            ]
+        },
+        {
+            /* required by libgfbgraph */
+            "name": "gnome-online-accounts",
+            "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://download.gnome.org/sources/gnome-online-accounts/3.22/gnome-online-accounts-3.22.4.tar.xz";,
+                    "sha256": "5415d6dd7babf1371f79ba4f6c031003c7d991aaaa784d58f42fd9b4792b09b9"
+                }
+            ]
+        },
+        {
+            "name": "libgfbgraph",
+            "cleanup": [ "/doc" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.3.tar.xz";,
+                    "sha256": "da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6"
+                }
+            ]
+        },
+        {
+            /* required by libgdata */
+            "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": "archive",
+                    "url": "https://download.gnome.org/sources/libgdata/0.17/libgdata-0.17.7.tar.xz";,
+                    "sha256": "8a663ef314a6d20b73c762072e0c1353fa7ec1ca3c2dee6fb85927cbda0d44fd"
+                }
+            ]
+        },
+        {
+            /* required for gegl:raw-load operation */
+            "name": "libraw",
+            "config-opts": [ "--disable-static", "--enable-shared" ],
+            "cleanup": [ "/bin", "/share/doc" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.libraw.org/data/LibRaw-0.18.1.tar.gz";,
+                    "sha256": "48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899"
+                }
+            ]
+        },
+        {
+            "name": "gegl",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.acc.umu.se/pub/gimp/gegl/0.3/gegl-0.3.14.tar.bz2";,
+                    "sha256": "09f5e2e6899697641d4660e3e274aed696f5bacc96ba389ac77674ee1156590a"
+                }
+            ]
+        },
+        {
+            /* required by gexiv2 */
+            "name": "exiv2",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.exiv2.org/exiv2-0.25.tar.gz";,
+                    "sha256": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4"
+                },
+                {
+                    "type": "patch",
+                    "path": "exiv2-no-builddir.patch"
+                },
+                {
+                    "type": "shell",
+                    "commands": [
+                        "cp -f /usr/share/gnu-config/config.sub ./config/",
+                        "cp -f /usr/share/gnu-config/config.guess ./config/"
+                    ]
+                }
+            ]
+        },
+        {
+            /* moved before gegl because it adds features */
+            /* use an archive because git master has a problem with --disable-introspection option */
+            "name": "gexiv2",
+            "config-opts": [ "--disable-introspection" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.4.tar.xz";,
+                    "sha256": "ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4"
+                }
+            ]
+        },
+        {
+            "name": "gnome-desktop",
+            "config-opts": ["--disable-debug-tools", "--disable-udev"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://download.gnome.org/sources/gnome-desktop/3.22/gnome-desktop-3.22.2.tar.xz";,
+                    "sha256": "51d7ebf7a6c359be14c3dd7a022213e931484653815eb10b0131bef4c8979e1c"
+                }
+            ]
+        },
+        {
+            "name": "grilo",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/grilo/0.3/grilo-0.3.3.tar.xz";,
+                    "sha256": "5c874222c7bdf42490cd56765a593c41407247706bb1f24a1bd5d007aa38a0e3"
+                }
+            ]
+        },
+        {
+            "name": "grilo-plugins",
+            "cleanup": [ "/include" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-0.3.4.tar.xz";,
+                    "sha256": "990282a518968c52f6a67b96c6b708e236a59da1c7c920ed45e6316ab49ddeb5"
+                }
+            ]
+        },
+        {
+            "name": "tracker",
+            "cleanup": [ "/bin", "/etc", "/libexec" ],
+            "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": "archive",
+                    "url": "https://download.gnome.org/sources/tracker/1.10/tracker-1.10.5.tar.xz";,
+                    "sha256": "3b8488f0e372054790f2fd4207227c5b15425bf1ab829d76928ac0b32de9c5b7"
+                }
+            ]
+        },
+        {
+            /* doesn't compile without --disable-Werror */
+            "name": "gnome-photos",
+            "config-opts": [ "--disable-documentation","--disable-Werror"],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/gnome-photos/3.22/gnome-photos-3.22.5.tar.xz";,
+                    "sha256": "99a64bc95690c67d24d6db64c0ba1cdc2c2e1acbb3f2fa783fddaafd4a015b64"
+                }
+            ]
+        }
+    ]
+}
+
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]