mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/kdevelop: restore 22.12.3
Keep this for the stable bug. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
130
dev-util/kdevelop/kdevelop-22.12.3.ebuild
Normal file
130
dev-util/kdevelop/kdevelop-22.12.3.ebuild
Normal file
@@ -0,0 +1,130 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
ECM_TEST="true"
|
||||
KDE_ORG_CATEGORY="kdevelop"
|
||||
KFMIN=5.101.0
|
||||
QTMIN=5.15.5
|
||||
VIRTUALDBUS_TEST="true"
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm gear.kde.org optfeature
|
||||
|
||||
DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more"
|
||||
HOMEPAGE="https://www.kdevelop.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="5/57" # look at KDEVELOP_SOVERSION inside CMakeLists.txt
|
||||
IUSE="+gdbui hex +plasma +qmake reviewboard subversion"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
# see bug 366471
|
||||
RESTRICT="test"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/grantlee:5
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qthelp-${QTMIN}:5
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=dev-qt/qttest-${QTMIN}:5
|
||||
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=dev-qt/qtxml-${QTMIN}:5
|
||||
>=dev-util/astyle-3.1:=
|
||||
kde-apps/libkomparediff2:5
|
||||
>=kde-frameworks/karchive-${KFMIN}:5
|
||||
>=kde-frameworks/kbookmarks-${KFMIN}:5
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:5
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:5
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kcrash-${KFMIN}:5
|
||||
>=kde-frameworks/kdeclarative-${KFMIN}:5
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
||||
>=kde-frameworks/kio-${KFMIN}:5
|
||||
>=kde-frameworks/kitemmodels-${KFMIN}:5
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:5
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/knewstuff-${KFMIN}:5
|
||||
>=kde-frameworks/knotifications-${KFMIN}:5
|
||||
>=kde-frameworks/knotifyconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kparts-${KFMIN}:5
|
||||
>=kde-frameworks/kservice-${KFMIN}:5
|
||||
>=kde-frameworks/ktexteditor-${KFMIN}:5
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:5
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
||||
>=kde-frameworks/sonnet-${KFMIN}:5
|
||||
>=kde-frameworks/threadweaver-${KFMIN}:5
|
||||
>=sys-devel/clang-6.0:=
|
||||
gdbui? ( kde-plasma/libksysguard:5= )
|
||||
hex? ( app-editors/okteta:5 )
|
||||
plasma? (
|
||||
>=kde-frameworks/krunner-${KFMIN}:5
|
||||
>=kde-frameworks/plasma-${KFMIN}:5
|
||||
)
|
||||
qmake? ( dev-util/kdevelop-pg-qt:5 )
|
||||
reviewboard? ( >=kde-frameworks/purpose-${KFMIN}:5 )
|
||||
subversion? (
|
||||
dev-libs/apr:1
|
||||
dev-libs/apr-util:1
|
||||
dev-vcs/subversion
|
||||
)
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-libs/boost
|
||||
>=dev-qt/qtconcurrent-${QTMIN}:5
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=dev-qt/qdbus-${QTMIN}:*
|
||||
>=dev-qt/qtquickcontrols-${QTMIN}:5
|
||||
>=dev-qt/qtquickcontrols2-${QTMIN}:5
|
||||
dev-util/ninja
|
||||
kde-apps/kapptemplate:5
|
||||
kde-apps/kio-extras:5
|
||||
>=sys-devel/gdb-7.0[python]
|
||||
reviewboard? ( kde-apps/ktp-accounts-kcm:5 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local clang_version=$(best_version sys-devel/clang)
|
||||
local llvm_root="/usr/lib/llvm/$(ver_cut 1 ${clang_version##sys-devel/clang-})"
|
||||
|
||||
local mycmakeargs=(
|
||||
-DLLVM_ROOT=${llvm_root}
|
||||
$(cmake_use_find_package gdbui KSysGuard)
|
||||
-DBUILD_executeplasmoid=$(usex plasma)
|
||||
$(cmake_use_find_package plasma KF5Plasma)
|
||||
$(cmake_use_find_package hex OktetaKastenControllers)
|
||||
$(cmake_use_find_package qmake KDevelop-PG-Qt)
|
||||
$(cmake_use_find_package reviewboard KF5Purpose)
|
||||
$(cmake_use_find_package subversion SubversionLibrary)
|
||||
)
|
||||
|
||||
use gdbui || mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5SysGuard=ON )
|
||||
use reviewboard || mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose=ON )
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "konsole view" kde-apps/konsole
|
||||
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-util/meson
|
||||
optfeature "formatting configurations via customscript plugin" dev-util/indent
|
||||
optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
|
||||
fi
|
||||
ecm_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user