Skip to content

Commit

Permalink
#625: flatpak lint (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing authored Jan 1, 2025
1 parent 8e49691 commit 0b95385
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
5 changes: 3 additions & 2 deletions scripts/flatpak/io.github.iptux_src.iptux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ modules:
- name: iptux
buildsystem: meson
sources:
- type: dir
path: ../iptux
- type: git
url: https://github.com/iptux-src/iptux.git
commit: 7a32e3bd19b7c2a6dd8caa6ca42588c65a7c1deb
config-opts:
- --buildtype=release
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion share/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
install_subdir('iptux', install_dir: 'share')
install_subdir('icons', install_dir: 'share')
install_subdir('appdata', install_dir: 'share')
subdir('metainfo')
16 changes: 14 additions & 2 deletions share/metainfo/io.github.iptux_src.iptux.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

<name>iptux</name>
<summary>LAN communication software</summary>
<icon type="stock">iptux-icon</icon>
<icon type="stock">io.github.iptux_src.iptux</icon>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<content_rating type="oars-1.0" />

<developer id="io.github.iptux_src">
<name>The iptux team</name>
</developer>
<description>
<p>
iptux is an “IP Messenger” client. The features of iptux include:
Expand All @@ -27,6 +29,16 @@
xipmsg in Debian.
</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The Iptux main window.</caption>
<image type="source" width="316" height="514">https://raw.githubusercontent.com/wiki/iptux-src/iptux/screenshots/screenshot-main-1.png</image>
</screenshot>
<screenshot>
<caption>The Iptux chat window.</caption>
<image type="source" width="746" height="694">https://raw.githubusercontent.com/wiki/iptux-src/iptux/screenshots/screenshot-chat-1.png</image>
</screenshot>
</screenshots>

<provides>
<binary>iptux</binary>
Expand Down

0 comments on commit 0b95385

Please sign in to comment.