Search Criteria
Package Details: moneymanagerex 1.8.0-10
Package Actions
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: | 3 |
Popularity: | 0.000023 |
First Submitted: | 2022-07-21 14:32 (UTC) |
Last Updated: | 2024-10-20 10:52 (UTC) |
Dependencies (16)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- appstream (make)
- cmake (cmake-gitAUR) (make)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- file (file-gitAUR) (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- lsb-release (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- rapidjson (rapidjson-gitAUR) (make)
- cups (cups-gitAUR, cups-gssapiAUR) (optional) – for printing support
Required by (0)
Sources (12)
- git+https://github.com/apexcharts/apexcharts.js.git#commit=2e3dcd08948d6d92517b7b9fec3aa2100ada3a57
- git+https://github.com/fmtlib/fmt.git#commit=b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9
- git+https://github.com/FVANCOP/ChartNew.js.git#commit=b9e576fffa368873caed5c5dcdeb1de99637da5f
- git+https://github.com/lua/lua.git#commit=d71a548685eb3ac5ea598d6a9e7481389c558808
- git+https://github.com/moneymanagerex/database.git#commit=c9616b8403bf1cdb9441d675d052d036efab8cf3
- git+https://github.com/moneymanagerex/general-reports.git#commit=a84b292b301b79cb7e5145bf8b1bed285235c620
- git+https://github.com/moneymanagerex/html-template.git#commit=e43bec4c0e648a5311aaae4211834cdc085178a4
- git+https://github.com/moneymanagerex/LuaGlue.git#commit=ccffa36799596cc2e9a179fe18d2bf6ce07ff09a
- git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v1.8.0
- git+https://github.com/moneymanagerex/themes.git#commit=9704a6a597bafebe0048d2f8aa8b08aaaf42c62f
- git+https://github.com/Tencent/rapidjson.git#commit=8f4c021fa2f1e001d2376095928fc0532adf2ae6
- git+https://github.com/utelle/wxsqlite3.git#commit=7bbd8a15f9fc0fdb81e3421a0fab90a63a6f0461
Latest Comments
1 2 3 4 Next › Last »
MartinX3 commented on 2024-10-01 09:42 (UTC)
@ccorn Thank you for your tips & work!
I've added the
cherry-pick -n
and git submodules optimizations.But I think the vim modeline is too specific for a single editor. I as example use nano, IntelliJ and mousepad.
ccorn commented on 2024-09-29 20:10 (UTC)
git chery-pick
creates commits which needs user data which is why thegit config user...
are there. But we can just skip the commit step using option-n
. Much simpler.vim
modeline.Here is the diff:
lacsnarga commented on 2024-09-20 18:20 (UTC)
@MartinX3 still not working I couldn't figure out the problem. I modified my CMakeLists.txt etc. Same error.
MartinX3 commented on 2024-09-19 19:33 (UTC)
Maybe it helps to manually delete your downloaded code repo. Because I rebuild it without problems now.
lacsnarga commented on 2024-09-19 16:33 (UTC)
I can't install this version or git version on Arch, X11 system. Changing to Wayland didn't work. Here's my makepkg output: https://rentry.co/g89g5ks5
jeancf commented on 2024-07-27 09:53 (UTC)
@nasko I ran into the same issue today. It seems to be related to Wayland. When I boot into X11, mmex does not crash. Not a fix but a workaround at least...
nasko commented on 2024-06-26 16:22 (UTC)
Thanks @MartinX3 - this was very helpful.
I compiled WxWidgets with the
--disable-debug
flag, but unfortunately this didn't resolve the issue - I'm still seeing this error as soon as I start typing in the Amount field of the New transaction window.I've commented on the original upstream ticket with details on the specific steps that I performed, in case anyone is interested: https://github.com/moneymanagerex/moneymanagerex/issues/6387#issuecomment-2192099982
It's weird that I'm the only one complaining about this issue, considering that its manifested on my two laptops, and on both of them I haven't installed any custom built packages - so far I was just regularly updating my packages using
yay
and accepting defaults for all prompts. I'd think that there would be more users affected by this, but then again - who knows.MartinX3 commented on 2024-06-26 10:05 (UTC) (edited on 2024-06-26 10:05 (UTC) by MartinX3)
@nasko I hope this will help you
https://wiki.archlinux.org/title/Arch_User_Repository
The packages in the brackets are the alternative usable packages if you don't want to use the main dependency packages.
nasko commented on 2024-06-25 18:34 (UTC)
To be honest, I'm quite confused - there are so many wxwidgets packages, that it's really hard for me to figure which depends on which:
nasko commented on 2024-06-25 14:00 (UTC)
@MartinX3, seeing as I currently have two wxwidgets packages, do I need to first purge both, prior to compiling wxwidgets myself excluding the debug symbols?
Sorry, I'm not quite well versed with managing package dependencies, save for what the
yay
program handles on its own when I install a package usingyay <packagename>
1 2 3 4 Next › Last »