Package Details: rubymine 2024.1.1-1

Git Clone URL: https://aur.archlinux.org/rubymine.git (read-only, click to copy)
Package Base: rubymine
Description: Ruby and Rails IDE with the full stack of essential developer tools
Upstream URL: https://www.jetbrains.com/ruby/
Keywords: IDE
Licenses: custom
Submitter: None
Maintainer: supermario
Last Packager: supermario
Votes: 112
Popularity: 0.000324
First Submitted: 2011-04-06 08:10 (UTC)
Last Updated: 2024-05-08 15:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

<deleted-account> commented on 2011-05-01 19:29 (UTC)

to be precise patch should be like this : if [ "$CARCH" = "i686" ]; then rm "${pkgdir}/usr/lib/${_realpkgname}/bin/fsnotifier64" rm "${pkgdir}/usr/lib/${_realpkgname}/bin/libyjpagent64.so" fi

<deleted-account> commented on 2011-05-01 19:18 (UTC)

Yah, I gotta fix the symlink one, still new to arch.

<deleted-account> commented on 2011-05-01 19:07 (UTC)

I bumped it with your patch, and put you in contrib (I can remove you if you'd like or change the email). Please try it and see.

<deleted-account> commented on 2011-05-01 19:07 (UTC)

other issue is the symbolic link /usr/bin/mine is pointed to /home/abs/tmp/yaourt-tmp-marco/aur-rubymine/pkg/usr/lib/RubyMine-3.1.1/bin/rubymine.sh -> means to temporary file from building process

<deleted-account> commented on 2011-05-01 18:58 (UTC)

gotcha, I see that now, I had just woken up when I read your comment. gimmie a minute.

<deleted-account> commented on 2011-05-01 18:57 (UTC)

with not patched PKGBUILD process ends with error /usr/bin/strip:./usr/lib/RubyMine-3.1.1/bin/fsnotifier64: File format not recognized ==> ERROR: Makepkg was unable to build rubymine. i'm building on i686 arch

<deleted-account> commented on 2011-05-01 16:25 (UTC)

for arch=('i686') rm "${pkgdir}/usr/lib/${_realpkgname}/bin/fsnotifier64" rm "${pkgdir}/usr/lib/${_realpkgname}/bin/libyjpagent64.so" is needed in package() section thx for package