diff --git a/dev-util/lxqt_build_tools/lxqt_build_tools-0.5.0.recipe b/dev-util/lxqt_build_tools/lxqt_build_tools-0.6.0.recipe similarity index 81% rename from dev-util/lxqt_build_tools/lxqt_build_tools-0.5.0.recipe rename to dev-util/lxqt_build_tools/lxqt_build_tools-0.6.0.recipe index 0f914abbd..806a9273c 100644 --- a/dev-util/lxqt_build_tools/lxqt_build_tools-0.5.0.recipe +++ b/dev-util/lxqt_build_tools/lxqt_build_tools-0.6.0.recipe @@ -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 }