mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-apps/yakuake: 24.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST yakuake-24.08.3.tar.xz 389980 BLAKE2B c665ac6db9d6c6bbaed08c2c5018bcda16af1740e68b5aca0b396908b494d3b0170bd0f509864eca94ba6fa4479e2af9c2e5ce5f0f3f4bed147e926d7c0d3487 SHA512 2c160641fd9471ec4e1088eb34fcfefbfc5e7875494000b0f6bedb1264073af04abf2f0340cfd4ba2d361bb3403b7a5aea36936cacc02d64f6363b2e81449aea
|
||||
DIST yakuake-24.12.2.tar.xz 392468 BLAKE2B 0f8212cde34f75b0460ea520bc1a2d701f1e126725a09240d13ea866eb27185956a27b312f5a8ab5f138fa0fd0bb234b2ed2d4f9f9972cf0306326aaae265523 SHA512 c080bc5881540cec12756b15f9799a99328c0017e3670d301c66d6a276f48275735bb53b6be60faec3642b31e4e3eb4eca8d8d48df1304abfa39256912b07c3a
|
||||
DIST yakuake-24.12.3.tar.xz 392496 BLAKE2B a814b51ea0cd2dea5f354d3f48f4d9a43c3aaed6c6f7c6992e5622619d79ccfd5a8f46eb1663ccb0b6955bd0fe87c89a5a74029f2355dc550e03d29987049de2 SHA512 da44a7e5a677d62b605ba79d0f0e07049bb2f3f71a22bbe6f382bc0204c4296f994cb253c4f61abc9b579e3bfa5672fcc5d094fdf85f159a46accde7d3d0ec9d
|
||||
|
||||
59
kde-apps/yakuake/yakuake-24.12.3.ebuild
Normal file
59
kde-apps/yakuake/yakuake-24.12.3.ebuild
Normal file
@@ -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.7.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user