commit:     c49a1a71ad96adc1395bc3750c19baf6b039e2f3
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 28 12:56:37 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Dec 28 12:56:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49a1a71

dev-util/intellij-idea: Fix launcher script path

Closes: https://bugs.gentoo.org/968082

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 .../intellij-idea/intellij-idea-2025.3.1-r2.ebuild | 218 +++++++++++++++++++++
 1 file changed, 218 insertions(+)

diff --git a/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild 
b/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild
new file mode 100644
index 000000000000..0045352f0cad
--- /dev/null
+++ b/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit check-reqs desktop wrapper
+
+MY_PV=idea-$(ver_cut 1-3)
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="https://www.jetbrains.com/idea";
+
+SRC_URI="
+       amd64? ( https://download.jetbrains.com/idea/${MY_PV}.tar.gz -> 
${P}.tar.gz )
+       arm64? ( https://download.jetbrains.com/idea/${MY_PV}-aarch64.tar.gz -> 
${P}-aarch64.tar.gz )
+"
+
+S="${WORKDIR}/idea-IC-${PV}"
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
+       codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0
+       GPL-2 GPL-2-with-classpath-exception ISC
+       JDOM LGPL-2.1 LGPL-2.1+ LGPL-3-with-linking-exception MIT
+       MPL-1.0 MPL-1.1 OFL-1.1 ZLIB"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="bundled-xvfb experimental professional wayland"
+REQUIRED_USE="experimental? ( wayland )
+       professional? ( || ( bundled-xvfb !bundled-xvfb ) )
+       bundled-xvfb? ( professional )"
+
+DEPEND=">=virtual/jdk-17:*"
+
+RDEPEND="${DEPEND}
+       professional? ( bundled-xvfb? (
+                       dev-libs/libpcre2
+                       sys-libs/pam
+                       sys-process/audit
+               )
+               !bundled-xvfb? (
+                       x11-base/xorg-server[xvfb]
+               )
+       )
+       sys-libs/glibc
+       media-libs/harfbuzz
+       dev-java/jansi-native
+       virtual/zlib:=
+       x11-libs/libX11
+       x11-libs/libXrender
+       media-libs/freetype
+       x11-libs/libXext
+       dev-libs/wayland
+       x11-libs/libXi
+       x11-libs/libXtst
+       x11-libs/libXcomposite
+       x11-libs/libXdamage
+       x11-libs/libXrandr
+       media-libs/alsa-lib
+       app-accessibility/at-spi2-core
+       x11-libs/cairo
+       net-print/cups
+       x11-libs/libdrm
+       media-libs/mesa
+       dev-libs/nspr
+       dev-libs/nss
+       dev-libs/libdbusmenu
+       x11-libs/libxkbcommon
+       x11-libs/libXcursor
+       x11-libs/pango"
+
+QA_PREBUILT="opt/${PN}/*"
+
+BDEPEND="dev-util/patchelf"
+RESTRICT="splitdebug"
+
+pkg_pretend() {
+       CHECKREQS_DISK_BUILD="4G"
+       check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+       CHECKREQS_DISK_BUILD="4G"
+       check-reqs_pkg_pretend
+}
+
+src_unpack() {
+
+       default_src_unpack
+       if [ ! -d "$S" ]; then
+               einfo "Renaming source directory to predictable name..."
+               mv $(ls "${WORKDIR}") "idea-IC-${PV}" || die
+       fi
+}
+
+src_prepare() {
+
+       default_src_prepare
+
+       if use amd64; then
+               JRE_DIR=jre64
+               rm -vf 
"${S}"/plugins/cwm-plugin/quiche-native/linux-aarch64/libquiche.so
+       else
+               JRE_DIR=jre
+               rm -vf 
"${S}"/plugins/cwm-plugin/quiche-native/linux-x86-64/libquiche.so
+       fi
+
+       PLUGIN_DIR="${S}/${JRE_DIR}/lib/"
+
+       # rm LLDBFrontEnd after licensing questions with Gentoo License Team
+       rm -vf "${S}"/plugins/Kotlin/bin/linux/LLDBFrontend
+       rm -vf ${PLUGIN_DIR}/libavplugin*
+       rm -vf "${S}"/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi*
+       rm -vrf "${S}"/lib/pty4j-native/linux/ppc64le
+       rm -vf "${S}"/bin/libdbm64*
+       rm -vf "${S}"/lib/pty4j-native/linux/mips64el/libpty.so
+
+       if [[ -d "${S}"/"${JRE_DIR}" ]]; then
+               for file in "${PLUGIN_DIR}"/{libfxplugins.so,libjfxmedia.so}
+               do
+                       if [[ -f "$file" ]]; then
+                         patchelf --set-rpath '$ORIGIN' $file || die
+                       fi
+               done
+       fi
+
+       if ! use amd64; then
+               if [[ -d "${S}"/lib/async-profiler/ ]]; then
+                       rm -v  
"${S}"/lib/async-profiler/amd64/libasyncProfiler.so || die
+               fi
+       fi
+       if ! use arm64; then
+               if [[ -d "${S}"/lib/async-profiler/ ]]; then
+                       rm -v  
"${S}"/lib/async-profiler/aarch64/libasyncProfiler.so || die
+               fi
+       fi
+
+       rm -vf "${S}"/lib/pty4j-native/linux/x86-64/libpty.so
+
+       sed -i \
+               -e "\$a\\\\" \
+               -e 
"\$a#-----------------------------------------------------------------------" \
+               -e "\$a# Disable automatic updates as these are handled through 
Gentoo's" \
+               -e "\$a# package manager. See bug #704494" \
+               -e 
"\$a#-----------------------------------------------------------------------" \
+               -e "\$aide.no.platform.update=Gentoo"  bin/idea.properties
+
+       patchelf --set-rpath '$ORIGIN' "jbr/lib/libjcef.so" || die
+       patchelf --set-rpath '$ORIGIN' "jbr/lib/libcef.so" || die
+       patchelf --set-rpath '$ORIGIN' "jbr/lib/jcef_helper" || die
+
+       if use bundled-xvfb; then
+               patchelf --set-rpath '$ORIGIN/../lib' 
"${S}"/plugins/remote-dev-server/selfcontained/bin/{Xvfb,xkbcomp} || die
+               patchelf --set-rpath '$ORIGIN' 
"${S}"/plugins/remote-dev-server/selfcontained/lib/lib*.so* || die
+       else
+               rm -vr "${S}"/plugins/remote-dev-server/selfcontained || die
+               sed '/export REMOTE_DEV_SERVER_IS_NATIVE_LAUNCHER/a export 
REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS=1' \
+                 -i bin/remote-dev-server.sh || die
+       fi
+
+       if ! use elibc_musl; then
+               rm 
plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
+       fi
+
+       eapply_user
+}
+
+src_install() {
+       local dir="/opt/${PN}"
+       local dst="${D}${dir}"
+
+       insinto "${dir}"
+       doins -r *
+       fperms 755 
"${dir}"/bin/{format.sh,idea,idea.sh,inspect.sh,restarter,fsnotifier}
+
+       if [[ -d jbr ]]; then
+               fperms 755 
"${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,jwebserver,keytool,rmiregistry,serialver}
+
+               # Fix #763582
+               fperms 755 
"${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
+       fi
+
+       if use amd64; then
+               JRE_DIR=jre
+               JRE_DIR=jre
+       fi
+
+       JRE_BINARIES="jaotc java javapackager jjs jrunscript keytool pack200 
rmid rmiregistry unpack200"
+       if [[ -d ${JRE_DIR} ]]; then
+               for jrebin in $JRE_BINARIES; do
+                       fperms 755 "${dir}"/"${JRE_DIR}"/bin/"${jrebin}"
+               done
+       fi
+
+       # bundled script is always lowercase, and doesn't have -ultimate, 
-professional suffix.
+       local bundled_script_name="${PN#*-}.sh"
+
+       make_wrapper "${PN}" "${dir}/bin/$bundled_script_name" || die
+
+       local pngfile="$(find ${dst}/bin -maxdepth 1 -iname '*.png')"
+       newicon $pngfile "${PN}.png" || die "we died"
+
+       if use experimental; then
+               make_desktop_entry "/opt/intellij-idea/bin/idea 
-Dawt.toolkit.name=WLToolkit" \
+                       "IntelliJ IDEA Community Edition" "${PN}" 
"Development;IDE;"
+
+               ewarn "You have enabled the experimental USE flag."
+               ewarn "This is a Wayland support preview. Expect instability."
+       else
+               make_desktop_entry "/opt/intellij-idea/bin/idea" \
+                       "IntelliJ IDEA" "${PN}" "Development;IDE;"
+       fi
+
+       # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+       mkdir -p "${D}/etc/sysctl.d/" || die
+       echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
+
+       # remove bundled harfbuzz
+       rm -f "${D}"/lib/libharfbuzz.so || die "Unable to remove bundled 
harfbuzz"
+}

Reply via email to