mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
kdewebkit: bump version
This commit is contained in:
@@ -5,15 +5,16 @@ this layer instead of using the QtWebKit classes directly.
|
||||
|
||||
In particular, you should use KWebView in place of QWebView, KGraphicsWebView \
|
||||
in place of QGraphicsWebView and KWebPage in place of QWebPage."
|
||||
HOMEPAGE="https://github.com/KDE/kdewebkit/"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
HOMEPAGE="https://invent.kde.org/frameworks/kdewebkit"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
GNU LGPL v2
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/kdewebkit/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9179eeba960fe0990c0256c3d12f08e4881bdebc3a6f048d1756c2bceef2758d"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/portingAids/kdewebkit-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="30e0749b19208956560d7c7721ddd876be50fabf779546b2119d876fa9673c0d"
|
||||
PATCHES="kdewebkit-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -116,7 +117,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
cmd:perl
|
||||
cmd:python2
|
||||
cmd:python3.10
|
||||
"
|
||||
|
||||
PATCH()
|
||||
20
kde-frameworks/kdewebkit/patches/kdewebkit-5.115.0.patchset
Normal file
20
kde-frameworks/kdewebkit/patches/kdewebkit-5.115.0.patchset
Normal file
@@ -0,0 +1,20 @@
|
||||
From aff9d93b4ed725d416722d42634cf8d34fd2f107 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 28 Feb 2024 21:17:04 +1000
|
||||
Subject: Fix build
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 4b0fd10..0793a27 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -76,5 +76,4 @@ install(FILES
|
||||
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KDEWebKit COMPONENT Devel
|
||||
)
|
||||
|
||||
-include(ECMFeatureSummary)
|
||||
-ecm_feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
--
|
||||
2.43.2
|
||||
|
||||
Reference in New Issue
Block a user