mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
kde-apps/kate: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kate-25.04.3.tar.xz 8377752 BLAKE2B eab8db79a36b2c054e33d45c035aa186ded5603395ec7604fd49f25395d488c0e993daab0fd70d5c48c2949bf8a8c98985518622dca2daf1199984ce671c89c7 SHA512 63335337b65042a67b2265aea65f3782b949a6556d4b9f222b00f9b7599f9bd78e2ba435e2e84bb6ebccaa458dc3736dab68d7d3379f648f85c334df3d6c7326
|
||||
DIST kate-25.08.2.tar.xz 8417408 BLAKE2B 4c58fe97d297e2ee2493f71c8b8c9db68fa266385ce082d3281380b3fde2e9c6753e8fd70886cbf6bfe6ae6899e1babff22d03a3673a8d23d033cfff7a91cbfb SHA512 bfeea73e6a17b60044a16ee9ffc950645201766789dd863edbe455d71df47752e18edf6821fc400675766ec680679f7e92d9aa6f8861062b2a35b26b4b250538
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoff"
|
||||
KFMIN=6.13.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm flag-o-matic gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Multi-document editor with network transparency, Plasma integration and more"
|
||||
HOMEPAGE="https://kate-editor.org/ https://apps.kde.org/kate/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
|
||||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
|
||||
# TODO: replace HAVE_X11 and __has_include with explicit WITH_X11 option
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets,X]
|
||||
~kde-apps/kate-lib-${PV}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
|
||||
virtual/libintl
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
~kde-apps/kate-addons-${PV}:6
|
||||
>=kde-apps/kate-common-${PV}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
ecm_src_prepare
|
||||
ecm_punt_po_install
|
||||
|
||||
# these tests are run in kde-apps/kate-lib
|
||||
cmake_run_in apps/lib cmake_comment_add_subdirectory autotests
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_addons=FALSE
|
||||
-DBUILD_kwrite=FALSE
|
||||
)
|
||||
|
||||
# provided by kde-apps/kate-lib
|
||||
append-libs -lkateprivate
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ecm_src_install
|
||||
|
||||
# provided by kde-apps/kate-lib
|
||||
rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die
|
||||
}
|
||||
Reference in New Issue
Block a user