Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yuki
gajim-plugins
Commits
236d2497
Commit
236d2497
authored
Mar 21, 2019
by
André
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openpgp] Add flatpak manifest and metainfo
parent
e3a93b49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
+12
-0
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
+27
-0
No files found.
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
0 → 100644
View file @
236d2497
<?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>
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
0 → 100644
View file @
236d2497
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment