add empc .desktop and icon

This commit is contained in:
zmike 2014-04-28 10:07:58 -04:00
parent 892db1ad76
commit e6890d00d7
5 changed files with 30 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ylwrap
servicedir = @dbusservicedir@
service_DATA = org.empd.empc.service
include data/Makefile.mk
include data/themes/Makefile.mk
include src/bin/Makefile.mk
include src/modules/Makefile.mk

11
data/COPYING-ICON Normal file
View File

@ -0,0 +1,11 @@
this icon was created from both the official E logo and the official MPD logo.
E logo - Carsten "Rasterman" Haitzler
MPD logo - ??? (if you know who created it, please let me know)
I'm not licensing the icon other than to say that if you plan to
modify/reuse/redistribute it, you'll need to do so with a license that
gives credit to all of the authors and does not conflict with their
licenses, which you will have to figure out for yourself.

10
data/Makefile.mk Normal file
View File

@ -0,0 +1,10 @@
desktopdir = $(datadir)/applications
desktop_DATA = \
data/empc.desktop
icondir = $(datadir)/icons
icon_DATA = \
data/empc.png
EXTRA_DIST += $(desktop_DATA) $(icon_DATA)

8
data/empc.desktop Normal file
View File

@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Empc
Comment=EFL-powered MPD frontend
Exec=empc
Icon=empc
Categories=Enlightenment;AudioVideo;Audio;
StartupWMClass=empc

BIN
data/empc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB