mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/kdevelop: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kdevelop-25.04.3.tar.xz 8919580 BLAKE2B 3370375967cd1a60bb09ea213f403c0bc69b8045d11f7a014972f9d7b48b617559685138a7e0e7b44b502c554b8984fa3a549603a18f3dbc8943a78805fee156 SHA512 c8b8ef5bc718637973e5e5f3c46684da397400128cbfad90284bfd0498d720516939d487ee0ae6f5bdb7aead1ee81749173c5a82dc934b6de380c4de6c06228c
|
||||
DIST kdevelop-25.08.2.tar.xz 8992332 BLAKE2B 5b769db0bc0450d02118aa657d763497dd6e5d2d3ef03f7f42159bd16a3d3cea7fb7f8314ace353b72a5fe7d04301e0dde4c54511ffededd60265e250e49c882 SHA512 cf073497367cb7dbbc6aadbff141811b1f7cf8992ddca000cce87568d134feb2c77efaccaf190493707f6265b93daee59469be0468d7399e6fdb2914a5073899
|
||||
|
||||
@@ -1,121 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="true"
|
||||
KDE_ORG_CATEGORY="kdevelop"
|
||||
KFMIN=6.13.0
|
||||
LLVM_COMPAT=( 15 16 17 18 19 20 )
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org llvm-r2 optfeature xdg
|
||||
|
||||
DESCRIPTION="Integrated Development Environment, supporting KF6/Qt, C/C++ and much more"
|
||||
HOMEPAGE="https://kdevelop.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE="gdbui plasma +qmake +share subversion"
|
||||
|
||||
# see bug 366471
|
||||
RESTRICT="test"
|
||||
|
||||
CMAKE_QA_COMPAT_SKIP=1 # bug 960669, fixed in >=25.08
|
||||
|
||||
# UPSTREAM: not ported yet, check plugins/CMakeLists.txt
|
||||
# IUSE="hex"
|
||||
# hex? ( app-editors/okteta:6 )
|
||||
COMMON_DEPEND="
|
||||
>=dev-qt/qt5compat-${QTMIN}:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
|
||||
>=dev-qt/qttools-${QTMIN}:6[assistant]
|
||||
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
|
||||
>=dev-util/astyle-3.1:=
|
||||
kde-apps/libkomparediff2:6
|
||||
>=kde-frameworks/karchive-${KFMIN}:6
|
||||
>=kde-frameworks/kbookmarks-${KFMIN}:6
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemmodels-${KFMIN}:6
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${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/ktexteditor-${KFMIN}:6
|
||||
>=kde-frameworks/ktexttemplate-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=kde-frameworks/sonnet-${KFMIN}:6
|
||||
>=kde-frameworks/threadweaver-${KFMIN}:6
|
||||
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
|
||||
gdbui? ( kde-plasma/libksysguard:6= )
|
||||
plasma? (
|
||||
>=kde-frameworks/krunner-${KFMIN}:6
|
||||
kde-plasma/libplasma:6
|
||||
)
|
||||
qmake? ( >=dev-util/kdevelop-pg-qt-2.3.0:0 )
|
||||
share? ( >=kde-frameworks/purpose-${KFMIN}:6 )
|
||||
subversion? (
|
||||
dev-libs/apr:1
|
||||
dev-libs/apr-util:1
|
||||
dev-vcs/subversion
|
||||
)
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-libs/boost
|
||||
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
app-alternatives/ninja
|
||||
>=dev-debug/gdb-7.0[python]
|
||||
>=dev-qt/qttools-${QTMIN}:6[qdbus]
|
||||
kde-apps/kapptemplate:*
|
||||
kde-apps/kio-extras:6
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLLVM_ROOT="$(get_llvm_prefix)"
|
||||
$(cmake_use_find_package gdbui KSysGuard)
|
||||
-DBUILD_executeplasmoid=$(usex plasma)
|
||||
$(cmake_use_find_package plasma Plasma)
|
||||
$(cmake_use_find_package qmake KDevelopPGQt)
|
||||
$(cmake_use_find_package share KF6Purpose)
|
||||
$(cmake_use_find_package subversion SubversionLibrary)
|
||||
)
|
||||
if has_version "<dev-util/kdevelop-pg-qt-2.4"; then
|
||||
mycmakeargs+=( $(cmake_use_find_package qmake KDevelop-PG-Qt) )
|
||||
fi
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "konsole view" "kde-apps/konsole:6"
|
||||
optfeature "static C++ Qt code analysis" dev-util/clazy
|
||||
optfeature "static C/C++ code analysis" dev-util/cppcheck
|
||||
optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
|
||||
optfeature "meson project manager plugin" dev-build/meson
|
||||
optfeature "formatting configurations via customscript plugin" dev-util/indent
|
||||
optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
|
||||
fi
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user