* [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/, app-editors/okteta/files/
@ 2025-09-04 20:36 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-09-04 20:36 UTC (permalink / raw
To: gentoo-commits
commit: 58ccd7f8dbd2479722d310d8de7099a576906fa0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 4 20:35:42 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 4 20:35:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ccd7f8
app-editors/okteta: Re-add prematurely cleaned up Qt5Xml dep
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/okteta/Manifest | 1 +
.../okteta/files/okteta-0.26.23-unused-dep.patch | 25 ----------------------
app-editors/okteta/okteta-0.26.23-r1.ebuild | 8 +++----
3 files changed, 4 insertions(+), 30 deletions(-)
diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index 471d11291dd4..dac98ea65b13 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1,2 +1,3 @@
DIST okteta-0.26.21-drop-qca.patch.xz 4480 BLAKE2B 8433e71589a048bd4f863136e13b1b84361eac12d4b05821e98e3e79c24fb0b074f6a365ead6086e7789b8c8fb2324c2047c781b4b7395ca4701381baeafd832 SHA512 bca8149b86039fe15876543e9a2900be7d42b6b443d13d37defe2c2ceb3334c1b82395ca185d2f3fbb7426a9ed28a468161ef9c4ebb0f234e987d48c79125c0a
+DIST okteta-0.26.22.tar.xz 1103816 BLAKE2B 1d13c23de1aa00f6751e11481f9bd6a5520b4e726f2e034439414f91275503dc01a45b0bd1b080ef930a2f4bcdac6bf9228d885b3fb68c5f49ee18c2b98cecd0 SHA512 28f1dc80b8e03676094226ac10babe5a45747221cd5e95079fa47ad2ccd8df30a1a7be8b12c2d468de3b0fbeabacb59e9770d3232bb170dfcfdea15a21982d02
DIST okteta-0.26.23.tar.xz 1105068 BLAKE2B 18baeb0f0c0b8fffb850334dd882d5b0d4fa552f6a442bd916316d701f2df113f87a36aebfa2b5d31be071be40ecd83b8dc063a542290618595886dfffb0ffd0 SHA512 a38a5d123f8e93cfb0446371dd0db9956eb6b84538c517e179a99c5aabfc52ca14a012eb935d89c050e414415c621d937be46fba3bed453e4978ef2a30f89bc5
diff --git a/app-editors/okteta/files/okteta-0.26.23-unused-dep.patch b/app-editors/okteta/files/okteta-0.26.23-unused-dep.patch
deleted file mode 100644
index 159a1357ac83..000000000000
--- a/app-editors/okteta/files/okteta-0.26.23-unused-dep.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From eead683156185ad492529a33afd38034d2a5949a Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Wed, 3 Sep 2025 22:30:30 +0200
-Subject: [PATCH] Drop unused Qt5Xml dependency
-
-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 38c436879..4352b451b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -65,7 +65,6 @@ if( BUILD_OKTETAKASTENLIBS )
- Qml
- Script
- ScriptTools
-- Xml
- )
- endif()
- find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED
---
-2.51.0
-
diff --git a/app-editors/okteta/okteta-0.26.23-r1.ebuild b/app-editors/okteta/okteta-0.26.23-r1.ebuild
index 8646e4c1f170..3ff0328f341b 100644
--- a/app-editors/okteta/okteta-0.26.23-r1.ebuild
+++ b/app-editors/okteta/okteta-0.26.23-r1.ebuild
@@ -27,6 +27,7 @@ DEPEND="
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtscript-${QTMIN}:5[scripttools]
>=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
@@ -48,11 +49,8 @@ DEPEND="
RDEPEND="${DEPEND}"
PATCHES=(
- # downstream
- "${FILESDIR}/${PN}-0.26.13-doctools-optional.patch"
- # git master
- "${WORKDIR}/${PN}-0.26.21-drop-qca.patch"
- "${FILESDIR}/${P}-unused-dep.patch"
+ "${FILESDIR}/${PN}-0.26.13-doctools-optional.patch" # downstream
+ "${WORKDIR}/${PN}-0.26.21-drop-qca.patch" # git master
)
src_configure() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-04 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 20:36 [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/, app-editors/okteta/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox