parent
4f3ecf243d
commit
22b4efa48a
5 changed files with 18 additions and 1 deletions
@ -1,2 +1,2 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in Makefile
|
||||
SUBDIRS = themes
|
||||
SUBDIRS = themes desktop
|
||||
|
@ -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
|
@ -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; |
After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in new issue