Skip to content
Snippets Groups Projects
Commit 236d2497 authored by André's avatar André
Browse files

[openpgp] Add flatpak manifest and metainfo

parent e3a93b49
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.gajim.Gajim.Plugin.openpgp</id>
<extends>org.gajim.Gajim.desktop</extends>
<name>OpenPGP Plugin</name>
<summary>Experimental OpenPGP XEP-0373 Implementation</summary>
<url type="homepage">https://gajim.org/</url>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<update_contact>gajim-devel_AT_gajim.org</update_contact>
</component>
id: org.gajim.Gajim.Plugin.openpgp
runtime: org.gajim.Gajim
sdk: org.gnome.Sdk//3.32
build-extension: true
separate-locales: false
appstream-compose: false
build-options:
env:
PYTHONPATH: /app/plugins/openpgp/lib/python3.7/site-packages/
modules:
- modules/python3-python-gnupg.yaml
- name: gajim-openpgp
buildsystem: simple
build-commands:
- 'cp -R -t ${FLATPAK_DEST} *'
post-install:
- install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.gajim.Gajim.Plugin.openpgp.metainfo.xml
- appstream-compose --basename=org.gajim.Gajim.Plugin.openpgp --prefix=${FLATPAK_DEST} --origin=flatpak org.gajim.Gajim.Plugin.openpgp
sources:
- type: archive
url: https://ftp.gajim.org/plugins_releases/openpgp_1.2.5.zip
sha256: 53b6b066047ec3d978a76756cb198e04dfe52489d9b1d6cecd11fea3129cde9b
- type: file
path: org.gajim.Gajim.Plugin.openpgp.metainfo.xml
sha256: bfe2a4b508b7682dba37d3187f7b111cb07163dad141c52dbb4b6d264ac66c8a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment