Flatpak build support (#112)

* Use XDG_CONFIG_HOME

* Migrate from config v0 to v1

* Start work on Flatpak packaging

* add Keywords, StartupNotify and improve the Comment

* Sync w/ upstream flatpak branch

* Fixes for egui transition

* More flatpak fixes

* Fix icon error

* add itch folder to permissions

* Fix main after rebase

Co-authored-by: casept <davids.paskevics@gmail.com>
Co-authored-by: jrt <git@jrtberlin.de>
This commit is contained in:
Philip Kristoffersen
2022-05-01 19:36:03 +02:00
committed by GitHub
co-authored by casept jrt
parent 81ddcb6959
commit 1350a89aaf
9 changed files with 4795 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Philip Kristoffersen 2022 <philipkristoffersen@gmail.com> -->
<component type="desktop-application">
<id>dk.philipk.BoilR</id>
<metadata_license>CC0</metadata_license>
<project_license>MIT/APACHE</project_license>
<name>BoilR</name>
<summary>Add non-steam games to your steam library</summary>
<description>
<p>This little tool will show games from other games platforms in your Steam library.
It uses the Steam 3rd party shortcuts feature and does not require you to set up anything.
The goal is that you do not have to leave your Steam library to launch games from other launchers/stores, so that you can find all the games that you have available.
Optionally you can set BoilR up to automatically download artwork from SteamGridDB.</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/PhilipK/BoilR/v.1.2.3/screenshot_1.png</image>
<caption>Main Window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/PhilipK/BoilR</url>
<!--
Open Age Rating Service
https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="0.9.19" date="2022-03-27">
<description>
<p>First Flatpak Release of BoilR</p>
</description>
</release>
</releases>
<developer_name>Philip Kristoffersen</developer_name>
<update_contact>philipkristoffersen@gmail.com</update_contact>
<launchable type="desktop-id">dk.philipk.BoilR.desktop</launchable>
</component>