#29: added desktop entry and logo build Makefile

This commit is contained in:
Sumner Evans
2020-02-01 00:19:33 -07:00
parent 6382f5ed38
commit d7df59b450
2 changed files with 20 additions and 0 deletions

10
docs/logo/Makefile Normal file
View File

@@ -0,0 +1,10 @@
DIMENS=16 22 24 32 36 48 64 72 96 128 192 512 1024
PNGFILES=$(patsubst %,build/%.png,$(DIMENS))
all: $(PNGFILES)
builddir:
mkdir -p build
build/%.png: logo.svg | builddir
inkscape -z -e $@ -w $(*F) -h $(*F) $<

10
sublime-music.desktop Executable file
View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.1
Type=Application
Name=Sublime Music
GenericName=Music Player
Comment=Native Subsonic client for Linux
Exec=/usr/bin/sublime-music
Icon=sublime-music
Terminal=false
Categories=AudioVideo;Audio;Music;Network;