From 3294f7102500ef787ffd0314c95bfe59c0c9a6bf Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sat, 21 May 2005 11:46:37 +0000 Subject: Conditionally add dvi and djvu mime types to desktop file. Fix for 304658 --- (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 9eece2b..183e455 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,8 +15,8 @@ glade_DATA = \ evince-password.glade \ $(NULL) -DESKTOP_IN_FILES= evince.desktop.in -DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop) +DESKTOP_IN_FILES= evince.desktop.in.in +DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop) desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) diff --git a/data/evince.desktop.in b/data/evince.desktop.in.in index 2d9083c..4edf586 100644 --- a/data/evince.desktop.in +++ b/data/evince.desktop.in.in @@ -13,4 +13,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=evince X-GNOME-Bugzilla-Component=General Categories=GNOME;Application;Graphics;VectorGraphics;Viewer; -MimeType=application/pdf;application/postscript;application/x-gzpostscript +MimeType=@EVINCE_MIME_TYPES@ -- cgit v0.9.1