gentoo/kde-apps/kdesdk-meta/kdesdk-meta-25.08.3.ebuild
Arthur Zamarin 7bd2f0f87c
kde-apps/kdesdk-meta: Stabilize 25.08.3 arm64, #965829
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-19 23:03:04 +02:00

37 lines
1.1 KiB
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
HOMEPAGE="https://apps.kde.org/categories/development/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 arm64 ~x86"
IUSE="+git mercurial perl php python subversion webengine"
RDEPEND="
>=dev-build/dolphin-plugins-makefileactions-${PV}:*
>=dev-util/massif-visualizer-${PV}:*
>=kde-apps/kapptemplate-${PV}:*
>=kde-apps/kcachegrind-${PV}:*
>=kde-apps/kde-dev-scripts-${PV}:*
>=kde-apps/kde-dev-utils-${PV}:*
>=kde-apps/kdesdk-thumbnailers-${PV}:*
>=kde-apps/kompare-${PV}:*
>=kde-apps/libkomparediff2-${PV}:*
>=kde-apps/lokalize-${PV}:*
>=kde-apps/poxml-${PV}:*
>=kde-apps/umbrello-${PV}:*
git? ( >=kde-apps/dolphin-plugins-git-${PV}:* )
mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:* )
perl? ( >=dev-util/kio-perldoc-${PV}:* )
subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:* )
webengine? (
>=dev-util/kdevelop-${PV}:*
php? ( >=dev-util/kdevelop-php-${PV}:* )
python? ( >=dev-util/kdevelop-python-${PV}:* )
)
"