mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libkmahjongg: bump version
This commit is contained in:
@@ -2,18 +2,18 @@ SUMMARY="Mahjongg library based on Qt/KDE Frameworks"
|
||||
DESCRIPTION="This directory contains the library used for loading and rendering of \
|
||||
Mahjongg tilesets and associated backgrounds, used by KMahjongg and KShisen."
|
||||
HOMEPAGE="https://invent.kde.org/games/libkmahjongg"
|
||||
COPYRIGHT="2010-2020 KDE Organisation"
|
||||
COPYRIGHT="2010-2021 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkmahjongg-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d8bd7cf2ac1cf3e5c2616849eaddc513c2a8f45c795ad53c75254e7cdcfa9282"
|
||||
CHECKSUM_SHA256="6b642c014e4c4d83823d30b3cdda5e22c9794878889e9731e4e24a62df3aaca4"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libkmahjongg$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5KMahjongglib$secondaryArchSuffix = 5.0.0 compat >= 5
|
||||
lib:libKF5KMahjongglib$secondaryArchSuffix = 5.1.0 compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -34,7 +34,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libkmahjongg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5KMahjongglib$secondaryArchSuffix = 5.0.0 compat >= 5
|
||||
devel:libKF5KMahjongglib$secondaryArchSuffix = 5.1.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libkmahjongg$secondaryArchSuffix == $portVersion base
|
||||
@@ -42,7 +42,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.77
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.86
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
devel:libKF5Completion$secondaryArchSuffix
|
||||
@@ -71,6 +71,7 @@ BUILD()
|
||||
cd build
|
||||
|
||||
cmake .. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
Reference in New Issue
Block a user