#29: added desktop entry and logo build Makefile
This commit is contained in:
10
docs/logo/Makefile
Normal file
10
docs/logo/Makefile
Normal 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
10
sublime-music.desktop
Executable 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;
|
Reference in New Issue
Block a user