mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lxqt_build_tools: bump version
This commit is contained in:
@@ -10,11 +10,11 @@ repository was providing a subset of the tools which are now \
|
||||
summarized here. So the use of this repository will reduce \
|
||||
superfluous and bloated dependencies."
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
COPYRIGHT="2017-2018, LXQt and Razor teams"
|
||||
COPYRIGHT="2017-2019, LXQt and Razor teams"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://downloads.lxqt.org/downloads/lxqt-build-tools/$portVersion/lxqt-build-tools-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a66d080d4cf075007fcdd9eab1689559728418dd8f85f7e8e79679738de8658d"
|
||||
SOURCE_URI="https://github.com/lxqt/lxqt-build-tools/releases/download/$portVersion/lxqt-build-tools-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2488f1105ba8008996b4f6a0df5c556c657c733a47a422ea3f2e59115c051758"
|
||||
SOURCE_DIR="lxqt-build-tools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
@@ -22,6 +22,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
lxqt_build_tools$secondaryArchSuffix = $portVersion
|
||||
cmd:lxqt_transupdate$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -56,7 +57,9 @@ BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake .. -DCMAKE_INSTALL_DATAROOTDIR=$libDir
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$libDir \
|
||||
-DCMAKE_INSTALL_BINDIR=$binDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user