qPDFView: add qpa flags

This commit is contained in:
Gerasim Troeglazov
2020-04-23 16:49:10 +10:00
parent 6c0109692d
commit 468583048f
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ resource app_version {
resource app_signature "application/x-vnd.qpdfview"; resource app_signature "application/x-vnd.qpdfview";
resource("QT:QPA_FLAGS") "Q_REF_TO_ARGV|Q_REF_TO_FORK";
resource file_types message { resource file_types message {
"types" = "application/pdf", "types" = "application/pdf",
"types" = "application/x-pdf", "types" = "application/x-pdf",

View File

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