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
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
b8548cbc
Verified
Commit
b8548cbc
authored
Nov 23, 2020
by
André
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flatpak: Fix dependencies of OpenPGP
parent
e9b8fb21
Pipeline
#6771
passed with stage
in 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
10 deletions
+39
-10
flatpak/modules/python3-python-gnupg.yaml
flatpak/modules/python3-python-gnupg.yaml
+0
-8
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
+31
-1
flatpak/org.gajim.Gajim.Plugin.pgp.yaml
flatpak/org.gajim.Gajim.Plugin.pgp.yaml
+8
-1
No files found.
flatpak/modules/python3-python-gnupg.yaml
deleted
100644 → 0
View file @
e9b8fb21
name
:
python3-python-gnupg
buildsystem
:
simple
build-commands
:
-
pip3 install python_gnupg-0.4.6-py2.py3-none-any.whl
sources
:
-
type
:
file
url
:
https://files.pythonhosted.org/packages/cb/85/8a1588a04172e0853352ecfe214264c65a62ab35374d9ad9c569cf94c2a3/python_gnupg-0.4.6-py2.py3-none-any.whl
sha256
:
cba3566e8a8fb7bb417d6897a6e17bfc7f9371052e57eb0057783c07d762a679
flatpak/org.gajim.Gajim.Plugin.openpgp.yaml
View file @
b8548cbc
...
...
@@ -9,7 +9,37 @@ build-options:
PIP_TARGET
:
/app/plugins/openpgp/site-packages
modules
:
-
modules/python3-python-gnupg.yaml
-
name
:
swig
cleanup
:
-
"
*"
build-options
:
prefix
:
${FLATPAK_DEST}
sources
:
-
type
:
archive
url
:
https://downloads.sourceforge.net/swig/swig-4.0.2.tar.gz
sha256
:
d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc
-
name
:
python3-gpgme
cleanup
:
-
/bin
-
/include
-
/lib
-
/share
build-options
:
config-opts
:
-
--enable-languages=python
env
:
SWIG_LIB
:
"
/app/plugins/openpgp/share/swig/4.0.2"
prepend-path
:
"
/app/plugins/openpgp/bin:"
prefix
:
${FLATPAK_DEST}
post-install
:
-
mv ${FLATPAK_DEST}/lib/python3.8/site-packages ${FLATPAK_DEST}/site-packages
sources
:
# used version should match runtime version of gpgme
# so we don't have to ship libs
-
type
:
archive
url
:
https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.14.0.tar.bz2
sha256
:
cef1f710a6b0d28f5b44242713ad373702d1466dcbe512eb4e754d7f35cd4307
-
name
:
gajim-openpgp
buildsystem
:
simple
...
...
flatpak/org.gajim.Gajim.Plugin.pgp.yaml
View file @
b8548cbc
...
...
@@ -10,7 +10,14 @@ build-options:
PIP_TARGET
:
/app/plugins/pgp/site-packages
modules
:
-
modules/python3-python-gnupg.yaml
-
name
:
python3-python-gnupg
buildsystem
:
simple
build-commands
:
-
pip3 install python_gnupg-0.4.6-py2.py3-none-any.whl
sources
:
-
type
:
file
url
:
https://files.pythonhosted.org/packages/cb/85/8a1588a04172e0853352ecfe214264c65a62ab35374d9ad9c569cf94c2a3/python_gnupg-0.4.6-py2.py3-none-any.whl
sha256
:
cba3566e8a8fb7bb417d6897a6e17bfc7f9371052e57eb0057783c07d762a679
-
name
:
gajim-pgp
buildsystem
:
simple
...
...
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