diff --git a/data/Makefile.am b/data/Makefile.am index d690001..c0e1e3b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,3 @@ MAINTAINERCLEANFILES = Makefile.in Makefile -SUBDIRS = images +SUBDIRS = images other diff --git a/data/other/Makefile.am b/data/other/Makefile.am new file mode 100644 index 0000000..c9a573f --- /dev/null +++ b/data/other/Makefile.am @@ -0,0 +1,10 @@ +MAINTAINERCLEANFILES = \ +ephoto.desktop + +icondir = $(prefix)/share/pixmaps +icon_DATA = ephoto.png + +appdir = $(prefix)/share/applications +app_DATA = ephoto.desktop + +EXTRA_DIST = ephoto.png ephoto.desktop.in ephoto.desktop diff --git a/data/other/ephoto.desktop.in b/data/other/ephoto.desktop.in new file mode 100755 index 0000000..d63f9f7 --- /dev/null +++ b/data/other/ephoto.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Ephoto +Comment=An Enlightened Image Viewer +Comment[cs]=Prohlížeč obrázků napsaný v EWL +Exec=ephoto +Terminal=false +Type=Application +StartupNotify=true +MimeType=text/plain; +Icon=@prefix@/share/pixmaps/ephoto.png +Categories=Graphics; diff --git a/data/other/ephoto.png b/data/other/ephoto.png new file mode 100755 index 0000000..72478a0 Binary files /dev/null and b/data/other/ephoto.png differ