From 0ac6f63e6dc5c74cb1192b2cd3b0f41ee0f2c8bb Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 11 Oct 2019 19:32:48 +0300 Subject: [PATCH] RubyMine: update to 2019.2.3. --- srcpkgs/RubyMine/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/RubyMine/template b/srcpkgs/RubyMine/template index 7b674991b74..db8144b63a0 100644 --- a/srcpkgs/RubyMine/template +++ b/srcpkgs/RubyMine/template @@ -1,6 +1,6 @@ # Template file for 'RubyMine' pkgname=RubyMine -version=2019.1.2 +version=2019.2.3 revision=1 archs="i686 x86_64" depends="virtual?java-environment" @@ -9,7 +9,7 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/ruby" distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz" -checksum=db60a07098d3fec4e72bcbd5e5c48638983e20817e41c3f83266733f2d8a0cfe +checksum=6ac522b2a68d2e32855999d73a900e08144a812f1e54562d4714d99eb0ee1e3d repository=nonfree restricted=yes nopie=yes @@ -37,14 +37,14 @@ post_extract() { do_install() { TARGET_PATH="usr/lib/${pkgname}" - LICENSE_PATH="usr/share/licenses/${pkgname}" vmkdir usr/bin vmkdir ${TARGET_PATH} - vmkdir ${LICENSE_PATH} - # Ideally vlicense should be called here, but vcopy is more terse. - vcopy license/* ${LICENSE_PATH} + local i + for i in license/* ; do + vlicense $i + done vcopy bin ${TARGET_PATH} vcopy help ${TARGET_PATH}