Search Criteria
Package Details: kmymoney-git 5.0.1+186+g8bdae558-1
Git Clone URL: | https://aur.archlinux.org/kmymoney-git.git (read-only, click to copy) |
---|---|
Package Base: | kmymoney-git |
Description: | Personal finance manager for KDE which operates similarly to MS-Money or Quicken |
Upstream URL: | https://github.com/KDE/kmymoney |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | twa022 |
Maintainer: | None |
Last Packager: | twa022 |
Votes: | 4 |
Popularity: | 0.042276 |
First Submitted: | 2018-01-11 04:17 |
Last Updated: | 2018-06-04 14:04 |
Dependencies (38)
- akonadi (libakonadi-qt4, akonadi-qt4, akonadi-git)
- aqbanking (aqbanking-git)
- boost-libs (boost171, boost-libs-git)
- kactivities (kactivities4, kactivities-git)
- karchive (karchive-git)
- kcmutils (kcmutils-git)
- kcompletion (kcompletion-git)
- kconfig (kconfig-git)
- kcontacts (kcontacts-git)
- kcoreaddons (kcoreaddons-blucrystal, kcoreaddons-git)
- kdewebkit (kdewebkit-git)
- kdiagram (kdiagram-git)
- kdoctools (kdoctools-git)
- kholidays (kholidays-git)
- ki18n (ki18n-git)
- kiconthemes (kiconthemes-git)
- kidentitymanagement (kidentitymanagement-git)
- kio (kio-osync, kio-git)
- kitemmodels (kitemmodels-git)
- kitemviews (kitemviews-git)
- knotifications (knotifications-git)
- kqtquickcharts
- kross (kross-git)
- kservice (kservice-git)
- ktextwidgets (ktextwidgets-git)
- kwallet (kwallet-git)
- kwidgetsaddons (kwidgetsaddons-git)
- kxmlgui (kxmlgui-git)
- libalkimia
- libical (libical2, zarafa-libical)
- qgpgme (qgpgme-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- shared-mime-info (shared-mime-info-git)
- sqlcipher
- boost (boost-git) (make)
- doxygen (doxygen-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
Latest Comments
ochurlaud commented on 2018-05-13 20:14
libalkimia-qt5 is not needed anymore: repos libalkimia is now qt5.
Please correct this dependency so we don't need to compile it if we don't want to.
centqwerG7890FCT commented on 2018-02-27 22:58
Noticed a crash caused by a segmentation fault when trying to use a predefined payee from the dropdown list on v5.0.3 I think it was. Anyway, I compiled from git the same version and it worked, however I had to force python 2.7 as it was using python 3.6 which was specifically installed for gPodder. Everything else remained the same and it works great now. Maybe tell your PKGBUILD to force using python 2.7. I used "cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.7 .." to compile.