mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-apps/yakuake: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
0cdc06ac32
commit
7cf4097d31
@ -1 +1,2 @@
|
||||
DIST yakuake-25.08.3.tar.xz 403868 BLAKE2B a077fa778725748997189177db4f4b3c4610c61b766f8469b4772de5686735f8b3c15ba6a8e18d1353db0dd2b48821145bb9d25a11e7e3b1128eea94890058e5 SHA512 bef62258e7ae2573d0305180071d45173ab192b4a6034988424ba0d2db58bb55923980cb8769f0b4fbc2832b6abef02ad195a4a53356eb52cf353e615a3f4d6f
|
||||
DIST yakuake-25.12.0.tar.xz 403904 BLAKE2B aff52be64674d8fe29c3e57cf3037fca6b6dd67c950b88d5d564cd247a7b30f7a6c8ef59c105efdc3d91534c7fb42ee772f169baada963d272ac32e816c8bf66 SHA512 0e01df4550a730c78c0319c496af25f882f65de9a4494115c5352124f74263175ea97f346922776efac282a0471c7d393d22d4274e1b5d520e00c379b4bbeaa3
|
||||
|
||||
60
kde-apps/yakuake/yakuake-25.12.0.ebuild
Normal file
60
kde-apps/yakuake/yakuake-25.12.0.ebuild
Normal file
@ -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="~amd64 ~arm64 ~loong ~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/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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user