[evince] Add desktop file for print preview



commit 25024d4473834f4ed21dfed619507553ce553c0c
Author: William Jon McCann <william jon mccann gmail com>
Date:   Fri Feb 22 15:32:45 2013 -0500

    Add desktop file for print preview
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694482

 configure.ac                        |    1 +
 data/Makefile.am                    |    2 +-
 data/evince-previewer.desktop.in.in |   17 +++++++++++++++++
 po/POTFILES.in                      |    1 +
 4 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 646c61f..d930cb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -743,6 +743,7 @@ cut-n-paste/gimpcellrenderertoggle/Makefile
 cut-n-paste/smclient/Makefile
 cut-n-paste/synctex/Makefile
 data/evince.desktop.in
+data/evince-previewer.desktop.in
 data/Makefile
 data/icons/Makefile
 data/icons/16x16/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 06061f6..05e2fb7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -23,7 +23,7 @@ ui_DATA =                             \
 
 @INTLTOOL_DESKTOP_RULE@
 
-DESKTOP_IN_FILES= evince.desktop.in.in
+DESKTOP_IN_FILES= evince.desktop.in.in evince-previewer.desktop.in.in
 DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop)
 
 desktopdir = $(datadir)/applications
diff --git a/data/evince-previewer.desktop.in.in b/data/evince-previewer.desktop.in.in
new file mode 100644
index 0000000..259797f
--- /dev/null
+++ b/data/evince-previewer.desktop.in.in
@@ -0,0 +1,17 @@
+[Desktop Entry]
+_Name=Print Preview
+_Comment=Preview before printing
+TryExec=evince-previewer
+Exec=evince-previewer %U
+StartupNotify=true
+Terminal=false
+Type=Application
+Icon=document-print-preview
+NoDisplay=true
+X-GNOME-DocPath=
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=evince
+X-GNOME-Bugzilla-Component=BugBuddyBugs
+X-GNOME-Bugzilla-Version= VERSION@
+Categories=GNOME;GTK;Office;Viewer;Graphics;2DGraphics;VectorGraphics;
+MimeType= EVINCE_MIME_TYPES@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5455485..87cc0c2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -17,6 +17,7 @@ backend/tiff/tiff-document.c
 cut-n-paste/smclient/eggdesktopfile.c
 cut-n-paste/smclient/eggsmclient.c
 data/evince.desktop.in.in
+data/evince-previewer.desktop.in.in
 data/org.gnome.Evince.gschema.xml.in
 libdocument/ev-attachment.c
 libdocument/ev-document-factory.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]