chessx: update to 1.5.0

This commit is contained in:
Robert Lowry 2019-05-11 00:25:49 -05:00 committed by Helmut Pozimski
parent 5550ae53ee
commit 66576a14ad
2 changed files with 3 additions and 33 deletions

View file

@ -1,30 +0,0 @@
--- src/dialogs/preferences.cpp
+++ src/dialogs/preferences.cpp
@@ -33,6 +33,7 @@
#include <QFileDialog>
#include <QDesktopServices>
#include <QTextStream>
+#include <QAction>
#if defined(_MSC_VER) && defined(_DEBUG)
#define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )
--- src/dialogs/savedialog.cpp
+++ src/dialogs/savedialog.cpp
@@ -24,6 +24,7 @@
#include <QLineEdit>
#include <QCompleter>
+#include <QButtonGroup>
#if defined(_MSC_VER) && defined(_DEBUG)
#define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )
--- src/gui/gamewindow.cpp
+++ src/gui/gamewindow.cpp
@@ -9,6 +9,7 @@
#include "settings.h"
#include <QToolButton>
+#include <QAction>
#if defined(_MSC_VER) && defined(_DEBUG)
#define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )

View file

@ -1,16 +1,16 @@
# Template file for 'chessx'
pkgname=chessx
version=1.4.6
version=1.5.0
revision=1
build_style=qmake
hostmakedepends="qt5-tools"
makedepends="qt5-multimedia-devel qt5-svg-devel pulseaudio-devel"
short_desc="An Open Source chess database"
short_desc="Open Source chess database"
maintainer="cipr3s <cipr3s@gmx.com>"
license="GPL-2"
homepage="http://chessx.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
checksum=ad951910a3bd53f5655f9e85101e7969b536078473e09a2a7dded6ef171a68ed
checksum=d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-multimedia-devel qt5-svg-devel"