Flatpak: Add appindicator plugin

Modules are copied from https://github.com/flathub/shared-modules
This commit is contained in:
André Apitzsch
2020-08-11 22:35:13 +02:00
parent 237ceb11d0
commit 2c83bd4725
9 changed files with 1202 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.gajim.Gajim.Plugin.appindicator</id>
<extends>org.gajim.Gajim</extends>
<name>Ayatana Appindicator integration plugin</name>
<summary>Integrate Gajim with the Ayatana AppIndicator</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>