From 03abcdd2fdabe81f0d54e156134c8b1c498aaa80 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 14 Jul 2018 16:42:58 +0200 Subject: games-board/chessx: 1.4.6 version bump, build with Qt-5.11, fix l10n Closes: https://bugs.gentoo.org/660536 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- games-board/chessx/Manifest | 1 + games-board/chessx/chessx-1.4.6.ebuild | 49 ++++++++++++++++++++++ games-board/chessx/files/chessx-1.4.0-zlib.patch | 20 ++++----- .../chessx/files/chessx-1.4.6-qt-5.11.patch | 44 +++++++++++++++++++ 4 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 games-board/chessx/chessx-1.4.6.ebuild create mode 100644 games-board/chessx/files/chessx-1.4.6-qt-5.11.patch (limited to 'games-board') diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest index a169c1ad7e4a..b0eb72d3e1c8 100644 --- a/games-board/chessx/Manifest +++ b/games-board/chessx/Manifest @@ -1 +1,2 @@ DIST chessx-1.4.0.tgz 4128967 BLAKE2B 651a83a280ac2766da8f265c59d7f9014d0a7e6988d0ab981e2d9b962ce8ed8e878322d4bca536c156bf4b145e19c661fb68bb8bd7bda7872bc6ac95dc2736e4 SHA512 24e3fc60cdddb8a0136f96d6aa07d92e443264ade513be88a8c2eeb2717e04739a9b5963a3536a77aa499a1288c6cd9b8dddb312aae3087979d740f8528ec855 +DIST chessx-1.4.6.tgz 4223076 BLAKE2B 783ffe0a7396239066870dedcaa4b2b0c491db4f16871afe66bae7a82339916a8a574401499916fc63cf62478efb9b89c30ec85a7aa7c6d002d1119f1a6b23ef SHA512 cfa74e6423e1a2f9bca319e20645ddf8c8df6b46b64493777ca1cc93037e3f7cfc200f99a29236f7c5925448676c312abf34d395e795e7db6ef8a0832c3a523e diff --git a/games-board/chessx/chessx-1.4.6.ebuild b/games-board/chessx/chessx-1.4.6.ebuild new file mode 100644 index 000000000000..87b4a82b974f --- /dev/null +++ b/games-board/chessx/chessx-1.4.6.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils + +DESCRIPTION="Qt5-based Chess Database Utility" +HOMEPAGE="http://chessx.sourceforge.net/" +SRC_URI="https://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz" + +LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + sys-libs/zlib:=" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +PATCHES=( + "${FILESDIR}"/${PN}-1.4.0-zlib.patch + "${FILESDIR}"/${P}-qt-5.11.patch +) + +src_prepare() { + default + "$(qt5_get_bindir)/lrelease" i18n/* || die +} + +src_configure() { + eqmake5 +} + +src_install() { + dobin release/${PN} + dodoc ChangeLog TODO + doicon data/images/${PN}.png + domenu unix/chessx.desktop +} diff --git a/games-board/chessx/files/chessx-1.4.0-zlib.patch b/games-board/chessx/files/chessx-1.4.0-zlib.patch index 36d685d9cba9..fe6bfb39d508 100644 --- a/games-board/chessx/files/chessx-1.4.0-zlib.patch +++ b/games-board/chessx/files/chessx-1.4.0-zlib.patch @@ -1,33 +1,33 @@ ---- chessx-1.2.2/src/quazip/ioapi.h -+++ chessx-1.2.2-patched/src/quazip/ioapi.h +--- a/src/quazip/ioapi.h ++++ b/src/quazip/ioapi.h @@ -1,3 +1,4 @@ +#define OF(x) x /* ioapi.h -- IO base function header for compress/uncompress .zip files using zlib + zip or unzip API ---- chessx-1.2.2/src/quazip/unzip.c -+++ chessx-1.2.2-patched/src/quazip/unzip.c +--- a/src/quazip/unzip.c ++++ b/src/quazip/unzip.c @@ -1,3 +1,4 @@ +#define OF(x) x /* unzip.c -- IO for uncompress .zip files using zlib Version 1.01e, February 12th, 2005 ---- chessx-1.2.2/src/quazip/unzip.h -+++ chessx-1.2.2-patched/src/quazip/unzip.h +--- a/src/quazip/unzip.h ++++ b/src/quazip/unzip.h @@ -1,3 +1,4 @@ +#define OF(x) x /* unzip.h -- IO for uncompress .zip files using zlib Version 1.01e, February 12th, 2005 ---- chessx-1.2.2/src/quazip/zip.c -+++ chessx-1.2.2-patched/src/quazip/zip.c +--- a/src/quazip/zip.c ++++ b/src/quazip/zip.c @@ -1,3 +1,4 @@ +#define OF(x) x /* zip.c -- IO on .zip files using zlib Version 1.01e, February 12th, 2005 ---- chessx-1.2.2/src/quazip/zip.h -+++ chessx-1.2.2-patched/src/quazip/zip.h +--- a/src/quazip/zip.h ++++ b/src/quazip/zip.h @@ -1,3 +1,4 @@ +#define OF(x) x /* zip.h -- IO for compress .zip files using zlib diff --git a/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch b/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch new file mode 100644 index 000000000000..379de8836b94 --- /dev/null +++ b/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch @@ -0,0 +1,44 @@ +From: Luigi Baldoni +Date: 2018-06-18 13:16:31 +0200 +Subject: Add missing include statements +References: https://sourceforge.net/p/chessx/bugs/254 +Upstream: submitted + +A few explicit include statements are required with Qt 5.11 +--- +Index: chessx-1.4.6/src/gui/gamewindow.cpp +=================================================================== +--- chessx-1.4.6.orig/src/gui/gamewindow.cpp ++++ chessx-1.4.6/src/gui/gamewindow.cpp +@@ -9,6 +9,7 @@ + #include "settings.h" + + #include ++#include + + #if defined(_MSC_VER) && defined(_DEBUG) + #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ ) +Index: chessx-1.4.6/src/dialogs/savedialog.cpp +=================================================================== +--- chessx-1.4.6.orig/src/dialogs/savedialog.cpp ++++ chessx-1.4.6/src/dialogs/savedialog.cpp +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + #if defined(_MSC_VER) && defined(_DEBUG) + #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ ) +Index: chessx-1.4.6/src/dialogs/preferences.cpp +=================================================================== +--- chessx-1.4.6.orig/src/dialogs/preferences.cpp ++++ chessx-1.4.6/src/dialogs/preferences.cpp +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #if defined(_MSC_VER) && defined(_DEBUG) + #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ ) -- cgit v1.2.3-18-g5258