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 D13F0159C9B for ; Sat, 10 Aug 2024 10:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D9BBE2AAB; Sat, 10 Aug 2024 10:53:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4B557E2AAB for ; Sat, 10 Aug 2024 10:53:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6AF7F34310F for ; Sat, 10 Aug 2024 10:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE71E1EB4 for ; Sat, 10 Aug 2024 10:53:16 +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: <1723287186.787399009fbf9165ddf0963d35dca75731dac5e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/, app-editors/ghostwriter/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghostwriter/files/ghostwriter-24.05.2-bogusdep.patch app-editors/ghostwriter/ghostwriter-24.05.2.ebuild X-VCS-Directories: app-editors/ghostwriter/ app-editors/ghostwriter/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 787399009fbf9165ddf0963d35dca75731dac5e1 X-VCS-Branch: master Date: Sat, 10 Aug 2024 10:53:16 +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: b90e862e-03e2-4d8f-abc7-9444116d12a1 X-Archives-Hash: 9b4878af369979f89130c88b716a7ec9 commit: 787399009fbf9165ddf0963d35dca75731dac5e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 10:51:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 10:53:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78739900 app-editors/ghostwriter: Drop bogus dependency Closes: https://bugs.gentoo.org/936578 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/ghostwriter-24.05.2-bogusdep.patch | 41 ++++++++++++++++++++++ app-editors/ghostwriter/ghostwriter-24.05.2.ebuild | 2 ++ 2 files changed, 43 insertions(+) diff --git a/app-editors/ghostwriter/files/ghostwriter-24.05.2-bogusdep.patch b/app-editors/ghostwriter/files/ghostwriter-24.05.2-bogusdep.patch new file mode 100644 index 000000000000..2076ccb24d87 --- /dev/null +++ b/app-editors/ghostwriter/files/ghostwriter-24.05.2-bogusdep.patch @@ -0,0 +1,41 @@ +From 6d680805c08d131ea3a98c4d3fe87d51a92f2ffa Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sat, 10 Aug 2024 12:41:33 +0200 +Subject: [PATCH] Drop unused Qt5Compat dependency + +Signed-off-by: Andreas Sturmlechner +--- + src/CMakeLists.txt | 10 ---------- + 1 file changed, 10 deletions(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 33ce58f..da55382 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -90,10 +90,6 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS + WebEngineWidgets + ) + +-if (QT_MAJOR_VERSION STREQUAL "6") +- find_package(Qt6 REQUIRED COMPONENTS Core5Compat) +-endif() +- + find_package( + KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} + REQUIRED +@@ -135,12 +131,6 @@ target_link_libraries(ghostwriter PRIVATE + ${CMARK_LIBS} + ) + +-if (QT_MAJOR_VERSION STREQUAL "6") +- target_link_libraries(ghostwriter PRIVATE +- Qt::Core5Compat +- ) +-endif() +- + set_target_properties(ghostwriter PROPERTIES + WIN32_EXECUTABLE ON + MACOSX_BUNDLE ON +-- +2.45.2 + diff --git a/app-editors/ghostwriter/ghostwriter-24.05.2.ebuild b/app-editors/ghostwriter/ghostwriter-24.05.2.ebuild index fa7b4c9c4634..91ae6c82c01c 100644 --- a/app-editors/ghostwriter/ghostwriter-24.05.2.ebuild +++ b/app-editors/ghostwriter/ghostwriter-24.05.2.ebuild @@ -38,3 +38,5 @@ BDEPEND=" " DOCS=( CHANGELOG.md README.md ) + +PATCHES=( "${FILESDIR}/${P}-bogusdep.patch" ) # in 24.08, bug 936578