mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 08:15:01 -05:00
Update intellij-idea-ultimate-edition
This commit is contained in:
parent
26c82823bd
commit
27a8fb941c
@ -1,7 +1,7 @@
|
||||
# Maintainer: Urs Wolfer <uwolfer @ fwo.ch>
|
||||
|
||||
pkgbase=intellij-idea-ultimate-edition
|
||||
pkgname=intellij-idea-ultimate-edition
|
||||
pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
|
||||
pkgver=2018.3.3
|
||||
_buildver=183.5153.38
|
||||
pkgrel=1
|
||||
@ -20,7 +20,7 @@ prepare() {
|
||||
mv idea-IU-$_buildver/jre64 "$srcdir"/jre64
|
||||
}
|
||||
|
||||
package() {
|
||||
package_intellij-idea-ultimate-edition() {
|
||||
backup=("opt/$pkgname/bin/idea.vmoptions" "opt/${pkgname}/bin/idea64.vmoptions" "opt/${pkgname}/bin/idea.properties")
|
||||
depends=('giflib' 'libxtst')
|
||||
optdepends=('intellij-idea-ultimate-edition-jre: JetBrains custom JRE (Recommended)' 'java-environment: Required if intellij-idea-ultimate-edition-jre is not installed')
|
||||
@ -41,4 +41,10 @@ package() {
|
||||
sed -i 's|lcd|on|' "$pkgdir"/opt/$pkgname/bin/*.vmoptions
|
||||
}
|
||||
|
||||
package_intellij-idea-ultimate-edition-jre() {
|
||||
arch=('x86_64')
|
||||
install -d -m 755 "$pkgdir"/opt/$pkgbase
|
||||
mv "$srcdir"/jre64 "$pkgdir"/opt/$pkgbase
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
Loading…
Reference in New Issue
Block a user