commit: 8075868a14f6a907583df0bae6878724232093b9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 23:28:03 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 17 21:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8075868a
kde-apps/yakuake: 25.04.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/yakuake/Manifest | 1 + kde-apps/yakuake/yakuake-25.04.0.ebuild | 59 +++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest index 69287ecfa64f..12bf1b440096 100644 --- a/kde-apps/yakuake/Manifest +++ b/kde-apps/yakuake/Manifest @@ -1 +1,2 @@ DIST yakuake-24.12.3.tar.xz 392496 BLAKE2B a814b51ea0cd2dea5f354d3f48f4d9a43c3aaed6c6f7c6992e5622619d79ccfd5a8f46eb1663ccb0b6955bd0fe87c89a5a74029f2355dc550e03d29987049de2 SHA512 da44a7e5a677d62b605ba79d0f0e07049bb2f3f71a22bbe6f382bc0204c4296f994cb253c4f61abc9b579e3bfa5672fcc5d094fdf85f159a46accde7d3d0ec9d +DIST yakuake-25.04.0.tar.xz 404012 BLAKE2B 1e390086641784d0929ee1fdc70c9a7f08324f36ff49c6f044da13afa2aa729720e3864d6485ed2c4c83403925af997a846b845f23271dffb868dbf16d0bb9aa SHA512 0c021bc74c30d10f1390073e042ce43a70e97fd502820e1d19372366c13cb9d0ae7e8a18da80a96e952e82a5a7c4aabd1d8a878c293c3d43cf34eca0c73e0432 diff --git a/kde-apps/yakuake/yakuake-25.04.0.ebuild b/kde-apps/yakuake/yakuake-25.04.0.ebuild new file mode 100644 index 000000000000..6b3e288402f7 --- /dev/null +++ b/kde-apps/yakuake/yakuake-25.04.0.ebuild @@ -0,0 +1,59 @@ +# 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.9.0 +QTMIN=6.7.2 +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="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +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/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 +}
