enventor - added desktop/icon

This commit is contained in:
ChunEon Park 2013-10-07 23:07:19 +09:00
parent 23bbac8eb9
commit a5ddf83fe4
6 changed files with 25 additions and 1 deletions

View File

@ -90,6 +90,8 @@ src/Makefile
src/include/Makefile
src/bin/Makefile
data/Makefile
data/desktop/Makefile
data/icon/Makefile
data/images/Makefile
data/themes/Makefile
data/themes/default/Makefile

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images themes .proto
SUBDIRS = images themes .proto desktop icon

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

@ -0,0 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/applications
files_DATA = \
enventor.desktop
EXTRA_DIST = $(files_DATA)

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Enventor
Comment=Enlightenment EDC Editor
Icon=enventor
Exec=enventor
Terminal=false
#MimeType=text/edc
Categories=Utility;EdcEditor;

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

@ -0,0 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/icons
files_DATA = \
enventor.png
EXTRA_DIST = $(files_DATA)

BIN
data/icon/enventor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB