commit:     01959a532fbeabefa2c166756618a5300064dca4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 18:39:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 18:57:25 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=01959a53

kde-apps/yakuake: Add 25.12 stable branch

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

 kde-apps/yakuake/yakuake-25.12.49.9999.ebuild | 60 +++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/kde-apps/yakuake/yakuake-25.12.49.9999.ebuild 
b/kde-apps/yakuake/yakuake-25.12.49.9999.ebuild
new file mode 100644
index 0000000000..556aa5594d
--- /dev/null
+++ b/kde-apps/yakuake/yakuake-25.12.49.9999.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="https://apps.kde.org/yakuake/";
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="6"
+KEYWORDS=""
+IUSE="absolute-position"
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
+RDEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+       >=dev-qt/qtsvg-${QTMIN}:6
+       >=kde-apps/konsole-${PVCUT}:6
+       >=kde-frameworks/karchive-${KFMIN}:6
+       >=kde-frameworks/kcolorscheme-${KFMIN}:6
+       >=kde-frameworks/kconfig-${KFMIN}:6
+       >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+       >=kde-frameworks/kcoreaddons-${KFMIN}:6
+       >=kde-frameworks/kcrash-${KFMIN}:6
+       >=kde-frameworks/kdbusaddons-${KFMIN}:6
+       >=kde-frameworks/kglobalaccel-${KFMIN}:6
+       >=kde-frameworks/ki18n-${KFMIN}:6
+       >=kde-frameworks/kiconthemes-${KFMIN}:6
+       >=kde-frameworks/kio-${KFMIN}:6
+       >=kde-frameworks/knewstuff-${KFMIN}:6
+       >=kde-frameworks/knotifications-${KFMIN}:6
+       >=kde-frameworks/knotifyconfig-${KFMIN}:6
+       >=kde-frameworks/kparts-${KFMIN}:6
+       >=kde-frameworks/kservice-${KFMIN}:6
+       >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+       >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+       >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+       >=kde-frameworks/kxmlgui-${KFMIN}:6
+       x11-libs/libX11
+       absolute-position? ( kde-plasma/kwayland:6 )
+"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto
+"
+
+src_configure() {
+       # TODO: start to use WITH_X11 option? but there's still the
+       # KX11Extras use...
+       local mycmakeargs=(
+               $(cmake_use_find_package absolute-position KWayland)
+       )
+
+       ecm_src_configure
+}

Reply via email to