qPDFView: rename binary

This commit is contained in:
Sergei Reznikov
2018-06-20 19:14:27 +03:00
parent 379a7881a9
commit 4c8b6ff54d

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="5"
REVISION="6"
SOURCE_URI="$HOMEPAGE/trunk/0.4.17beta1/+download/qpdfview-0.4.17beta1.tar.gz"
CHECKSUM_SHA256="60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f"
SOURCE_DIR="qpdfview-0.4.17beta1"
@@ -80,6 +80,7 @@ INSTALL()
cd haiku_build
make install
mv $appsDir/qPDFView/qpdfview $appsDir/qPDFView/qPDFView
# Icon
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
@@ -92,7 +93,7 @@ INSTALL()
$portDir/additional-files/qpdfview.rdef.in > qpdfview.rdef
addResourcesToBinaries qpdfview.rdef \
$appsDir/qPDFView/qpdfview
$appsDir/qPDFView/qPDFView
addAppDeskbarSymlink $appsDir/qPDFView/qpdfview qPDFView
addAppDeskbarSymlink $appsDir/qPDFView/qPDFView
}