mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kirigami: bump version
This commit is contained in:
@@ -6,11 +6,12 @@ user interfaces for different form-factors are supported and recommended for opt
|
||||
experience). It extends the touch-friendly Qt Quick Controls 2 with larger application \
|
||||
building blocks, following the design philosophy laid out in the KDE Human Interface Guidelines."
|
||||
HOMEPAGE="https://techbase.kde.org/Kirigami"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/kirigami/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3241ed055bee1dd06d2f58c076795271e83ae7415c60e8af5e99242e51fe8c2f"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kirigami2-${portVersion}.tar.xz"
|
||||
SOURCE_DIR="kirigami2-${portVersion}"
|
||||
CHECKSUM_SHA256="15e242fa05869c33ef4b1ecd02b09feecd050902079f24762ebe03a210c0a2b9"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,6 +22,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgomp$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -40,7 +42,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -60,6 +62,7 @@ BUILD()
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DDESKTOP_ENABLED=OFF \
|
||||
-DBUILD_EXAMPLES=OFF \
|
||||
-DDISABLE_DBUS=ON
|
||||
|
||||
Reference in New Issue
Block a user