Skip to content

Commit

Permalink
Merge pull request #16 from soyersoyer/makefix
Browse files Browse the repository at this point in the history
Additional fixes for flatpak
  • Loading branch information
tsmetana authored Jan 29, 2024
2 parents c52bc9f + 6a7e600 commit 73497e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
desktopdir = $(datadir)/applications
desktop_DATA = pkg/io.github.tsmetana.mpk3-settings.desktop

metainfodir = $(datadir)/metainfo
metainfo_DATA = pkg/io.github.tsmetana.mpk3-settings.metainfo.xml

iconsdir = $(datadir)/icons/hicolor/scalable/apps
icons_DATA = pkg/io.github.tsmetana.mpk3-settings.svg

SUBDIRS = src

#docdir = ${prefix}/doc/exp
Expand Down
20 changes: 18 additions & 2 deletions pkg/io.github.tsmetana.mpk3-settings.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,30 @@
<control>keyboard</control>
<display_length compare="ge">large</display_length>
</supports>
<content_rating type="oars-1.0"/>
<content_rating type="oars-1.1"/>
<url type="homepage">https://github.com/tsmetana/mpk3-settings</url>
<url type="bugtracker">https://github.com/tsmetana/mpk3-settings/issues</url>
<screenshots>
<screenshot type="default">
<image>https://github.com/tsmetana/mpk3-settings/raw/master/pkg/gui_screen_1.png</image>
<image>https://github.com/tsmetana/mpk3-settings/raw/v0.1.0/pkg/gui_screen_1.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.1.1" date="2024-01-29">
<description>
<ul>
<li>Install icon, desktop file, metadata from makefile</li>
<li>Use GtkFileChooserNative for better flatpak integration</li>
<li>Use io.github.tsmetana.mpk3-settings as app id</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2024-01-25">
<description>
<ul>
<li>Initial release</li>
</ul>
</description>
</release>
</releases>
</component>

0 comments on commit 73497e2

Please sign in to comment.