public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: media-gfx/kxstitch/
@ 2024-10-21 21:46 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-10-21 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     79067e0bb7e358ae9c18fc33a55de5ef8d479f24
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 14:39:10 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 21:29:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=79067e0b

media-gfx/kxstitch: Port to KF6

Upstream commits:
43fe3d650ad9e747e5105c1fd0d19afbe9b84549
b106475d081a82dde2693b4d54450358d76b172c

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kxstitch/kxstitch-9999.ebuild | 38 ++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/media-gfx/kxstitch/kxstitch-9999.ebuild b/media-gfx/kxstitch/kxstitch-9999.ebuild
index f340df6b22..5ce05e45f5 100644
--- a/media-gfx/kxstitch/kxstitch-9999.ebuild
+++ b/media-gfx/kxstitch/kxstitch-9999.ebuild
@@ -4,8 +4,8 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
+KFMIN=6.5.0
+QTMIN=6.7.2
 inherit ecm kde.org
 
 DESCRIPTION="Program to create cross stitch patterns"
@@ -17,27 +17,25 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2+"
-SLOT="5"
+SLOT="0"
 IUSE=""
 
-BDEPEND="
-	sys-devel/gettext
-"
 DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kguiaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	media-gfx/imagemagick[cxx]
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/gettext
+	virtual/pkgconfig
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/kxstitch/
@ 2025-01-16 17:35 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-01-16 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1f2498a6dd3bcdfe0e97f59df7ad4be637f73ac5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 23:02:59 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 23:02:59 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f2498a6

media-gfx/kxstitch: Add missing blocker

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kxstitch/kxstitch-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-gfx/kxstitch/kxstitch-9999.ebuild b/media-gfx/kxstitch/kxstitch-9999.ebuild
index 5ce05e45f5..d579bd9e0c 100644
--- a/media-gfx/kxstitch/kxstitch-9999.ebuild
+++ b/media-gfx/kxstitch/kxstitch-9999.ebuild
@@ -34,7 +34,9 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	media-gfx/imagemagick[cxx]
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!${CATEGORY}/${PN}:5
+"
 BDEPEND="
 	sys-devel/gettext
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-16 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 21:46 [gentoo-commits] proj/kde:master commit in: media-gfx/kxstitch/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2025-01-16 17:35 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox