about summary refs log tree commit diff
path: root/pkgs/games/chessx
Commit message (Collapse)AuthorAge
* chessx: fix build (#46359)Maximilian Bosch2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80998335. Upstream doesn't support QT 5.11 ATM which broke compilation: ``` src/dialogs/savedialog.cpp: In constructor ‘SaveDialog::SaveDialog(QWidget*, Qt::WindowFlags)’: src/dialogs/savedialog.cpp:37:34: error: invalid use of incomplete type ‘class QButtonGroup’ group = new QButtonGroup(this); ``` The Arch community recommends to use an older QT version to fix this (https://aur.archlinux.org/packages/chessx/). Furthermore the `QT_PLUGIN_PATH` wasn't set properly which broke the runtime since QT coudln't find the `xcb` plugin: ``` qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. ``` Finally, some minor style fixes were made for consistent indentation. Addresses #45960
* chessx: 1.4.0 -> 1.4.6Ryan Mulligan2018-03-07
| | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.6 with grep in /nix/store/9cv1znh739dblr4avnhnp463v77yq9by-chessx-1.4.6 - found 1.4.6 in filename of file in /nix/store/9cv1znh739dblr4avnhnp463v77yq9by-chessx-1.4.6
* chessx: disable parallel buildingOrivej Desh2017-12-07
| | | | qmake does not support translations in resources.
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* chessx: disable parallel makeVladimír Čunát2016-12-30
| | | | | http://hydra.nixos.org/build/45653907 /cc maintainer @luispedro.
* chessx: 1.3.2 -> 1.4.0 (#17270)Kranium Gikos Mendoza2016-07-27
|
* chessx: mark brokenThomas Tuegel2016-05-09
|
* chessx: move to qmakeHookNikolay Amiantov2016-04-20
|
* chessx: install chessx.desktop fileLuis Pedro Coelho2016-03-23
|
* chessx: init at 1.3.2Luis Pedro Coelho2015-12-30
Chessx is a chess database GUI. Using the stockfish engine, users can also analyse games.