intellij-idea-community-edition: update to 2023.1
This commit is contained in:
parent
3ac0aa5ea5
commit
e0b4338c96
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue