summary refs log tree commit diff
path: root/pkgs/applications/office/kmymoney
Commit message (Collapse)AuthorAge
* kmymoney: Fix build with Qt 5.11aszlig2018-06-30
| | | | | | | | | | | | It's a really small fix that even could have been done via sed, but I'm using the upstream patch instead so that once a new upstream release comes along we don't forget to drop the patch. The patch is from the upstream commit at: https://cgit.kde.org/kmymoney.git/commit/?id=e5198a902996b27bf9abde0ad24af82d55ab5dc1 Signed-off-by: aszlig <aszlig@nix.build>
* kmymoney: init at 5.0.1aszlig2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried to use -DENABLE_SQLCIPHER and also passed the right directories to the Qt 5 source of the QSQLiteDriver but CMake then failed to run qt4_automoc, by which I'd imply that SQLCipher is not maintained anymore (after all KMyMoney using qgpgme as well, which doesn't require sources). Another odd thing is that CMake reports that the weboob plugin is disabled, but after inspecting it turns out that the reporting is just wrong. This is already fixed upstream but not yet released in KDE/kmymoney@8b086cf921879770971e9331f005339bfacdc84c. In addition of running the upstream test suite I have manually tested a few things in a VM by using the following Nix expression: (import <nixpkgs/nixos> { configuration = { pkgs, ... }: { environment.systemPackages = with pkgs; [ kmymoney aqbanking gwenhywfar libchipcard python2Packages.weboob kgpg ]; users.users.test.isNormalUser = true; virtualisation.diskSize = 4096; virtualisation.memorySize = 2048; services.xserver = { enable = true; inherit ((import <nixpkgs/nixos> {}).config.services.xserver) layout; displayManager.sddm.enable = true; displayManager.sddm.autoLogin.enable = true; displayManager.sddm.autoLogin.user = "test"; desktopManager.default = "plasma5"; desktopManager.plasma5.enable = true; }; }; }).vm The things I have tested in particular are: * Basic startup * Completing the wizard * Add some test transactions * GPG encryption * Generation of charts and reports * Rough check whether OFX integration lists supported financial institutions. * Small check of AqBanking implementation, whether accounts and users can be configured, but didn't test actual connectivity with a financial institution. * Check of Weboob integration with a test PayPal backend, however also just with a dummy account and without actually connecting to PayPal. One of the upstream tests "reports-chart-test" seems to fail even though generating charts and reports are working when testing manually. It also seems that this is the case on other distributions, for example Gentoo has disabled that test as well: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec68fa6fd67841 Note that I didn't add myself as a maintainer because I'm not personally using KMyMoney but just packaged it for someone else. I hope this is useful for other people, so that maybe someday[TM] there will be a proper maintainer. Signed-off-by: aszlig <aszlig@nix.build> Cc: @ttuegel
* Remove kde4.kmymoneyThomas Tuegel2017-02-24
| | | | - No maintainer in Nixpkgs
* Fix kmymoney test build failure on 32bitexi2016-09-13
| | | | | (cherry picked from commit f4618e14b956055da3df400fa9d302c5ea64a7f8) Signed-off-by: Domen Kožar <domen@dev.si>
* kmymoney: 4.7.2 -> 4.8.0Christian Richter2016-07-18
|
* kmymoney: enable kbanking supportReno Reckling2016-01-01
| | | | this will add hbci capabilities to kmymoney
* kmymoney: 4.6.3 -> 4.7.2Reno Reckling2016-01-01
|
* kde4.kmymoney: update from 4.6.2 to 4.6.4, add documentationEvgeny Egorochkin2014-02-13
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* kmymoney-4.6.2, fix build with qt-4.8Yury G. Kudryashov2012-02-11
| | | | svn path=/nixpkgs/trunk/; revision=32230
* kmymoney: explicitly pass pkgconfigYury G. Kudryashov2012-02-10
| | | | svn path=/nixpkgs/trunk/; revision=32173
* kmymoney-4.6.1Yury G. Kudryashov2012-01-08
| | | | | | No aqbanking nor gwenhywfar since aqbanking FTBFS svn path=/nixpkgs/trunk/; revision=31437
* Add kmymoneyYury G. Kudryashov2011-08-29
svn path=/nixpkgs/trunk/; revision=28910