mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/yakuake: drop 24.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST yakuake-24.08.1.tar.xz 389840 BLAKE2B 5b6cb3672c46e05aa4b069f5a26cbcd92a28a2aab54ea59bdda67e99b61cdb4582c8ff55d29d3924f94444d82ced30c384b9fd661d30532ff763bcaa6e47b4a4 SHA512 1453dae0c81443139183dd3b209e7b09cfe76e7171b64c233599ab90c0b2376e899c7ec325939510e88e5a5807cdd5b4ef03ffc0db1452e5054345dc87bf77fb
|
||||
DIST yakuake-24.08.2.tar.xz 389812 BLAKE2B 3c28fe8ca497108b2c299a975c430aaca65733def966fba3cd2a8912ea8bda722544d8d57886acd6de153e4988822fa6a7cbd3d289cc080c57164339c204d0d2 SHA512 01e1589745007d0bd62c6cf5cdf589d2e2d335632f5408937996bca46c19de2fc7c2e4a90e577144b89b289ad6577df9ad8f7ecaa4ab40c50e633420ba27f88d
|
||||
DIST yakuake-24.08.3.tar.xz 389980 BLAKE2B c665ac6db9d6c6bbaed08c2c5018bcda16af1740e68b5aca0b396908b494d3b0170bd0f509864eca94ba6fa4479e2af9c2e5ce5f0f3f4bed147e926d7c0d3487 SHA512 2c160641fd9471ec4e1088eb34fcfefbfc5e7875494000b0f6bedb1264073af04abf2f0340cfd4ba2d361bb3403b7a5aea36936cacc02d64f6363b2e81449aea
|
||||
|
||||
@@ -1,59 +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.5.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