You are not logged in.
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
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.
Offline
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 spellchecker4) 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