summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #40041 from timokau/liblapack-3.8.0Michael Raskin2018-05-07
|\ | | | | liblapack: 3.4.1 -> 3.8.0
| * liblapack: 3.4.1 -> 3.8.0Timo Kaufmann2018-05-06
| |
* | ocaml: default to 4.06 on aarch64 (since 4.05 is broken there)Vincent Laporte2018-05-07
| |
* | Merge pull request #39999 from demyanrogozhin/particlMatthew Justin Bauer2018-05-07
|\ \ | | | | | | particl-core: init at 0.16.0.4
| * | particl-core: init at 0.16.0.4Demyan Rogozhin2018-05-06
| | | | | | | | | | | | | | | Particl is privacy-focused altcoin build for p2p eCommerce. Added Particl Core - daemon used to run staking node.
* | | Merge pull request #39968 from jD91mZM2/xidlehookMatthew Justin Bauer2018-05-07
|\ \ \ | |_|/ |/| | xidlehook: init at 0.4.6
| * | xidlehook: init at 0.4.6jD91mZM22018-05-06
| |/
* | Merge pull request #40009 from jD91mZM2/termplayJan Tojnar2018-05-06
|\ \ | | | | | | termplay: init at 2.0.4
| * | termplay: init at 2.0.4jD91mZM22018-05-06
| | |
* | | mkcast: drop and replace with `xscast` (#40026)Maximilian Bosch2018-05-06
| | | | | | | | | | | | | | | | | | | | | The package has been declared as unmaintained, `xscast` is the way to go: https://github.com/KeyboardFire/mkcast#obsolete Replacement for `mkcast` (https://github.com/KeyboardFire/mkcast#obsolete)
* | | Merge pull request #39656 from vbgl/ocsigen_server-2.9Vincent Laporte2018-05-06
|\ \ \ | |_|/ |/| | ocsigen: 2.8 → 2.9; eliom: 6.2.0 → 6.3.0
| * | ocamlPackages.eliom: 6.2.0 -> 6.3.0Vincent Laporte2018-04-28
| | |
| * | ocamlPackages.ocsigen_server: 2.8 -> 2.9Vincent Laporte2018-04-28
| | |
* | | Merge pull request #40012 from bfortz/eid-mw-4.4.1xeji2018-05-06
|\ \ \ | | | | | | | | eid-mw: 4.1.19 -> 4.4.1
| * | | eid-mw: 4.1.19 -> 4.4.1Bernard Fortz2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Urgent version bump as tax season is coming and 4.1.19 is not compatible with firefox anymore. eid-viewer was merged upstream with eid-mw, so it is included here now.
* | | | Merge pull request #39647 (Add KMyMoney)aszlig2018-05-05
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds KMyMoney, a finance manager for KDE plus a few required dependencies. I ran the upstream test suite as well as the following manual tests: * 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. On top of that, the application already is being used by the person requesting me to package this, so I'd guess it works well enough. I'm merging this without the review from @ttuegel because it only adds packages and doesn't change anything fundamental about the KDE ecosystem. The only change here is to add C++ support to "mpir", where the maintainer (@7c6f434c) has approved the change.
| * | | | 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
| * | | | alkimia: init at 7.0.1aszlig2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is used by KMyMoney and also the reason why I needed to add C++ support to MPIR in the parent commit. The reason why I didn't add myself as a maintainer is because I'm not personally using KMyMoney and thus Alkimia. Signed-off-by: aszlig <aszlig@nix.build>
* | | | | Merge pull request #39925 from Assassinkin/masterMatthew Justin Bauer2018-05-05
|\ \ \ \ \ | | | | | | | | | | | | Zabbix-agent 3.4
| * | | | | Adding Zabbix agent 3.4 packagesAssassinkin2018-05-03
| | | | | |
* | | | | | Merge pull request #39941 from romildo/upd.iconpack-obsidianxeji2018-05-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | iconpack-obsidian: init at 4.0.1
| * | | | | | iconpack-obsidian: init at 4.0.1José Romildo Malaquias2018-05-03
| | | | | | |
* | | | | | | Merge pull request #39929 from Mic92/johnxeji2018-05-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | john: build with recent gcc
| * | | | | | | john: build with recent gccJörg Thalheim2018-05-03
| | | | | | | |
* | | | | | | | Merge pull request #39295 from jluttine/add-nano-walletSarah Brofeldt2018-05-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | nano-wallet: init at 12.1
| * | | | | | | nano-wallet: init at 12.1Jaakko Luttinen2018-05-05
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #40002 from jD91mZM2/powerline-rsJan Tojnar2018-05-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | powerline-rs: init at 0.1.6
| * | | | | | | powerline-rs: init at 0.1.6jD91mZM22018-05-05
| | | | | | | |
* | | | | | | | sublime: re-introduce accidentally removed attributeJan Tojnar2018-05-05
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #39987 from Ma27/yubikey-personalization-gui/qt5-portxeji2018-05-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yubikey-personalization-gui: port to qt5
| * | | | | | | yubikey-personalization-gui: port to qt5Maximilian Bosch2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses QT5's `qmake` hook (http://doc.qt.io/qt-5/qmake-manual.html) to build `yubikey-personalization-gui` with a non-90s interface. See #33248
* | | | | | | | Merge pull request #39991 from xeji/remove-fleetJaka Hudoklin2018-05-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fleet, panamax: remove
| * | | | | | | | fleet: remove package, module, testUli Baum2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated and unmaintained upstream
| * | | | | | | | panamax: remove packages, module and testUli Baum2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was broken and depends on (deprecated) fleet packages: panamax_api, panamax_ui
* | | | | | | | | Merge pull request #39881 from nh2/epegMatthew Justin Bauer2018-05-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add epeg
| * | | | | | | | | epeg: init at 0.9.1.042Niklas Hambüchen2018-05-02
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Niklas Hambüchen <mail@nh2.me>
* | | | | | | | | Merge pull request #39990 from bbarker/git-secretsMatthew Justin Bauer2018-05-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add package: git-secrets
| * | | | | | | | | confirmed git-secrets is now workingBrandon Elam Barker2018-05-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #39994 from sorpaas/parity-ui-initMatthew Justin Bauer2018-05-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | parity-ui: init at 0.1.1
| * | | | | | | | | | parity-ui: init at 0.1.1Wei Tang2018-05-05
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #39714 from sephalon/open-ecardMatthew Justin Bauer2018-05-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | open-ecard: init at 1.2.4
| * | | | | | | | | | open-ecard: init at 1.2.4Stefan Wiehler2018-04-30
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #38489 from k0ral/nixos-unstableMatthew Justin Bauer2018-05-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | gmrender-resurrect: init
| * | | | | | | | | | gmrender-resurrect: initkoral2018-04-06
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #39939 from romildo/upd.obsidian-2xeji2018-05-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | theme-obsidian2: init at 2.5
| * | | | | | | | | | | theme-obsidian2: init at 2.5José Romildo Malaquias2018-05-03
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #38660 from tadfisher/btrbkMatthew Justin Bauer2018-05-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | btrbk: fix SSH filter script; clean up build inputs
| * | | | | | | | | | | btrbk: clean up build inputsTad Fisher2018-04-09
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #39974 from Ma27/ssr-qt5xeji2018-05-04
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | simplescreenrecorder: port to qt5
| * | | | | | | | | | | simplescreenrecorder: port to qt5Maximilian Bosch2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #33248