RubyMine: update to 2019.2.3.

This commit is contained in:
mobinmob 2019-10-11 19:32:48 +03:00 committed by Helmut Pozimski
parent 20afd757b5
commit 0ac6f63e6d

View file

@ -1,6 +1,6 @@
# Template file for 'RubyMine' # Template file for 'RubyMine'
pkgname=RubyMine pkgname=RubyMine
version=2019.1.2 version=2019.2.3
revision=1 revision=1
archs="i686 x86_64" archs="i686 x86_64"
depends="virtual?java-environment" depends="virtual?java-environment"
@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
license="custom:Commercial" license="custom:Commercial"
homepage="https://www.jetbrains.com/ruby" homepage="https://www.jetbrains.com/ruby"
distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz" distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz"
checksum=db60a07098d3fec4e72bcbd5e5c48638983e20817e41c3f83266733f2d8a0cfe checksum=6ac522b2a68d2e32855999d73a900e08144a812f1e54562d4714d99eb0ee1e3d
repository=nonfree repository=nonfree
restricted=yes restricted=yes
nopie=yes nopie=yes
@ -37,14 +37,14 @@ post_extract() {
do_install() { do_install() {
TARGET_PATH="usr/lib/${pkgname}" TARGET_PATH="usr/lib/${pkgname}"
LICENSE_PATH="usr/share/licenses/${pkgname}"
vmkdir usr/bin vmkdir usr/bin
vmkdir ${TARGET_PATH} vmkdir ${TARGET_PATH}
vmkdir ${LICENSE_PATH}
# Ideally vlicense should be called here, but vcopy is more terse. local i
vcopy license/* ${LICENSE_PATH} for i in license/* ; do
vlicense $i
done
vcopy bin ${TARGET_PATH} vcopy bin ${TARGET_PATH}
vcopy help ${TARGET_PATH} vcopy help ${TARGET_PATH}