mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
intellij-idea-ultimate-edition: update to 2025.2.
This commit is contained in:
parent
3b24c90f8f
commit
8f3dcf979a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'intellij-idea-ultimate-edition'
|
||||
pkgname=intellij-idea-ultimate-edition
|
||||
version=2025.1.2
|
||||
version=2025.2
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Piekay <github@piekay.de>"
|
|||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.org/"
|
||||
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"
|
||||
checksum=1e675bda1314ae914b64b31a22309ba2eba6f35e6659e53d4b291e73c2fb856b
|
||||
checksum=d28d0d647cf5f0d2eedd49602493be4a3182aec83c73df01b887164f56db0ff4
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
@ -43,7 +43,7 @@ do_install() {
|
|||
vcopy jbr usr/lib/intellij-idea-ultimate
|
||||
vcopy license usr/share/doc/intellij-idea-ultimate
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea-ultimate/lib/async-profiler -rf
|
||||
ln -sf ../lib/intellij-idea-ultimate/bin/idea.sh ${DESTDIR}/usr/bin/idea-ultimate
|
||||
ln -sf ../lib/intellij-idea-ultimate/bin/idea ${DESTDIR}/usr/bin/idea-ultimate
|
||||
ln -sf ../../lib/intellij-idea-ultimate/bin/idea.png ${DESTDIR}/usr/share/pixmaps/idea-ultimate.png
|
||||
ln -sf ../../lib/intellij-idea-ultimate/bin/idea.svg ${DESTDIR}/usr/share/icons/hicolor/scalable/apps/idea-ultimate.svg
|
||||
vinstall entry.desktop 644 usr/share/applications idea-ultimate.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue