summaryrefslogtreecommitdiffstats
path: root/pkgs/games/chessx
AgeCommit message (Collapse)Author
2020-10-27treewide: remove package names from prefix of descriptionsBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-24chessx: use qt5's mkDerivation and latest qtworldofpeace
Fixes #74020 https://github.com/NixOS/nixpkgs/issues/65399
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel
2019-05-11chessx: 1.4.6 -> 1.5.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chessx/versions
2018-09-08chessx: fix build (#46359)Maximilian Bosch
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
2018-03-07chessx: 1.4.0 -> 1.4.6Ryan Mulligan
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
2017-12-07chessx: disable parallel buildingOrivej Desh
qmake does not support translations in resources.
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel
2016-12-30chessx: disable parallel makeVladimír Čunát
http://hydra.nixos.org/build/45653907 /cc maintainer @luispedro.
2016-07-27chessx: 1.3.2 -> 1.4.0 (#17270)Kranium Gikos Mendoza
2016-05-09chessx: mark brokenThomas Tuegel
2016-04-20chessx: move to qmakeHookNikolay Amiantov
2016-03-23chessx: install chessx.desktop fileLuis Pedro Coelho
2015-12-30chessx: init at 1.3.2Luis Pedro Coelho
Chessx is a chess database GUI. Using the stockfish engine, users can also analyse games.