mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-apps/yakuake: drop 25.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST yakuake-25.12.2.tar.xz 404824 BLAKE2B 991c2b2e7ee66f7847dfab6c36568b63ae6fb70d09e66db5f1dbe9608cff1cdda4a069a4d795f83010656a204b346cf62b351560e637fdbc48e935baef7da190 SHA512 46f51c885eaccdf03060f7e3ddfebd7b919d353782c472438e361dabbc28d6b7e514e8744b5a16af2ed2112047404dedb1f9cacf0ffb66baf753c24909830613
|
||||
DIST yakuake-25.12.3.tar.xz 404568 BLAKE2B 719915715b7fabfc472a008c099b93a942dbda73f63eb5b5d964a6cf97795b0ea4f1dd28de18e74eb04ffca2d28ff32f43617aaf9f9b95d89fac3ba8702b61ff SHA512 04e9a8ec452227531decac60ae337b201120bf926672eda4bf9f5c9bec261bd338f58e15cabf324fbd04ee3c3d5fa639f528ea2b21218c329ab4f864543ede49
|
||||
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.22.0
|
||||
QTMIN=6.10.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-6.22.1: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