From 262fd0f218bf02ee36a67929b99c4a876f319bcc Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 13 Oct 2019 20:22:54 +0200 Subject: [PATCH] clazy: bump version. --- .../clazy/{clazy-1.4.recipe => clazy-1.6.recipe} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename dev-util/clazy/{clazy-1.4.recipe => clazy-1.6.recipe} (75%) diff --git a/dev-util/clazy/clazy-1.4.recipe b/dev-util/clazy/clazy-1.6.recipe similarity index 75% rename from dev-util/clazy/clazy-1.4.recipe rename to dev-util/clazy/clazy-1.6.recipe index 88aa6b8b9..83aad7e63 100644 --- a/dev-util/clazy/clazy-1.4.recipe +++ b/dev-util/clazy/clazy-1.6.recipe @@ -4,11 +4,11 @@ semantics. You get more than 50 Qt related compiler warnings, ranging from \ unneeded memory allocations to misusage of API, including fix-its for \ automatic refactoring." HOMEPAGE="https://www.kdab.com" -COPYRIGHT="2016-2018 Sérgio Martins" +COPYRIGHT="2016-2019 Sérgio Martins" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://download.kde.org/stable/clazy/1.4/src/clazy-1.4.tar.xz" -CHECKSUM_SHA256="3f5d5e148c9e9c4e43f095796261794da5385578d2375b12c9179d340d6d5a8a" +SOURCE_URI="https://download.kde.org/stable/clazy/$portVersion/src/clazy-$portVersion.tar.xz" +CHECKSUM_SHA256="806d1befaddba82316f4ea34f1cba38bcc7545d0981007e3527c1ff1576dd0de" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -21,15 +21,15 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libLLVM_7$secondaryArchSuffix + lib:libLLVM_9$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libLLVM_7$secondaryArchSuffix + devel:libLLVM_9$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:clang_7 + cmd:clang_9 cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make @@ -51,6 +51,8 @@ INSTALL() { cd build make install + + rm -rf $prefix/share } TEST()