mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
qPDFView: rename binary
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user