@JoveYu I have added the custom script you provided to allow passing user flags. Thanks.
Search Criteria
Package Details: xmind 24.04.10311.202405240010-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xmind.git (read-only, click to copy) |
---|---|
Package Base: | xmind |
Description: | Brainstorming and Mind Mapping Software |
Upstream URL: | https://www.xmind.net |
Keywords: | office productivity |
Licenses: | unknown |
Submitter: | arojas |
Maintainer: | bacteriostat |
Last Packager: | bacteriostat |
Votes: | 53 |
Popularity: | 0.61 |
First Submitted: | 2017-07-06 19:05 (UTC) |
Last Updated: | 2024-07-26 04:17 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxkbfile
- nss (nss-hgAUR)
Required by (0)
Sources (3)
bacteriostat commented on 2024-07-26 04:21 (UTC)
JoveYu commented on 2024-07-26 02:56 (UTC) (edited on 2024-07-26 03:07 (UTC) by JoveYu)
please add custom startup script /usr/bin/xmind
instead of link to support wayland,and change Exec in /usr/share/applications/xmind.desktop
copy from https://aur.archlinux.org/packages/visual-studio-code-bin
#!/bin/bash
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
# Allow users to override command-line options
if [[ -f $XDG_CONFIG_HOME/xmind-flags.conf ]]; then
XMIND_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/xmind-flags.conf | tr '\n' ' ')"
fi
# Launch
exec /opt/Xmind/xmind "$@" $XMIND_USER_FLAGS
bacteriostat commented on 2024-03-07 14:33 (UTC)
@dreieck I will rename the package soon.
Regarding xmind2latex
, I don't see why it needs to be added to optdepends
since in no way does xmind
make use of xmind2latex
. It is a separate tool that users can install if they need it.
optdepends
is for packages that can enhance the functionality of the base package but are not a required dependency.
dreieck commented on 2024-03-07 14:10 (UTC)
Can you add xmind2latex
to optdepends
?
Regards!
dreieck commented on 2024-03-07 14:09 (UTC) (edited on 2024-03-07 14:13 (UTC) by dreieck)
Ahoj,
this package should be called xmind-bin
since prebuilt binaries are downloaded. (And then it should have added provides=("xmind=${pkgver}")
, conflicts=("xmind")
, replaces=("xmind<=24.01.09392.202401101753")
.)
Regards and thanks for renaming!
bacteriostat commented on 2023-10-26 06:11 (UTC)
@Fandekasp I don't have JDK or JRE available on my system and it works fine for me. Can you share the error that you get while launching it?
Fandekasp commented on 2023-10-24 11:40 (UTC) (edited on 2023-10-24 11:46 (UTC) by Fandekasp)
A JRE or JDK must be available in order to run XMind. It's looking for java-8 when I have java 11, 17 and 21 in my system Add jdk8-openjdk to dependencies?
bacteriostat commented on 2022-09-08 02:20 (UTC)
Thanks @fft, I have fixed it.
fft commented on 2022-09-07 19:09 (UTC) (edited on 2022-09-07 19:09 (UTC) by fft)
Wrong symlink creation in PKGBUILD now. Need to be
ln -s /opt/Xmind/xmind "$pkgdir/usr/bin/xmind"
instead of
ln -s /opt/XMind/xmind "$pkgdir/usr/bin/xmind"
FabioLolix commented on 2022-04-11 15:34 (UTC)
It would have been better to create a xmind2022 pkbuild
No, xmind pkgbuild need to be the last stable version, legacy pkgbuild for legacy versions
Pinned Comments