Add a desktop file for Ephoto.

SVN revision: 56991
This commit is contained in:
titan 2011-02-13 18:50:42 +00:00 committed by titan
parent 4f3ecf243d
commit 22b4efa48a
5 changed files with 18 additions and 1 deletions

View File

@ -152,6 +152,7 @@ AC_OUTPUT([
Makefile
ephoto.spec
data/Makefile
data/desktop/Makefile
data/themes/Makefile
data/themes/default/Makefile
data/themes/default/images/Makefile

View File

@ -1,2 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = themes
SUBDIRS = themes desktop

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

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

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=Ephoto
Comment=Enlightened Photo Viewer
Exec=ephoto
Icon=ephoto
Terminal=false
Type=Application
Categories=Application;Graphics;Photos;Images;Viewer;

BIN
data/desktop/ephoto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB