khtml: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 13:21:18 +10:00
parent f4f580bc38
commit 327a154ee1

View File

@@ -1,14 +1,14 @@
SUMMARY="HTML rendering engine"
DESCRIPTION="KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support."
HOMEPAGE="https://github.com/KDE/khtml/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/khtml/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="
GNU GPL v3
GNU LGPL v2
"
REVISION="2"
SOURCE_URI="https://github.com/KDE/khtml/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="b30e20afd131c06db2bea5802b7fa1afc7122ad6fd3bf5e062d2e1be4aed6190"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/portingAids/khtml-${portVersion}.tar.xz"
CHECKSUM_SHA256="742a9965008d5205e92ece2a574b48f65452b17b8c4ce2176e0c25cc3be8cf60"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -124,7 +124,7 @@ BUILD_PREREQUIRES="
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:perl
cmd:python2
cmd:python3.10
"
PATCH()
@@ -141,7 +141,8 @@ BUILD()
-DCMAKE_BUILD_TYPE=Release \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DWITH_X11=OFF
make $jobArgs
}