mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
khtml: bump version
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user