Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--data/.cvsignore1
-rw-r--r--data/Makefile.am8
-rw-r--r--data/evince.desktop.in16
4 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 513a96e..dddb44f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
+ * data/.cvsignore:
+ * data/Makefile.am:
+ * data/evince.desktop.in:
+
+ Add desktop file
+
+2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
+
* shell/ev-view.c: (ev_view_button_press_event),
(ev_view_motion_notify_event):
diff --git a/data/.cvsignore b/data/.cvsignore
index 282522d..80e5ad6 100644
--- a/data/.cvsignore
+++ b/data/.cvsignore
@@ -1,2 +1,3 @@
Makefile
Makefile.in
+evince.desktop
diff --git a/data/Makefile.am b/data/Makefile.am
index f1ca4b9..66f9bb2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+@INTLTOOL_DESKTOP_RULE@
+
NULL =
uidir = $(pkgdatadir)
@@ -15,6 +17,12 @@ stock_DATA = \
ev-stock-zoom-fit-width.png \
$(NULL)
+DESKTOP_IN_FILES= evince.desktop.in
+DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop)
+
+desktopdir = $(datadir)/applications
+desktop_DATA = $(DESKTOP_FILES)
+
EXTRA_DIST = \
$(stock_DATA) \
$(glade_DATA) \
diff --git a/data/evince.desktop.in b/data/evince.desktop.in
new file mode 100644
index 0000000..c469bde
--- /dev/null
+++ b/data/evince.desktop.in
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Evince Document Viewer
+_GenericName=Document Viewer
+_Comment=View multipage documents
+Exec=evince %F
+StartupNotify=true
+Terminal=false
+Type=Application
+Icon=postscript-viewer.png
+X-GNOME-DocPath=
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gpdf
+X-GNOME-Bugzilla-Component=General
+Categories=GNOME;Application;Graphics;VectorGraphics;Viewer;
+MimeType=application/pdf;application/postscript