mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-util/clion: bump 2025.1.2
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro> Part-of: https://github.com/gentoo/gentoo/pull/42708 Closes: https://github.com/gentoo/gentoo/pull/42708 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
b19fd264ad
commit
26b8ee4dec
@@ -2,4 +2,6 @@ DIST CLion-2022.3.2.tar.gz 847111855 BLAKE2B 7e1814bcc683126f51eefd350b3d171a22d
|
||||
DIST CLion-2023.3.4.tar.gz 907669083 BLAKE2B ed0571341141e58b102cffbf3b96c7e6625f628b6092d93cc80c4d9ed5f47f25be3665ff26553e6c6584e41a519e102eceabe576986c44795a5257312dad1b76 SHA512 f5ab02ed8a3f854dc75483e7766267f043c7a493730900786a3a304e3f2fddaf12375eb6760e9438e8184b7a5405131a2e3ea7536be8b7a7ce0509b0901afc09
|
||||
DIST CLion-2024.3.5.tar.gz 1577257365 BLAKE2B 922e082321e112e8cc7cdf17c4395464b85247e45094d37219585a0322b0fb39c27f4fcff3d370aa65588a04204850f470dbc9eef01a86cfdd030bb245a2bee9 SHA512 042112ab0927bfdf03a38685bc48770fdbe14ef0bfed4d23e33fb92daf52524b572735d872f38edd2236fabd34f72c950827271e9a85e67e5686827416ab98cd
|
||||
DIST CLion-2025.1-aarch64.tar.gz 1603023778 BLAKE2B 600352ad30d0533203580ecf14423e3ca54f60cd18286f3a761b69ed16ab9df58855503860f9701c677b923bdc60c389208ed2be3f03e0fba4f158dcd7d60b5e SHA512 e46fb8b341a2f1d827a1a2ed9859b5794896b42e5828d658230ec4134cf2ca18bbb58452985787f1a63317acace9bce038f4105ff9fbf09bd34bab7aea2b1677
|
||||
DIST CLion-2025.1.2-aarch64.tar.gz 1601855663 BLAKE2B ada64b00923f60c8d9c388a27701ee6eb6f1116af21c41d5a480e3d93a07378b7eab0610e5967f26c6688e36f1151738fa42a7ef70fd847ec89209e3ded56e34 SHA512 494eb557d716296cf7b65455eeeb8dddaa3d12d4c56cdd8d48b5fe951013a65b5eab3594a10d04150c965fc34a8c8830f67d153422ac596a7b67933b406adc10
|
||||
DIST CLion-2025.1.2.tar.gz 1609533194 BLAKE2B 320b761577f694d858dfdec606957fc615a77563e97b69bdef7f5eeb1840e38a61062e5e24fe99aafbbf2ab0c7bbc073094554fc372597b59920af180e9de74e SHA512 2dea8006144f7221e9e92819b2429a772dd2d0fe0533ee1952996a394bda8ec38cc363df073c90bdf935ad79b6e936b1e86df6466bf4b7b1e92a39de82b5b85c
|
||||
DIST CLion-2025.1.tar.gz 1610693409 BLAKE2B 8687bed19e34a3a64bebb5527d975dfff97fd236c91b97c03c9ccaf0987f3ce115da2c48fe4774d560fdd1b8dfa8e4a120bd431b30ab50b9b21b7170d7206b56 SHA512 be88bd45b24b8f3d6888d751989d6eafccc0e7df933584a33534a264bd67da6b6ed9a8be860cbe603801c8574d835d18df439d9fc770447aeced70867b352a9d
|
||||
|
||||
157
dev-util/clion/clion-2025.1.2.ebuild
Normal file
157
dev-util/clion/clion-2025.1.2.ebuild
Normal file
@@ -0,0 +1,157 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop optfeature toolchain-funcs wrapper
|
||||
|
||||
DESCRIPTION="A complete toolset for C and C++ development"
|
||||
HOMEPAGE="https://www.jetbrains.com/clion/"
|
||||
SRC_URI="
|
||||
amd64? ( https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz )
|
||||
arm64? ( https://download.jetbrains.com/cpp/CLion-${PV}-aarch64.tar.gz )
|
||||
"
|
||||
|
||||
LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
|
||||
Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
|
||||
EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
|
||||
LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL-1.1 public-domain PSF-2
|
||||
UoI-NCSA ZLIB"
|
||||
SLOT="0/2025"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="bindist mirror"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/debugedit
|
||||
dev-util/patchelf
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-util/lttng-ust:0/2.12
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
dev-libs/wayland
|
||||
dev-build/cmake
|
||||
app-alternatives/ninja
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-libs/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/libdrm
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-libs/libXxf86vm
|
||||
x11-libs/libxcb
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pango"
|
||||
|
||||
QA_PREBUILT="opt/${PN}/*"
|
||||
|
||||
src_prepare() {
|
||||
if use amd64; then
|
||||
my_arch_suffix=x64
|
||||
my_arch_radler=x64
|
||||
local other_arch_amd64_aarch64=aarch64
|
||||
local other_arch_radler=arm64
|
||||
elif use arm64; then
|
||||
my_arch_suffix=aarch64
|
||||
my_arch_radler=arm64
|
||||
local other_arch_amd64_aarch64=amd64
|
||||
local other_arch_radler=x64
|
||||
fi
|
||||
tc-export OBJCOPY
|
||||
default
|
||||
|
||||
local remove_me=(
|
||||
Install-Linux-tar.txt
|
||||
help/ReferenceCardForMac.pdf
|
||||
bin/cmake
|
||||
bin/gdb/linux
|
||||
bin/lldb/linux
|
||||
bin/ninja
|
||||
plugins/remote-dev-server/selfcontained
|
||||
)
|
||||
remove_me+=(
|
||||
lib/async-profiler/${other_arch_amd64_aarch64}
|
||||
plugins/clion-radler/DotFiles/linux-${other_arch_radler}
|
||||
plugins/clion-radler/dotTrace.dotMemory/DotFiles/linux-${other_arch_radler}
|
||||
plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_${other_arch_amd64_aarch64}.so
|
||||
)
|
||||
use !amd64 && remove_me+=(
|
||||
plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so
|
||||
plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
|
||||
)
|
||||
|
||||
rm -rv "${remove_me[@]}" || die
|
||||
|
||||
# excepting files that should be kept for remote plugins
|
||||
skip_remote_files=(
|
||||
"plugins/platform-ijent-impl/ijent-$(usex amd64 aarch64 x86_64)-unknown-linux-musl-release"
|
||||
"plugins/clion-radler/DotFiles/linux-musl-${other_arch_radler}/jb_zip_unarchiver"
|
||||
"plugins/clion-radler/DotFiles/linux-arm/jb_zip_unarchiver"
|
||||
"plugins/clion-radler/DotFiles/linux-musl-arm/jb_zip_unarchiver"
|
||||
"plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-$(usex amd64 arm64 amd64)"
|
||||
)
|
||||
# removing debug symbols and relocating debug files as per #876295
|
||||
# we're escaping all the files that contain $() in their name
|
||||
# as they should not be executed
|
||||
find . -type f ! -name '*$(*)*' -print0 | while IFS= read -r -d '' file; do
|
||||
for skip in "${skip_remote_files[@]}"; do
|
||||
[[ ${file} == "./${skip}" ]] && continue 2
|
||||
done
|
||||
if file "${file}" | grep -qE "ELF (32|64)-bit"; then
|
||||
${OBJCOPY} --remove-section .note.gnu.build-id "${file}" || die
|
||||
debugedit -b "${EPREFIX}/opt/${PN}" -d "/usr/lib/debug" -i "${file}" || die
|
||||
fi
|
||||
done
|
||||
|
||||
patchelf --set-rpath '$ORIGIN' "jbr/lib/libjcef.so" || die
|
||||
patchelf --set-rpath '$ORIGIN' "jbr/lib/jcef_helper" || die
|
||||
patchelf --set-rpath '$ORIGIN/../lib' "bin/clang/linux/${my_arch_suffix}/lib/libclazyPlugin.so" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local dir="/opt/${PN}"
|
||||
|
||||
insinto "${dir}"
|
||||
doins -r *
|
||||
fperms 755 "${dir}"/bin/{clion.sh,format.sh,fsnotifier,inspect.sh,jetbrains_client.sh,ltedit.sh,remote-dev-server.sh,restarter,clang/linux/${my_arch_suffix}/bin/{clangd,clang-tidy,clazy-standalone,llvm-symbolizer}}
|
||||
|
||||
if [[ -d jbr ]]; then
|
||||
fperms 755 "${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,keytool,rmiregistry,serialver}
|
||||
# Fix #763582
|
||||
fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
|
||||
fi
|
||||
|
||||
fperms 755 "${dir}"/plugins/clion-radler/DotFiles/linux-${my_arch_radler}/Rider.Backend
|
||||
|
||||
dosym -r "${EPREFIX}/usr/bin/ninja" "${dir}"/bin/ninja/linux/${my_arch_suffix}/ninja
|
||||
|
||||
make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
|
||||
newicon "bin/${PN}.svg" "${PN}.svg"
|
||||
make_desktop_entry "${PN}" "CLion" "${PN}" "Development;IDE;"
|
||||
|
||||
# recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
|
||||
insinto /usr/lib/sysctl.d
|
||||
newins - 30-"${PN}"-inotify-watches.conf <<<"fs.inotify.max_user_watches = 524288"
|
||||
dostrip -x "${skip_remote_files[@]/#//opt/clion/}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "Debugging support" dev-debug/gdb
|
||||
}
|
||||
Reference in New Issue
Block a user