mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
chessx: update to 1.5.0
This commit is contained in:
parent
5550ae53ee
commit
66576a14ad
2 changed files with 3 additions and 33 deletions
|
@ -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__ )
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'chessx'
|
# Template file for 'chessx'
|
||||||
pkgname=chessx
|
pkgname=chessx
|
||||||
version=1.4.6
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-tools"
|
hostmakedepends="qt5-tools"
|
||||||
makedepends="qt5-multimedia-devel qt5-svg-devel pulseaudio-devel"
|
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>"
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://chessx.sourceforge.net"
|
homepage="http://chessx.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
checksum=ad951910a3bd53f5655f9e85101e7969b536078473e09a2a7dded6ef171a68ed
|
checksum=d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-multimedia-devel qt5-svg-devel"
|
hostmakedepends+=" qt5-host-tools qt5-multimedia-devel qt5-svg-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue