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
a50dbe5f
Commit
a50dbe5f
authored
5 years ago
by
André
Browse files
Options
Downloads
Patches
Plain Diff
[syntax_highlight] Add flatpak manifest and metainfo
parent
e3d75d84
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.syntax_highlight.metainfo.xml
+12
-0
12 additions, 0 deletions
flatpak/org.gajim.Gajim.Plugin.syntax_highlight.metainfo.xml
flatpak/org.gajim.Gajim.Plugin.syntax_highlight.yaml
+36
-0
36 additions, 0 deletions
flatpak/org.gajim.Gajim.Plugin.syntax_highlight.yaml
with
48 additions
and
0 deletions
flatpak/org.gajim.Gajim.Plugin.syntax_highlight.metainfo.xml
0 → 100644
+
12
−
0
View file @
a50dbe5f
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
"addon"
>
<id>
org.gajim.Gajim.Plugin.syntax_highlight
</id>
<extends>
org.gajim.Gajim.desktop
</extends>
<name>
Source Code Syntax Highlight Plugin
</name>
<summary>
Source code syntax highlighting in the chat window
</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.syntax_highlight.yaml
0 → 100644
+
36
−
0
View file @
a50dbe5f
id
:
org.gajim.Gajim.Plugin.syntax_highlight
runtime
:
org.gajim.Gajim
sdk
:
org.gnome.Sdk//3.34
build-extension
:
true
separate-locales
:
false
appstream-compose
:
false
build-options
:
env
:
PYTHONPATH
:
/app/plugins/syntax_highlight/lib/python3.7/site-packages/
modules
:
-
name
:
python3-pygments
buildsystem
:
simple
build-commands
:
-
install -d ${FLATPAK_DEST}/lib/python3.7/site-packages/
-
pip3 install --prefix=${FLATPAK_DEST} --ignore-installed Pygments-2.5.2-py2.py3-none-any.whl
sources
:
-
type
:
file
url
:
https://files.pythonhosted.org/packages/be/39/32da3184734730c0e4d3fa3b2b5872104668ad6dc1b5a73d8e477e5fe967/Pygments-2.5.2-py2.py3-none-any.whl
sha256
:
2a3fe295e54a20164a9df49c75fa58526d3be48e14aceba6d6b1e8ac0bfd6f1b
-
name
:
gajim-syntax_highlight
buildsystem
:
simple
build-commands
:
-
'
cp
-R
-t
${FLATPAK_DEST}
*'
post-install
:
-
install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.gajim.Gajim.Plugin.syntax_highlight.metainfo.xml
-
appstream-compose --basename=org.gajim.Gajim.Plugin.syntax_highlight --prefix=${FLATPAK_DEST} --origin=flatpak org.gajim.Gajim.Plugin.syntax_highlight
sources
:
-
type
:
archive
url
:
https://ftp.gajim.org/plugins_releases/syntax_highlight_1.2.5.zip
sha256
:
cae16ea749ac3a12341591078c1eb4b6fc6e7dc8123c0964a77adba8285d68dc
-
type
:
file
path
:
org.gajim.Gajim.Plugin.syntax_highlight.metainfo.xml
sha256
:
8428357b9e51c0eba5d5749a134f4390d4933909f8afe5afaf5bbc958e96d552
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