update flatpak manifestos

ft.librem5
Manuel Genoves 2019-10-30 01:29:02 +01:00
parent 11bc9fc086
commit 731f9cb470
3 changed files with 30 additions and 49 deletions

View File

@ -10,11 +10,8 @@
"--share=ipc", "--share=ipc",
"--share=network", "--share=network",
"--filesystem=host", "--filesystem=host",
"--env=IN_FLATPAK=1", "--env=PATH=/app/bin:/usr/bin:/app/extensions/TexLive/2019/bin/x86_64-linux/",
"--filesystem=xdg-run/dconf", "--metadata=X-DConf=migrate-path=/de/wolfvollprecht/UberWriter/"
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
], ],
"add-extensions": { "add-extensions": {
"de.wolfvollprecht.UberWriter.Plugin": { "de.wolfvollprecht.UberWriter.Plugin": {
@ -26,49 +23,34 @@
} }
}, },
"modules": [{ "modules": [{
"name":"enchant", "name":"gspell",
"config-opts":[ "sources":[{
"--disable-static", "type":"archive",
"--with-myspell-dir=/usr/share/hunspell" "url":"https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz",
], "sha256":"819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5"
"cleanup":[ }]
"/bin"
],
"sources":[{
"type":"archive",
"url":"https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz",
"sha256":"bef0d9c0fef2e4e8746956b68e4d6c6641f6b85bd2908d91731efb68eba9e3f5"
}]
}, },
{ {
"name":"gspell", "name": "pandoc",
"sources":[{ "only-arches": [
"type":"archive", "x86_64"
"url":"https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz", ],
"sha256":"819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5" "buildsystem": "simple",
}] "build-commands": [
}, "cp bin/pandoc /app/bin/pandoc",
{ "cp bin/pandoc-citeproc /app/bin/pandoc-citeproc"
"name": "pandoc", ],
"only-arches": [ "sources": [{
"x86_64" "type": "archive",
], "url": "https://github.com/jgm/pandoc/releases/download/2.2/pandoc-2.2-linux.tar.gz",
"buildsystem": "simple", "sha256": "06ecd882e42ef9b7390b1c82e1e71b3ea48679181289b9b810a8797825bed8ed"
"build-commands": [ }]
"cp bin/pandoc /app/bin/pandoc",
"cp bin/pandoc-citeproc /app/bin/pandoc-citeproc"
],
"sources": [{
"type": "archive",
"url": "https://github.com/jgm/pandoc/releases/download/2.2/pandoc-2.2-linux.tar.gz",
"sha256": "06ecd882e42ef9b7390b1c82e1e71b3ea48679181289b9b810a8797825bed8ed"
}]
}, },
{ {
"name": "pipdeps", "name": "pipdeps",
"buildsystem": "simple", "buildsystem": "simple",
"build-commands": [ "build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} pyenchant regex pypandoc" "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} regex pypandoc"
], ],
"sources": [{ "sources": [{
"type": "file", "type": "file",
@ -113,9 +95,8 @@
"name": "uberwriter", "name": "uberwriter",
"buildsystem": "meson", "buildsystem": "meson",
"sources": [{ "sources": [{
"type" : "git", "type" : "dir",
"url" : "../../", "path" : "../../"
"branch" : "bilelmoussaoui-meson"
}], }],
"post-install": [ "post-install": [
"install -d /app/extensions" "install -d /app/extensions"

View File

@ -2,7 +2,7 @@
"id": "de.wolfvollprecht.UberWriter.Plugin.TexLive", "id": "de.wolfvollprecht.UberWriter.Plugin.TexLive",
"runtime": "de.wolfvollprecht.UberWriter", "runtime": "de.wolfvollprecht.UberWriter",
"branch": "stable", "branch": "stable",
"sdk": "org.gnome.Sdk//3.32", "sdk": "org.gnome.Sdk//3.34",
"build-extension": true, "build-extension": true,
"separate-locales": false, "separate-locales": false,
"appstream-compose": false, "appstream-compose": false,
@ -13,7 +13,7 @@
"cflags": "-O2 -g", "cflags": "-O2 -g",
"cxxflags": "-O2 -g", "cxxflags": "-O2 -g",
"env": { "env": {
"PATH": "/app/extensions/TexLive/bin:/app/extensions/TexLive/2018/bin/x86_64-linux:/app/bin:/usr/bin" "PATH": "/app/extensions/TexLive/bin:/app/extensions/TexLive/2019/bin/x86_64-linux:/app/bin:/usr/bin"
} }
}, },
"cleanup": ["/bin/wget"], "cleanup": ["/bin/wget"],

View File

@ -2,7 +2,7 @@
"id": "de.wolfvollprecht.UberWriter.Plugin.TexLive", "id": "de.wolfvollprecht.UberWriter.Plugin.TexLive",
"runtime": "de.wolfvollprecht.UberWriter", "runtime": "de.wolfvollprecht.UberWriter",
"branch": "stable", "branch": "stable",
"sdk": "org.gnome.Sdk//3.32", "sdk": "org.gnome.Sdk//3.34",
"build-extension": true, "build-extension": true,
"separate-locales": false, "separate-locales": false,
"appstream-compose": false, "appstream-compose": false,
@ -13,7 +13,7 @@
"cflags": "-O2 -g", "cflags": "-O2 -g",
"cxxflags": "-O2 -g", "cxxflags": "-O2 -g",
"env": { "env": {
"PATH": "/app/extensions/TexLive/bin:/app/extensions/TexLive/2018/bin/x86_64-linux:/app/bin:/usr/bin" "PATH": "/app/extensions/TexLive/bin:/app/extensions/TexLive/2019/bin/x86_64-linux:/app/bin:/usr/bin"
} }
}, },
"cleanup": ["/bin/wget"], "cleanup": ["/bin/wget"],
@ -55,7 +55,7 @@
{ {
"type":"file", "type":"file",
"url": "http://mirrors.ctan.org/systems/texlive/Images/texlive.iso", "url": "http://mirrors.ctan.org/systems/texlive/Images/texlive.iso",
"sha512": "7b7f0dd0eab3bfffe52c5cd1139c7f75d029b9ff4c4ce0e57e06834705522f4ec0c02cd99a80b053c6619abda51c20a60f8e91e91781bdc2b9b60fc2e5708adb" "sha512": "a00a943ce4438fe2aecf8b1e05f9055135ef03c56b6782a49205bac9023d77c781f3cab50f2f9555ac116bb0d97d6570afffe7c60b8745325b9941f82af7ef83 "
}, },
{ {
"type": "file", "type": "file",