[gnome-calculator] Add a flatpak manifest
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Add a flatpak manifest
- Date: Mon, 13 Mar 2017 21:36:02 +0000 (UTC)
commit 338947649f875ac9fa0fbe8f916ee4ee5956e019
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 28 14:41:33 2017 -0500
Add a flatpak manifest
This is copied over from the gnome-apps-nightly repository,
and will be used for the nightly builds in the future.
https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests
https://bugzilla.gnome.org/show_bug.cgi?id=779381
org.gnome.Calculator.json | 73 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json
new file mode 100644
index 0000000..6802ddd
--- /dev/null
+++ b/org.gnome.Calculator.json
@@ -0,0 +1,73 @@
+{
+ "app-id": "org.gnome.Calculator",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-calculator",
+ "tags": ["nightly"],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* Needs to talk to the network to get currency data */
+ "--share=network",
+ /* 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"
+ },
+ "cleanup": ["/include", "/lib/pkgconfig",
+ "/share/pkgconfig", "/share/aclocal",
+ "/man", "/share/man", "/share/gtk-doc",
+ "/share/vala", "*.la", "*.a",
+ "/bin/gcalccmd",
+ "/lib/girepository-1.0", "/share/info", "/share/gtksourceview-3.0",
+ "/share/doc", "/share/gir-1.0"
+ ],
+ "modules": [
+ {
+ "name": "mpfr",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://www.mpfr.org/mpfr-3.1.3/mpfr-3.1.3.tar.xz",
+ "sha256": "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
+ }
+ ]
+ },
+ {
+ "name": "mpc",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz",
+ "sha256": "b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488"
+ }
+ ]
+ },
+ {
+ "name": "gtksourceview",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gtksourceview",
+ "branch": "gnome-3-24"
+ }
+ ]
+ },
+ {
+ "name": "gnome-calculator",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-calculator"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]