From 55966077a0567217be847fd2cac18fbf4905fc58 Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria Date: Thu, 27 Oct 2022 23:36:12 +0200 Subject: [PATCH] intellij-idea-community-edition: update to 2022.2.3. --- srcpkgs/intellij-idea-community-edition/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index 695389ea44cb..ef7383481ba9 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,15 +1,15 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition -version=2022.2.2 -revision=2 +version=2022.2.3 +revision=1 archs="x86_64" -depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme" +depends="giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains" maintainer="Orphaned " license="Apache-2.0" homepage="https://www.jetbrains.org/" -distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz" -checksum=d645ec79bc95bc383f70c1f453b0aa6188cf6ebe086e0179662b02d9675d4737 +distfiles="https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz" +checksum=4ba5faafad48d58db5099fae080ae2238086d3d9803080082de8efe35d8bf4ed repository=nonfree nopie=yes python_version=3 @@ -26,7 +26,7 @@ do_install() { vmkdir usr/share/pixmaps vmkdir usr/share/icons/hicolor/scalable/apps - mv bin lib plugins product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea + mv bin jbr lib plugins product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/win -rf rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/mac -rf