Package Details: chessx 1.6.0-1

Git Clone URL: https://aur.archlinux.org/chessx.git (read-only, click to copy)
Package Base: chessx
Description: Cross-platform chess database and PGN viewer
Upstream URL: http://chessx.sourceforge.net
Keywords: chess
Licenses: GPL2
Conflicts: chessx-svn
Submitter: munzirtaha
Maintainer: munzirtaha
Last Packager: munzirtaha
Votes: 15
Popularity: 0.033427
First Submitted: 2016-08-07 17:15 (UTC)
Last Updated: 2023-05-25 12:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

JohnRobson commented on 2020-04-18 08:10 (UTC)

https://ayera.dl.sourceforge.net/project/chessx/chessx/1.5.0/chessx-1.5.0.tgz

JohnRobson commented on 2020-04-18 08:07 (UTC)

==> ERROR: Failure while downloading https://sourceforge.net/projects/chessx/files/chessx/1.5.0/chessx-1.5.0.tgz

munzirtaha commented on 2019-01-01 17:04 (UTC)

@yledoare: Thanks! I just updated the package

yledoare commented on 2018-10-10 15:10 (UTC)

Hello, here you can find my patch to build it with QT 5.11.2 : https://bitbucket.org/yourdistrofromscratch/ydfs/raw/master/2.7/packages/patches/chessx-1.4.6.diff

munzirtaha commented on 2018-09-03 10:49 (UTC)

@antoyo: Thanks for pointing out the issue is solved in the svn version. However, this package is only for the stable version. There is already another package chessx-svn which I am not maintaining for the svn version. Hope that upstream would have a release soon so I can package it.

antoyo commented on 2018-09-01 14:44 (UTC)

@munzirtaha: I had the same issue, but I decided to compile the code from the svn repository and it worked fine. So, if there was a bug, it was fixed upstream and this package should compile. Thanks to fix the issue.

munzirtaha commented on 2018-08-16 00:31 (UTC) (edited on 2018-08-16 00:31 (UTC) by munzirtaha)

@VanLaser: This is an upstream bug I believe. You need to report it there. chessx is not updated for a while and mostly it's not compatible with Qt 5.11

VanLaser commented on 2018-08-15 20:02 (UTC)

Can't build:

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);
                                  ^
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from src/generated/ui_savedialog.h:22,
                 from src/dialogs/savedialog.h:21,
                 from src/dialogs/savedialog.cpp:21:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;

[...] 

(more similar errors follow)

munzirtaha commented on 2017-12-24 23:39 (UTC)

@Artefact2: You shouldn't have qt4 as default. I don't even have it on my system. In case you really need qt4, use environment variables or configuration files as in https://wiki.archlinux.org/index.php/qt#Default_Qt_toolkit to make qt5 default or maybe edit PKGBUILD and explicitly use qmake-qt5