You are not logged in.

#1 2018-06-30 14:11:52

sajmonella9
Member
Registered: 2015-08-26
Posts: 29

Xmind Zen for Linux (Github) AUR Request.

Hi like on subject, unofficial version of Xmin Zen for Linux.
Please someone create a Aur Package for that source. Thanks.

Source : https://github.com/Xmader/xmind_zen_linux

Proof :

https://preview.ibb.co/hS8fuy/Screensho … 141013.png

Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code

Last edited by Slithery (2018-06-30 14:24:28)

Offline

#2 2018-06-30 14:26:31

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Xmind Zen for Linux (Github) AUR Request.

This looks like it should be quite an easy package as it's distributed as a binary, putting everything in /opt and creating a symlink in /usr/bin should be all that's needed.

Please post what you've come up with so far.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-07-01 03:11:59

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: Xmind Zen for Linux (Github) AUR Request.

Does it work if you try:

1) install the "electron" and "npm" package from community
2) enter the directory the directory https://github.com/Xmader/xmind_zen_lin … ources/app (wherever you checked this out in git).
3) run

npm rebuild spellchecker

4) to try running the app itself, run

electron .

It looks like it does include one binary node extension, https://www.npmjs.com/package/spellchecker which is open-source so you should be able to rebuild it to link with the system nodejs. This is the only issue I foresee with using the system electron package.

If this works, then you should package that "resources/app/" directory as "${pkgdir}/usr/lib/xmind-app/", then install a script in "${pkgdir}/usr/bin/xmind" which looks like this:

#!/bin/sh

exec electron /usr/lib/xmind-app "$@"

Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

Board footer

Powered by FluxBB