mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
attica: bump version
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/attica/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9e4ed034a3dfd6d8c513e68df43e993694d4c4b42937c7f9b0e46bc4fe5a7e33"
|
||||
CHECKSUM_SHA256="fce763970494b0e7a4b14d633e6ac577c24df7e867376ae48a5e3d58d080beca"
|
||||
SOURCE_DIR="attica-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -35,15 +35,21 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= $portVersion
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
Reference in New Issue
Block a user