libkmahjongg: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 12:30:43 +10:00
parent c12b4f50e7
commit 6c6c8f3807

View File

@@ -2,11 +2,11 @@ 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-2021 KDE Organisation"
COPYRIGHT="2010-2022 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="6b642c014e4c4d83823d30b3cdda5e22c9794878889e9731e4e24a62df3aaca4"
CHECKSUM_SHA256="039344f0a490348649054d1777475c55fdb5924d737e1bd34bfc1722f4c4a03c"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -42,7 +42,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Codecs$secondaryArchSuffix
devel:libKF5Completion$secondaryArchSuffix
@@ -75,6 +75,7 @@ BUILD()
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}