Skip to content

Commit

Permalink
add icon + updated appstream
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Jan 10, 2021
1 parent 8e7ab01 commit 27c0f45
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 3 deletions.
Binary file added data/appstream/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/appstream/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dev.alextren.Spot</id>
<url type="homepage">https://github.com/xou816/spot</url>
<name>Spot</name>
<summary>Spotify Client for the Gnome desktop</summary>
<launchable type="desktop-id">dev.alextren.Spot.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<content_rating type="oars-1.1" />
<description>
<p>
Spotify Client
Spotify Client for the Gnome desktop. <b>Requires a premium account.</b>
</p>
<p>Current features:</p>
<ul>
<li>playback control (play/pause, previous/next, seeking)</li>
<li>library browser (saved albums)</li>
<li>album search</li>
<li>artist view</li>
<li>credentials management with Secret Service</li>
</ul>
</description>
<screenshots>
<screenshot>
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/1.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.1" date="2021-01-11">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
</component>
5 changes: 3 additions & 2 deletions data/dev.alextren.Spot.desktop
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Desktop Entry]
Version=1.0
Name=Spot
Exec=spot
Icon=spotify
Icon=dev.alextren.Spot
Terminal=false
Type=Application
Categories=GTK;
Categories=GTK;GNOME;Music;AudioVideo;
StartupNotify=true
Binary file added data/hicolor/128x128/apps/dev.alextren.Spot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/hicolor/64x64/apps/dev.alextren.Spot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
236 changes: 236 additions & 0 deletions data/hicolor/scalable/apps/dev.alextren.Spot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ install_data('dev.alextren.Spot.desktop',
install_dir: join_paths(get_option('datadir'), 'applications')
)

install_subdir('hicolor',
install_dir: join_paths(get_option('datadir'), 'icons')
)

install_data('dev.alextren.Spot.appdata.xml',
install_dir: join_paths(get_option('datadir'), 'appdata')
)
Expand Down
2 changes: 2 additions & 0 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<property name="can-focus">False</property>
<property name="default-width">1000</property>
<property name="default-height">600</property>
<property name="destroy-with-parent">True</property>
<property name="icon-name">dev.alextren.Spot</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand Down

0 comments on commit 27c0f45

Please sign in to comment.