Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gajim
gajim-plugins
Commits
236d2497
Commit
236d2497
authored
6 years ago
by
André
Browse files
Options
Downloads
Patches
Plain Diff
[openpgp] Add flatpak manifest and metainfo
parent
e3a93b49
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
+12
-0
12 additions, 0 deletions
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
+27
-0
27 additions, 0 deletions
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
with
39 additions
and
0 deletions
flatpak/org.gajim.Gajim.Plugin.openpgp.metainfo.xml
0 → 100644
+
12
−
0
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>
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
0 → 100644
+
27
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment