[evince] djvu: Remove image/vnd.djvu mime-type handling



commit 39bd98c5fb954e3b6723370b2f6b60ea43091db3
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 19 18:38:42 2017 +0200

    djvu: Remove image/vnd.djvu mime-type handling
    
    Now that shared-mime-info has included an image/vnd.djvu+multipage
    mime-type for more than a year.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754467

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4aa7930..205cac5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -792,7 +792,7 @@ AC_SUBST(DVI_MIME_TYPES)
 AC_SUBST(APPDATA_DVI_MIME_TYPES)
 AM_SUBST_NOTMAKE(APPDATA_DVI_MIME_TYPES)
 if test "x$enable_djvu" = "xyes"; then
-        
DJVU_MIME_TYPES="image/vnd.djvu;image/vnd.djvu+multipage;application/x-ext-djv;application/x-ext-djvu"
+        DJVU_MIME_TYPES="image/vnd.djvu+multipage;application/x-ext-djv;application/x-ext-djvu"
         APPDATA_DJVU_MIME_TYPES=$(echo "<mimetype>$DJVU_MIME_TYPES</mimetype>" | sed -e 's/;/<\/mimetype>\n  
  <mimetype>/g')
         if test -z "$EVINCE_MIME_TYPES"; then
            EVINCE_MIME_TYPES="${DJVU_MIME_TYPES}"


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