From 3413a7794faa4e4f8c58a3cde91af0517e33e6f8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 14 Apr 2023 21:45:14 +0200 Subject: [PATCH] intellij-idea-community-edition: update to 2023.1 --- srcpkgs/intellij-idea-community-edition/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index 1c5f9d167c22..87725f7551db 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=2023.1 +revision=1 archs="x86_64" -depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme" +depends="virtual?java-environment giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains" -maintainer="Orphaned " +maintainer="Bnyro " 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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa repository=nonfree nopie=yes python_version=3 @@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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