From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 092B3158094 for ; Mon, 15 Aug 2022 20:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 481302BC061; Mon, 15 Aug 2022 20:00:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 217C32BC061 for ; Mon, 15 Aug 2022 20:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5544341073 for ; Mon, 15 Aug 2022 20:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C29A4FA for ; Mon, 15 Aug 2022 20:00:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660593629.9a86567865750c74c8d66e75e0674c48e4aeedb2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch X-VCS-Directories: kde-misc/kio-locate/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a86567865750c74c8d66e75e0674c48e4aeedb2 X-VCS-Branch: master Date: Mon, 15 Aug 2022 20:00:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee1e9b5f-ca20-4276-94d3-7c299e527f83 X-Archives-Hash: 39890561bef651d9482b2348f6f43806 commit: 9a86567865750c74c8d66e75e0674c48e4aeedb2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 20:00:03 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 20:00:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a865678 kde-misc/kio-locate: Fix build with newer cmake Closes: https://bugs.gentoo.org/813031 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch b/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch index 986e8c6b0ee2..65fe2481ce9d 100644 --- a/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch +++ b/kde-misc/kio-locate/files/kio-locate-0.5.3-kf5port.patch @@ -1,7 +1,9 @@ diff -Naur a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt 2010-03-07 02:38:40.000000000 +0800 +++ b/CMakeLists.txt 2015-10-19 19:28:48.185748034 +0800 -@@ -1,31 +1,38 @@ +@@ -0,31 +0,40 @@ ++cmake_minimum_required(VERSION 3.16) ++ set(KDE_MIN_VERSION "4.4.0") -find_package(KDE4 4.4.0 REQUIRED) -include (KDE4Defaults) @@ -56,7 +58,6 @@ diff -Naur a/doc/CMakeLists.txt b/doc/CMakeLists.txt @@ -1 +1 @@ -macro_optional_add_subdirectory(en) +add_subdirectory(en) -diff -Naur a/kio_locate.cpp b/kio_locate.cpp --- a/kio_locate.cpp 2010-03-20 17:05:46.000000000 +0800 +++ b/kio_locate.cpp 2015-10-19 18:49:56.251128472 +0800 @@ -290,7 +290,7 @@ @@ -86,7 +87,6 @@ diff -Naur a/kio_locate.cpp b/kio_locate.cpp dialog->setWindowIcon(SmallIcon("edit-find")); Ui::KLocateConfigWidget w1; -diff -Naur a/kio_locate.h b/kio_locate.h --- a/kio_locate.h 2010-03-20 17:05:46.000000000 +0800 +++ b/kio_locate.h 2015-10-19 18:51:19.908758859 +0800 @@ -62,6 +62,10 @@