Add data directory with desktop file and icon

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-12-24 14:48:38 +00:00
parent 444ef1fbd2
commit bafe3bece0
4 changed files with 26 additions and 0 deletions

4
data/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = desktop

6
data/desktop/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
desktopdir = $(datadir)/applications
desktop_DATA = express.desktop
icondir = $(datadir)/icons
icon_DATA = express.png
EXTRA_DIST = express.desktop express.png

View File

@ -0,0 +1,16 @@
[Desktop Entry]
Encoding=UTF-8
Name=Emote
Comment=Emote IRC Application
Comment[eo]=Kliento de IRC Emote
Comment[es]=Cliente de IRC Emote
Comment[fr]=Client IRC Emote
Comment[gl]=Cliente de IRC Emote
Comment[it]=Client IRC Emote
Comment[pt]=Aplicação de IRC Emote
Exec=emote
Icon=emote
Terminal=false
Type=Application
Categories=Network;Application;
StartupWMClass=emote

BIN
data/desktop/express.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB