Package Details: marvin 23.4.0-1

Git Clone URL: https://aur.archlinux.org/marvin.git (read-only, click to copy)
Package Base: marvin
Description: Intuitive applications and API for chemical sketching, visualization and data exploration
Upstream URL: http://www.chemaxon.com
Keywords: chemistry
Licenses: proprietary
Submitter: ccat3z
Maintainer: fusion809
Last Packager: fusion809
Votes: 9
Popularity: 0.000001
First Submitted: 2016-12-01 06:38 (UTC)
Last Updated: 2023-03-19 15:44 (UTC)

Dependencies (1)

Required by (0)

Sources (4)

Latest Comments

1 2 Next › Last »

asakurahao commented on 2022-01-25 22:06 (UTC) (edited on 2022-01-25 22:07 (UTC) by asakurahao)

Dear, I'm trying to open the launcher, but it does not work. I've tried to run directly from the MarvinSketch.sh file in the opt/chemaxom folder. It showed me:

./MarvinSketch: line 320: cd: ../jre/bin: No such file or directory

java.lang.UnsupportedClassVersionError: chemaxon/marvin/Sketch has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0. What can I do?

fusion809 commented on 2019-03-18 05:22 (UTC)

Hi mate, this package is quite outdated (version 19.7 is out). Wouldn't it be prudent to add me as a co-maintainer, so instead of constantly flagging this package to let you know it's out of date I can merely bump it for you?

Mornielome commented on 2018-06-26 11:23 (UTC)

Will take a look at it, probably tonight. Update also comming tonight (probably)

fusion809 commented on 2018-06-25 15:00 (UTC) (edited on 2018-06-25 15:01 (UTC) by fusion809)

I have created a ticket upstream asking for an improvement to the desktop config files of Marvin (https://support.chemaxon.com/tickets/suggested-edits-to-desktop-configuration-files-used-on-linux). In case something unexpected occurs to that ticket here's my suggested MarvinSketch desktop config file:

!/usr/bin/env xdg-open

[Desktop Entry]

Type=Application

Name=MarvinSketch

Exec=/bin/sh "/opt/chemaxon/marvinsuite/MarvinSketch" %f

Icon=/opt/chemaxon/marvinsuite/.install4j/MarvinSketch.png

MimeType=text/xml;text/plain;chemical/x-cml;chemical/x-mdl-molfile;chemical/x-mdl-sdfile;chemical/x-mol2;chemical/x-pdb;chemical/x-xyz;chemical/x-mdl-rdfile;chemical/x-mdl-rxnfile;chemical/x-inchi;

Categories=Education;Science;Chemistry;

Note how the Exec line now takes a file argument, so you can use Marvin to open a file, which I have confirmed it is capable of doing with this command. The MimeType line gives it support for opening a variety of chemical file formats. The Categories line places it into these categories in application menus. Of course, adding the StartupWMClass=com-install4j-runtime-launcher-UnixLauncher line present in the desktop config file provided by this AUR package mightn't hurt either. I'm surprised there's no MarvinView desktop config file provided by this AUR package.

KbanKiller commented on 2017-08-19 07:08 (UTC)

Here you have a new PKGBUILD for the latest version (17.21.0), I tested and work fine: pkgname=marvin pkgver=17.21.0 pkgrel=1 pkgdesc="Intuitive applications and API for chemical sketching, visualization and data exploration" arch=('any') url="http://www.chemaxon.com" license=('proprietary') depends=('jre8-openjdk') source=("https://dl.chemaxon.com/marvin/$pkgver/Marvin_linux_$pkgver.rpm" "MarvinSketch.desktop" "marvin-sketch-symbolic.svg") md5sums=('bbdb63c278e73141eced48171a0b9d5e' '63b667e3188ffe688f516848e5db66c6' 'e6758f94b843b97804112fa0420ba1bb') package() { install -Dm755 MarvinSketch.desktop ${pkgdir}/usr/share/applications/MarvinSketch.desktop cp -R opt ${pkgdir}/opt install -Dm644 opt/chemaxon/marvinsuite/.install4j/MarvinSketch.png ${pkgdir}/usr/share/pixmaps/marvin-sketch.png install -Dm644 marvin-sketch-symbolic.svg ${pkgdir}/usr/share/pixmaps/marvin-sketch-symbolic.svg }

ccat3z commented on 2017-08-18 15:02 (UTC)

@Mornielome Since I'm no longer using Arch Linux on my laptop, I may not update this pkg manually in time. But I can push an auto update script on my server next week if no one take responsibility for this package.

Mornielome commented on 2017-08-18 14:35 (UTC)

@catara @fusion809 Well, the package seems to be orphaned and @c0ldcat doesn't seem to be responding. Would one of you be so kind and take responsibillity for the package? If absolutely nobody is able to, I would be willing to give it a try (but I have no experience in packaging)

catara commented on 2017-07-08 16:54 (UTC)

I could also take responsibility for this package, I already have written a fresh PKGBUILD with some changes (new logo, sha256sums, version 17.14.0, include source link as suggested by @Zirkelite), but I should not make a duplicate as stated in submission guidelines (https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Submitting_packages).

fusion809 commented on 2017-06-27 11:24 (UTC) (edited on 2017-06-27 11:24 (UTC) by fusion809)

@coldcat^ I'd be willing to take responsibility for this package if you would be willing to let me.

Zirkelite commented on 2017-02-11 14:44 (UTC)

As a note, it seems that it is possible to use the following as a source instead of having to sign up in their website: https://dl.chemaxon.com/marvin/$pkgver/Marvin_linux_$pkgver.rpm