mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
qPDFView: fix supported filetypes
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user