From 4acad5cd16f4320eecc8476240e67d8a73a2473a Mon Sep 17 00:00:00 2001 From: Henrik Pihl Date: Fri, 24 Jul 2020 23:35:12 +0300 Subject: games-board/chessx: Add missing dependency Closes: https://bugs.gentoo.org/732856 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Henrik Pihl Closes: https://github.com/gentoo/gentoo/pull/16804 Signed-off-by: Andreas Sturmlechner --- games-board/chessx/chessx-1.5.4-r1.ebuild | 51 +++++++++++++++++++++++++++++++ games-board/chessx/chessx-1.5.4.ebuild | 50 ------------------------------ 2 files changed, 51 insertions(+), 50 deletions(-) create mode 100644 games-board/chessx/chessx-1.5.4-r1.ebuild delete mode 100644 games-board/chessx/chessx-1.5.4.ebuild (limited to 'games-board') diff --git a/games-board/chessx/chessx-1.5.4-r1.ebuild b/games-board/chessx/chessx-1.5.4-r1.ebuild new file mode 100644 index 000000000000..9293cbb1be7b --- /dev/null +++ b/games-board/chessx/chessx-1.5.4-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils xdg + +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-libs/quazip-0.9.1 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtspeech:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + sys-libs/zlib +" +DEPEND="${RDEPEND} + dev-qt/qtconcurrent:5 +" +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${P}-system-quazip.patch + "${FILESDIR}"/${P}-missing-translations.patch + "${FILESDIR}"/${P}-install.patch +) + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} diff --git a/games-board/chessx/chessx-1.5.4.ebuild b/games-board/chessx/chessx-1.5.4.ebuild deleted file mode 100644 index e0d0825a1ae4..000000000000 --- a/games-board/chessx/chessx-1.5.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils xdg - -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-libs/quazip-0.9.1 - 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/qtconcurrent:5 -" -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-system-quazip.patch - "${FILESDIR}"/${P}-missing-translations.patch - "${FILESDIR}"/${P}-install.patch -) - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} -- cgit v1.2.3-18-g5258