qPDFView: fix supported filetypes

This commit is contained in:
Sergei Reznikov
2018-09-18 17:29:14 +03:00
parent d2342a43af
commit 5d2a4f4619
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ resource app_version {
resource app_signature "application/x-vnd.qpdfview";
resource file_types message {
"types" = "application",
"types" = "application/pdf",
"types" = "application/x-pdf",
"types" = "application/x-djvu",

View File

@@ -4,7 +4,7 @@ DjVuLibre, CUPS and Qt, licensed under GPL version 2 or later."
HOMEPAGE="https://launchpad.net/qpdfview/"
COPYRIGHT="Adam Reichold et al."
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
SOURCE_URI="$HOMEPAGE/trunk/0.4.17beta1/+download/qpdfview-0.4.17beta1.tar.gz"
CHECKSUM_SHA256="60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f"
SOURCE_DIR="qpdfview-0.4.17beta1"