Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 4, 2021
1 parent 3a19c61 commit 0fefaef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
5 changes: 2 additions & 3 deletions data/meson.build
Expand Up @@ -42,10 +42,9 @@ endif

install_data(
'pm.mirko.Amusiz.svg',
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/scalable/apps')
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps')
)

install_data(
'pm.mirko.Amusiz-symbolic.svg',
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/scalable/apps')
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'symbolic', 'apps')
)
2 changes: 1 addition & 1 deletion data/pm.mirko.Amusiz.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=amusiz
Exec=amusiz
Icon=pm.mirko.Amusiz.svg
Icon=pm.mirko.Amusiz
Terminal=false
Type=Application
Categories=GTK;Music;Sound;
Expand Down
13 changes: 2 additions & 11 deletions snapcraft.yaml
Expand Up @@ -30,27 +30,19 @@ parts:
- desktop-file-utils
- gsettings-desktop-schemas-dev
- python3-pytoml
- libnotify-dev
- libgtk-3-dev
stage-packages:
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0
- gir1.2-webkit2-4.0
- libnotify4
- libnotify-dev
- libgtk-3-dev
- libwebkit2gtk-4.0-37
- libgstreamer1.0-0
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-plugins-bad
- gstreamer1.0-plugins-ugly
- gstreamer1.0-libav
- gstreamer1.0-tools
- gstreamer1.0-x
- gstreamer1.0-alsa
- gstreamer1.0-gl
- gstreamer1.0-gtk3
- gstreamer1.0-qt5
- gstreamer1.0-pulseaudio
organize:
snap/amusiz/current/usr: usr
Expand All @@ -73,7 +65,6 @@ apps:
- network-status
- audio-playback
- dbus
- home
slots:
- dbus-amusiz

Expand Down

0 comments on commit 0fefaef

Please sign in to comment.