mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
xpdf: fix refs handling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource app_version {
|
||||
major = @MAJOR@,
|
||||
@@ -15,8 +15,11 @@ resource app_version {
|
||||
|
||||
resource app_signature "@APP_SIGNATURE@";
|
||||
|
||||
resource("QT:QPA_FLAGS") "Q_REF_TO_ARGV|Q_REF_TO_FORK";
|
||||
|
||||
resource file_types message {
|
||||
"types" = "application/pdf"
|
||||
"types" = "application/pdf",
|
||||
"types" = "application/x-pdf"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
|
||||
@@ -5,7 +5,7 @@ open source."
|
||||
HOMEPAGE="https://www.xpdfreader.com/"
|
||||
COPYRIGHT="1996-2024 Glyph & Cog, LLC."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://dl.xpdfreader.com/xpdf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="92707ed5acb6584fbd73f34091fda91365654ded1f31ba72f0970022cf2a5cea"
|
||||
SOURCE_DIR="xpdf-$portVersion"
|
||||
@@ -68,6 +68,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DCMAKE_INSTALL_MANDIR=$manDir \
|
||||
-DSPLASH_CMYK=ON -L
|
||||
|
||||
Reference in New Issue
Block a user