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

linux: Prepare for Flatpak #416

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .pkg/psst.desktop → .pkg/io.github.jpochyla.Psst.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Name=Psst
Terminal=false
Type=Application
Version=1.0
Icon=psst.png
Icon=io.github.jpochyla.Psst
28 changes: 28 additions & 0 deletions .pkg/io.github.jpochyla.Psst.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.jpochyla.Psst</id>
<url type="homepage">https://github.com/jpochyla/psst</url>

<name>Psst</name>
<summary>Fast Spotify client with native GUI, without Electron, built in Rust.</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>

<description>
<p>
Fast Spotify client with native GUI, without Electron, built in Rust. Very early in development, lacking in features, stability, and general user experience. It is being tested only on Mac so far, but aims for full Windows and Linux support. Contributions welcome!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "It is being tested only on Mac so far, but aims for full Windows and Linux support." sentence should be removed since Flatpak is only on Linux anyway.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is unlerated to flatpak, it is the app's metainfo.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's ok. We've since updated that sentence in the readme so it should be updated here anyways.

</p>
</description>

<launchable type="desktop-id">io.github.jpochyla.Psst.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/jpochyla/psst/master/psst-gui/assets/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.1.0" date="2023-05-13"/>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to update the date once it's released

</releases>
</component>