Created
July 19, 2018 04:53
-
-
Save cho2/b31d1b23f8bd2811f0ec5f7d6f5567b5 to your computer and use it in GitHub Desktop.
Build GNOME Recipes flatpak and running in ID locale (line 19)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "org.gnome.Recipes", | |
| "runtime": "org.gnome.Platform", | |
| "runtime-version": "master", | |
| "sdk": "org.gnome.Sdk", | |
| "command": "gnome-recipes", | |
| "tags": ["nightly"], | |
| "desktop-file-name-prefix": "(Nightly) ", | |
| "finish-args": [ | |
| "--share=ipc", | |
| "--share=network", | |
| "--socket=wayland", | |
| "--socket=x11", | |
| "--socket=pulseaudio", | |
| "--filesystem=xdg-run/dconf", | |
| "--filesystem=~/.config/dconf:ro", | |
| "--talk-name=ca.desrt.dconf", | |
| "--env=DCONF_USER_CONFIG_DIR=.config/dconf" | |
| "--env=LC_ALL=id_ID.utf8" | |
| ], | |
| "cleanup": [ | |
| "/include", | |
| "/lib/pkgconfig", | |
| "/share/pkgconfig", | |
| "/share/aclocal", | |
| "/man", | |
| "/share/man", | |
| "/share/gtk-doc", | |
| "/share/vala", | |
| "*.la", | |
| "*.a" | |
| ], | |
| "modules": [ | |
| { | |
| "name": "gspell", | |
| "sources": [ | |
| { | |
| "type": "git", | |
| "url": "git://git.gnome.org/gspell" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "gnome-autoar", | |
| "sources": [ | |
| { | |
| "type": "git", | |
| "url": "git://git.gnome.org/gnome-autoar" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "rest", | |
| "sources": [ | |
| { | |
| "type": "archive", | |
| "url": "https://download.gnome.org/sources/rest/0.7/rest-0.7.93.tar.xz", | |
| "sha256": "c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "gnome-online-accounts", | |
| "sources": [ | |
| { | |
| "type": "git", | |
| "url": "git://git.gnome.org/gnome-online-accounts" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "recipes", | |
| "buildsystem": "meson", | |
| "builddir": true, | |
| "sources": [ | |
| { | |
| "type": "git", | |
| "url": "git://git.gnome.org/recipes" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment