Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#625: flatpak lint #648

Merged
merged 12 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading