summary refs log tree commit diff
path: root/pkgs/development/libraries/aqbanking
Commit message (Collapse)AuthorAge
* gwenhywfar: update homepageRenaud2022-02-06
| | | and use SPDX 3.0 license identifier
* aqbanking: update homepageBen Siraphob2022-01-07
|
* libgpg-error: rename from libgpgerrorRyan Burns2021-10-06
| | | | Matches pname and upstream project name
* aqbanking: 6.2.10 -> 6.3.0Daniel Nagy2021-05-05
|
* aqbanking: 6.2.5 -> 6.2.10Daniel Nagy2021-03-20
|
* gwenhywfar: 5.4.1 -> 5.6.0Daniel Nagy2021-03-20
|
* qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* Update aqbanking, etc.Michael Alan Dorman2020-12-09
|
* aqbanking: update homepage URLKonrad Borowski2020-10-06
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* aqbanking: Fix download url because of upstream changesChristian Lütke-Stetzkamp2020-03-26
|
* aqbanking: 5.7.8 -> 6.0.2Christian Lütke-Stetzkamp2020-03-20
| | | | also update download url
* gwenhywfar: 4.20.0 -> 5.1.3Christian Lütke-Stetzkamp2020-03-19
| | | | | | | | also update download url Remove update script, because upstream has changed its CMS, which changed the paths of the website, so the update script does not work any more.
* Treewide: update some problematic homepagesc0bw3b2019-12-08
| | | | | | These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gwenhywfar: Add OpenSSL and libgpgerroraszlig2018-04-27
| | | | | | | | OpenSSL is needed for gct-tool and libgpgerror for RSA key utilities (src/crypt3/cryptkeyrsa.c). Signed-off-by: aszlig <aszlig@nix.build> Cc: @goibhniu
* gwenhywfar: Support Gtk 2, Gtk 3 and Qt 5 GUIsaszlig2018-04-27
| | | | | | | | | | | | | | | | | | So far we used only the defaults, which are gtk2 and qt5. However nowadays most applications have already switched to Qt 5 and Gtk 3, so let's aim for that instead. The reason Gtk 2 is still there is because GnuCash in nixpkgs is using the Gtk 2 interface, so we can drop it as soon as a newer GnuCash has landed in nixpkgs. Right now the only package that depends on this is GnuCash (and aqbanking of course), so I've tested this by not only building gwenhywfar and aqbanking but also GnuCash. I did however not test whether HBCI functionality works, only whether GnuCash starts up. Signed-off-by: aszlig <aszlig@nix.build> Cc: @goibhniu, @peti, @domenkozar
* libchipcard: Don't hardcode versionaszlig2018-04-27
| | | | | | | | | This is to make sure that we don't get a disparity between the version in sources.nix and the version in the package expression and it's mostly to get the package expression in par with aqbanking and gwenhywfar. Signed-off-by: aszlig <aszlig@nix.build> Cc: @goibhniu
* aqbanking: 5.6.12 -> 5.7.8aszlig2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes in 5.7.8: * Update bank information files for German banks because the format of ZKA files has changed in the meantime. Upstream release notes in German: https://www.aquamaniac.de/sites/download/releasenote.php?package=03&release=217 Upstream changes in 5.7.7: * Fix of manually adding new HBCI accounts (for example using KMyMoney). * Fix wrong truncation of account numbers in some turnovers of the SWIFT parser. * Simplified code for inserting new account data while fetching HBCI accounts. * Update information for German banks. Upstream release notes in German: https://www.aquamaniac.de/sites/download/releasenote.php?package=03&release=216 As with the gwenhywfar update, the updater script (update.sh) actually didn't get the right file to download, so I temporarily modified it to download file number 2 because file number 1 is the GPG signature. The reason why I didn't fix the updater is because the upstream site will have different URLs in the next upcoming version, so our updater is basically end-of-life for now. I also changed the package expression to use the version from sources.nix instead of a hardcoded value. Signed-off-by: aszlig <aszlig@nix.build> Cc: @goibhniu
* gwenhywfar: 4.17.0 -> 4.20.0aszlig2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes in 4.20.0: * Update bank information files for German banks because the format of ZKA files has changed in the meantime. Upstream release notes in German: https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=208 Upstream changes in 4.19.0: * Add frontend for GTK3. Upstream release notes in German: https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=207 Upstream changes in 4.18.0: * Show hashes for MD5, SHA1 and SHA512 in SSL certificates because some bank servers display different hashing variants. * Let GNUTLS handle the localisation of TrustStore certificates. Upstream release notes in German: https://www.aquamaniac.de/sites/download/releasenote.php?package=01&release=206 The updater script (update.sh) actually didn't get the right file to download, so I temporarily modified it to download file number 2 because file number 1 is the GPG signature. The reason why I didn't fix the updater is because the upstream site will have different URLs in the next upcoming version, so our updater is basically end-of-life for now. I also changed the package expression to use the version from sources.nix instead of a hardcoded value. Signed-off-by: aszlig <aszlig@nix.build> Cc: @goibhniu
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* gwenhywfar: 4.15.3 -> 4.17.0aszlig2017-03-11
| | | | | | | | | | | | | | | | * 4.17.0: A few smaller fixes. * 4.16.0beta: It's now possible to show saved passwords from the GWEN_PASSWD_STORE file. * 4.15.6beta: Improve Certificate handling with TLS connections. * 4.15.5beta: Fix problem with some servers aborting SSL connections. The full changelogs in German can be found at: https://www.aquamaniac.de/sites/news/index.php Built and tested successfully on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* aqbanking: 5.6.10 -> 5.6.12aszlig2017-03-11
| | | | | | | | | | | | | | * 5.6.11: Fix problem with some servers aborting SSL connections. * 5.6.12: Improve handling of offset accounts during turnover retrieval. The full changelogs in German can be found at: https://www.aquamaniac.de/sites/news/index.php Built and tested successfully on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* aqbanking/updater: Switch to HTTPS URLaszlig2017-03-11
| | | | | | The site has changed to HTTPS and no longer serves HTTP (yay). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* gwenhywfar: Allow to override pluginSearchPathsaszlig2016-06-04
| | | | | | | | We're going to create a closure of plugins for aqbanking, so that it's easier to adapt the gwenhywfar search path to include these store paths. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* aqbanking: Add gettext to nativeBuildInputsaszlig2016-06-04
| | | | | | | It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* aqbanking: Add an updater scriptaszlig2016-06-04
| | | | | | | | | | | | | | The promised updater, which feeds sources.nix and should help updating all the aqbanking libraries at the same time. I was very reluctant to write the updater entirely in Nix as I've done a while ago for Chromium, because this would involve ugly hacks to do so. That's why I've done a more conservative approach here, only using nix-instantiate to get the contents of the current sources.nix. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* aqbanking: Move sources into a common sources.nixaszlig2016-06-04
| | | | | | | | | | | | The upstream URLs unfortunately aren't canonical, so let's have a sources.nix which contains the release IDs used by the upstream sites to associate a version of a particular package. We're then going to create an updater script which should update the sources.nix from there on. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* gwenhywfar, libchipcard: Move into aqbanking diraszlig2016-06-04
| | | | | | | | | | This should make it easier to deduplicate things, such as fetching upstream sources and the plugin paths, because after all these libraries are aqbanking-related and maintained by the same author on the same site. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* gwenhywfar: Unify plugin directoriesaszlig2016-06-04
| | | | | | | | | | | | | | | | Having something like $out/lib/gwenhywfar/plugins/60 when on Nix is a bit pointless, because we won't have something like a central plugin directory which could contain plugins for older library versions. Another reason to strip the effective shared object version is that we really want to avoid the need to track and update the SO version on every single update. This makes it way easier to add support for libchipcard and/or other related packages/plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* aqbanking: 5.5.1 -> 5.6.10aszlig2016-06-04
| | | | | | | | | | | | | | Upstream changelog for version 5.5.1 through 5.6.10 is in German only and also not very detailled, so here is a comparison from a GitHub mirror I've found: https://github.com/cstim/aqbanking/compare/5.5.1...e129e64472a2 I've also used a similar scheme to what I've been using for gwenhywfar, so that we can soon unify all of the aqbanking & related libraries. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* aqbanking: update to version 5.5.1Peter Simons2015-05-15
|
* aqbanking, gwenhywfar: add license infoCillian de Róiste2014-02-23
|
* gnucash: enable aqbanking support for online bankingCillian de Róiste2014-02-23
| | | | | | | | | This requires recent versions of aqbanking and gwenhywfar: https://devel.aqbanking.de/trac/aqbanking/ticket/197 It seems as if the developers have changed their version numbering scheme in 2012 and have only released versions with the "beta" suffix since then.
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Add bunch of kmymoney-4.6.1 dependenciesYury G. Kudryashov2012-01-08
svn path=/nixpkgs/trunk/; revision=31436