mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-util/kdevelop: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
edaf6d2056
commit
6abdf5ce19
@ -1 +1,2 @@
|
||||
DIST kdevelop-25.08.3.tar.xz 8995184 BLAKE2B 4aad4608026fb3adabd2be57759195932a3e06256ab239b84b09da64fea0dfce445831c273f15060dba44e130b154de2e6a265b3fa9edd0ca790407205977945 SHA512 0fdb1947889a525b2ad54e62154ab977c728fdd04a908afe05d6fdc44953d5e598dbd4dce8aa179c2121d04dd73e55ce770ce52a8a502553830ee856f7e74a9d
|
||||
DIST kdevelop-25.12.0.tar.xz 9012356 BLAKE2B 01ea64b66481ea11596b77c6b4c5446daa13e0dfed362f8ada0e861fd32b6930fc4aa1c4805dd96c138cfaa95abacd9d8ed62c945aa1ab81ffe995ef63a9cf35 SHA512 57a0b19ad6317fbb2af5737c4df66fc3d05f0c25d8e47c3563cc13f08197ae8de4cda2da0de138641e1259880d2c4173fbcbbbfb1cffae357b9e24fcc26b73f1
|
||||
|
||||
130
dev-util/kdevelop/kdevelop-25.12.0.ebuild
Normal file
130
dev-util/kdevelop/kdevelop-25.12.0.ebuild
Normal file
@ -0,0 +1,130 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CMAKE_QA_COMPAT_SKIP=1 # bug 964762
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="true"
|
||||
KDE_ORG_CATEGORY="kdevelop"
|
||||
KFMIN=6.19.0
|
||||
LLVM_COMPAT=( 15 16 17 18 19 20 21 )
|
||||
QTMIN=6.9.1
|
||||
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"
|
||||
|
||||
# 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.4.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
|
||||
"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# D-Bus required
|
||||
test_{{project,session}controller,midbus,definesandincludes,kdevgit}
|
||||
test_{compilerprovider,cmakemanager,ctestfindsuites,cmakefileapi}
|
||||
test_{custombuildsystemplugin,qmakeproject,projectload,craftruntime}
|
||||
bench_codecompletion # segfaults
|
||||
test_gdb # FIXME: fails to launch xterm (if found)
|
||||
test_{path,generationtest} # FIXME: whatever that does, does not work
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
rm -r plugins/qmljs || die # bug 960669, unused upstream
|
||||
ecm_src_prepare
|
||||
}
|
||||
|
||||
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)
|
||||
)
|
||||
# $(cmake_use_find_package hex OktetaKastenControllers)
|
||||
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user