From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/files/, kde-apps/ktouch/
Date: Mon, 25 Aug 2025 18:54:32 +0000 (UTC) [thread overview]
Message-ID: <1756148041.d0a2d3c3e3c66808658e373b66e23accc4e4ac62.asturm@gentoo> (raw)
commit: d0a2d3c3e3c66808658e373b66e23accc4e4ac62
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 18:48:14 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 18:54:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a2d3c3
kde-apps/ktouch: Use fixed upstreamed patch
See also:
https://invent.kde.org/education/ktouch/-/merge_requests/48
Thanks-to: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://bugs.gentoo.org/960368
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../ktouch-25.07.80-duplicate-kdoctools.patch | 29 --------------
.../files/ktouch-25.08.0-duplicate-kdoctools.patch | 46 ++++++++++++++++++++++
kde-apps/ktouch/ktouch-25.07.70_pre20250628.ebuild | 2 +-
kde-apps/ktouch/ktouch-25.08.0.ebuild | 2 +
4 files changed, 49 insertions(+), 30 deletions(-)
diff --git a/kde-apps/ktouch/files/ktouch-25.07.80-duplicate-kdoctools.patch b/kde-apps/ktouch/files/ktouch-25.07.80-duplicate-kdoctools.patch
deleted file mode 100644
index eb85d650a898..000000000000
--- a/kde-apps/ktouch/files/ktouch-25.07.80-duplicate-kdoctools.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From fb41dbeac268d7be4563457afbe1194aa7ea898c Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 19 Jul 2025 12:27:48 +0200
-Subject: [PATCH] Drop duplicate required KF6DocTools dependency
-
-It is already being searched for prior to the main KF6 dependencies,
-and the docs subdir is being added conditionally, so that will have
-been the intention.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 96f6919f..31f440a3 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -46,7 +46,6 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
- Config
- ConfigWidgets
- CoreAddons
-- DocTools
- I18n
- ItemViews
- KCMUtils
---
-2.50.1
-
diff --git a/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch b/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch
new file mode 100644
index 000000000000..08a125ee49c0
--- /dev/null
+++ b/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch
@@ -0,0 +1,46 @@
+From fe4489c44971fa10f5cd48ec81aa7dc5b4f720e8 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sat, 19 Jul 2025 12:27:48 +0200
+Subject: [PATCH] Drop duplicate required KF6DocTools dependency
+
+It is already being searched for prior to the main KF6 dependencies,
+and the docs subdir is being added conditionally, so that will have
+been the intention.
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+(cherry picked from commit ba806f96ff3081fe70f02f27b74ebd936ba2d0ad)
+---
+ CMakeLists.txt | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 47e67c1b..eef9a2b1 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -46,7 +46,6 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
+ Config
+ ConfigWidgets
+ CoreAddons
+- DocTools
+ I18n
+ ItemViews
+ KCMUtils
+@@ -93,7 +92,6 @@ ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.101.0)
+
+ # subdirectories to build
+ ecm_optional_add_subdirectory(data)
+-ecm_optional_add_subdirectory(doc)
+ ecm_optional_add_subdirectory(src)
+ # ecm_optional_add_subdirectory(sounds)
+ ecm_optional_add_subdirectory(icons)
+@@ -101,6 +99,7 @@ ecm_optional_add_subdirectory(icons)
+ # files to install in the ktouch project root directory
+ ki18n_install(po)
+ if (KF6DocTools_FOUND)
++ ecm_optional_add_subdirectory(doc)
+ kdoctools_install(po)
+ endif()
+ install( PROGRAMS org.kde.ktouch.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
+--
+2.51.0
+
diff --git a/kde-apps/ktouch/ktouch-25.07.70_pre20250628.ebuild b/kde-apps/ktouch/ktouch-25.07.70_pre20250628.ebuild
index 800af949ac14..6f92420ed872 100644
--- a/kde-apps/ktouch/ktouch-25.07.70_pre20250628.ebuild
+++ b/kde-apps/ktouch/ktouch-25.07.70_pre20250628.ebuild
@@ -50,7 +50,7 @@ RDEPEND="${COMMON_DEPEND}
>=kde-apps/kqtquickcharts-25.07.70_pre20250625:6
"
-PATCHES=( "${FILESDIR}/${PN}-25.07.80-duplicate-kdoctools.patch" ) # bug 960368
+PATCHES=( "${FILESDIR}/${PN}-25.08.0-duplicate-kdoctools.patch" ) # bug 960368
src_configure() {
local mycmakeargs=(
diff --git a/kde-apps/ktouch/ktouch-25.08.0.ebuild b/kde-apps/ktouch/ktouch-25.08.0.ebuild
index 36ba5817b158..8999663b3d30 100644
--- a/kde-apps/ktouch/ktouch-25.08.0.ebuild
+++ b/kde-apps/ktouch/ktouch-25.08.0.ebuild
@@ -49,6 +49,8 @@ RDEPEND="${COMMON_DEPEND}
>=kde-apps/kqtquickcharts-${PVCUT}:6
"
+PATCHES=( "${FILESDIR}/${PN}-25.08.0-duplicate-kdoctools.patch" ) # bug 960368
+
src_configure() {
local mycmakeargs=(
-DWITHOUT_X11=$(usex !X)
next reply other threads:[~2025-08-25 18:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-25 18:54 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-19 11:03 [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/files/, kde-apps/ktouch/ Andreas Sturmlechner
2016-12-19 20:08 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1756148041.d0a2d3c3e3c66808658e373b66e23accc4e4ac62.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox