Package Details: moneymanagerex 1.9.0-2

Git Clone URL: https://aur.archlinux.org/moneymanagerex.git (read-only, click to copy)
Package Base: moneymanagerex
Description: MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest tagged version.
Upstream URL: http://www.moneymanagerex.org/
Licenses: GPL
Conflicts: moneymanagerex-git
Provides: moneymanagerex
Replaces: mmex
Submitter: MartinX3
Maintainer: MartinX3
Last Packager: MartinX3
Votes: 6
Popularity: 1.58
First Submitted: 2022-07-21 14:32 (UTC)
Last Updated: 2025-02-08 15:06 (UTC)

Dependencies (16)

Required by (0)

Sources (12)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

tomacrisan commented on 2024-04-30 22:51 (UTC)

I compiled it by downgrading to appstream-1.0.2-1, compiling moneymanagerex 1.8.0-2 and then upgrading appstream back to appstream-1.0.3-1.

MartinX3 commented on 2024-04-29 10:05 (UTC) (edited on 2024-04-29 10:05 (UTC) by MartinX3)

I can't compile it myself at the moment but you can always build 1.7.0 by modifying your PKGBUILD.
See https://github.com/moneymanagerex/moneymanagerex/issues/6693

MartinX3 commented on 2024-01-23 16:13 (UTC) (edited on 2024-01-23 16:13 (UTC) by MartinX3)

Yes.
You're welcome.

nasko commented on 2024-01-23 16:12 (UTC)

Thanks @MartinX3! Would that be https://github.com/moneymanagerex/moneymanagerex?

MartinX3 commented on 2024-01-23 16:06 (UTC)

Please create the issue ticket at the source code url.

nasko commented on 2024-01-23 16:02 (UTC)

Hey guys!

I've been experiencing a nagging UI issue with Money Manager Ex since I started using it under Arch Linux with KDE Plasma with X11. It is manifested in the most recent version, and it was also manifested in the previous version too.

I'm not sure if this is the place to report issues, so I'd be grateful if someone could point me to the proper place to do it.

Thanks!

MartinX3 commented on 2023-12-31 14:37 (UTC)

@lk1234 done Thank you

lk1234 commented on 2023-12-30 18:03 (UTC)

appstream is missing from makedepends. This causes chroot builds to fail. Could you please add it?

MartinX3 commented on 2023-08-30 17:21 (UTC)

There is no "vcpkg" package in the official repos and I can compile 1.6.4 without problems.

Also a fresh aur installation worked without problems.

If I get a problem with 1.6.5 I'll take another look.

bsergik commented on 2023-08-30 09:25 (UTC)

'vcpkg' dependency required due to the following error:

CMake Error at /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:154 (message):
  Could not find toolchain file: /opt/vcpkg/scripts/buildsystems/vcpkg.cmake
Call Stack (most recent call first):
  CMakeLists.txt:63 (project)

And also the line git submodule update --init --recursive in section 'prepare' should be with --force like: git submodule update --init --recursive --force. Otherwise submodules are not updated correctly.