Package: nsxiv
Version: 31-1
Severity: minor
Tags: patch

Hi,

can you please upload the attached patch to sync the MIME types?

Thanks!

Jochen


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nsxiv depends on:
ii  libc6           2.37-11
ii  libexif12       0.6.24-1+b1
ii  libfontconfig1  2.14.2-6
ii  libimlib2       1.12.0-2
ii  libx11-6        2:1.8.6-1
ii  libxft2         2.3.6-1

nsxiv recommends no packages.

Versions of packages nsxiv suggests:
ii  imagemagick-6.q16 [imagemagick]  8:6.9.11.60+dfsg-1.6
pn  libjpeg-progs                    <none>
pn  rawtherapee                      <none>
ii  xclip                            0.13-2

-- no debconf information
>From 323c680387a91825c6da4ecbb3faded623820c77 Mon Sep 17 00:00:00 2001
From: Jochen Sprickerhof <g...@jochen.sprickerhof.de>
Date: Fri, 29 Sep 2023 18:01:21 +0200
Subject: [PATCH] debian/nsxiv.mime: sync supported MIME types with
 nsxiv.desktop

---
 debian/nsxiv.mime | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/nsxiv.mime b/debian/nsxiv.mime
index 21e35a3..f43c959 100644
--- a/debian/nsxiv.mime
+++ b/debian/nsxiv.mime
@@ -1,10 +1,18 @@
+image/avif; nsxiv %s; test=test -n "$DISPLAY"
 image/bmp; nsxiv %s; test=test -n "$DISPLAY"
 image/gif; nsxiv %s; test=test -n "$DISPLAY"
+image/heic; nsxiv %s; test=test -n "$DISPLAY"
+image/heif; nsxiv %s; test=test -n "$DISPLAY"
+image/jp2; nsxiv %s; test=test -n "$DISPLAY"
 image/jpeg; nsxiv %s; test=test -n "$DISPLAY"
 image/jpg; nsxiv %s; test=test -n "$DISPLAY"
+image/jxl; nsxiv %s; test=test -n "$DISPLAY"
+image/postscript; nsxiv %s; test=test -n "$DISPLAY"
 image/png; nsxiv %s; test=test -n "$DISPLAY"
+image/svg+xml; nsxiv %s; test=test -n "$DISPLAY"
 image/tiff; nsxiv %s; test=test -n "$DISPLAY"
 image/webp; nsxiv %s; test=test -n "$DISPLAY"
+image/x-bmp; nsxiv %s; test=test -n "$DISPLAY"
 image/x-portable-anymap; nsxiv %s; test=test -n "$DISPLAY"
 image/x-portable-bitmap; nsxiv %s; test=test -n "$DISPLAY"
 image/x-portable-graymap; nsxiv %s; test=test -n "$DISPLAY"
-- 
2.42.0

Reply via email to