]> git.pld-linux.org Git - packages/kf5-kdewebkit.git/commitdiff
- updated to 5.115.0 master auto/th/kf5-kdewebkit-5.115.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 14 Mar 2024 15:50:12 +0000 (16:50 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 14 Mar 2024 15:50:12 +0000 (16:50 +0100)
- I have not found ecm_feature_summary in kf5-extra-cmake-modules

kf5-kdewebkit.spec
no_ecm_feature_summary.patch [new file with mode: 0644]

index 54e9853fa124a74c64895587f9f5595a81b0cc4b..263f54894e89b437193877d7fef7753aad9a2a9b 100644 (file)
@@ -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 (file)
index 0000000..f56c53c
--- /dev/null
@@ -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)
This page took 0.336092 seconds and 4 git commands to generate.