mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
clazy: bump version.
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user