[packages/kf5-kdewebkit] - updated to 5.115.0 - I have not found ecm_feature_summary in kf5-extra-cmake-modules

witekfl witekfl at pld-linux.org
Thu Mar 14 17:34:55 CET 2024


commit 831a6eb893dcfa041b4f3b937f6391d000cc013a
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Mar 14 16:50:12 2024 +0100

    - updated to 5.115.0
    - I have not found ecm_feature_summary in kf5-extra-cmake-modules

 kf5-kdewebkit.spec           | 8 +++++---
 no_ecm_feature_summary.patch | 9 +++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdewebkit.spec b/kf5-kdewebkit.spec
index 54e9853..263f548 100644
--- a/kf5-kdewebkit.spec
+++ b/kf5-kdewebkit.spec
@@ -1,17 +1,18 @@
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
-%define		kdeframever	5.114
+%define		kdeframever	5.115
 %define		qtver		5.15.2
 %define		kfname		kdewebkit
 Summary:	Integration of the HTML rendering engine WebKit
 Name:		kf5-%{kfname}
-Version:	5.114.0
+Version:	5.115.0
 Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/portingAids/%{kfname}-%{version}.tar.xz
-# Source0-md5:	db2842df251bb3ee7f2c9eabf0689084
+# Source0-md5:	dd11151488180073a39557afa9a1907e
+Patch0:		no_ecm_feature_summary.patch
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel
 BuildRequires:	Qt5DBus-devel >= 5.2.0
@@ -89,6 +90,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
+%patch0 -p1
 
 %build
 %cmake -B build \
diff --git a/no_ecm_feature_summary.patch b/no_ecm_feature_summary.patch
new file mode 100644
index 0000000..f56c53c
--- /dev/null
+++ b/no_ecm_feature_summary.patch
@@ -0,0 +1,9 @@
+diff -up kdewebkit-5.115.0/CMakeLists.txt.ddd kdewebkit-5.115.0/CMakeLists.txt
+--- kdewebkit-5.115.0/CMakeLists.txt.ddd	2024-03-14 16:47:52.359559583 +0100
++++ kdewebkit-5.115.0/CMakeLists.txt	2024-03-14 16:48:07.787440666 +0100
+@@ -76,5 +76,3 @@ install(FILES
+   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KDEWebKit COMPONENT Devel
+ )
+ 
+-include(ECMFeatureSummary)
+-ecm_feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdewebkit.git/commitdiff/831a6eb893dcfa041b4f3b937f6391d000cc013a



More information about the pld-cvs-commit mailing list