mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/yakuake: drop 24.04.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST yakuake-23.08.5.tar.xz 435320 BLAKE2B 5d84033bbcf854a7f71bdbc5c5563358608f42d31af656b429da2a2975ad8cc67d512e5bf57577615e0f1e822868143022b2cc545ea4ebd6cabd35b4ecc0fa52 SHA512 264e98a764d21be2182b04acb689ad8ade5b1b402582cd1f6deb2141088173adf1c64c9751a4a07677b1bcea1f376c220f14075d72f630b0409a0e2d4ff9f92e
|
||||
DIST yakuake-24.04.90.tar.xz 378124 BLAKE2B 687d79d093a5b4ff96bfa3483934e805eb63907b753311aa76309cfbdd0f58fef58b2921728b21f64530522c03a906cca667f6a9b1c21327093104528801810e SHA512 76c2c0da9c55dfd06aff9770e3b22a216e3272261cd8497e61875a699e22bda5a81509be0400672aa85e5a1b50e692e8ff81ccaa5c736e3010caf5610293e6f2
|
||||
DIST yakuake-24.05.0.tar.xz 378244 BLAKE2B da3d47dd7a1085d1e090509640ed1ad0314369c9c3409686fb9d4f9ea50850a915fcd5b86ca51dba047ed914ed3a9d7616d4b9f9420119ea12ee0b99658ec80c SHA512 a4e62aabf30bdba5d65e99396a6f70debd5e88619b0c3f80775001e625f54d2a0147097b1bcb372e9e3d54836bc29de63cb29f24536eff93f981266e38ab24d5
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.0.0
|
||||
QTMIN=6.6.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"
|
||||
IUSE="absolute-position"
|
||||
|
||||
# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
|
||||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
|
||||
DEPEND="
|
||||
>=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 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
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