diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
| commit | 8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch) | |
| tree | bb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /games-board | |
| parent | f997c3ee588099e4f43e9ec845935868e3e60b8e (diff) | |
| download | baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip | |
Adding metadata
Diffstat (limited to 'games-board')
| -rw-r--r-- | games-board/chessx/Manifest | 2 | ||||
| -rw-r--r-- | games-board/chessx/chessx-1.6.10.ebuild (renamed from games-board/chessx/chessx-1.6.2.ebuild) | 13 | ||||
| -rw-r--r-- | games-board/chessx/files/chessx-1.6.10-lupdate-path.patch | 36 |
3 files changed, 46 insertions, 5 deletions
diff --git a/games-board/chessx/Manifest b/games-board/chessx/Manifest index bbae7a2229c7..4d011483d335 100644 --- a/games-board/chessx/Manifest +++ b/games-board/chessx/Manifest @@ -1 +1 @@ -DIST chessx-1.6.2.tgz 11024855 BLAKE2B cdb836491f0567e885425f12230f4da69b5c03f6a4f02370064ae3bf8455c5ef035f8e177732602d3eaf865f0e16e8661243f42daa3aa3dd2166860fc25d771d SHA512 d9d92c9a36998497696ad84dd60f3dc5243fbcd29ee78a3c05d7812bc90be103349042f794060c3ef803199cc5b315d055b2a5e10c0b355a89b55dbc4a6c5241 +DIST chessx-1.6.10.tgz 12847085 BLAKE2B 190bedb7734e540406a6e9e5aa4350e2a528bc28c32302ce85f4267bf7be23cd923522543753e110e72c484bd3dc6453d37cc1203e4fe66d84e62c9de29e37d5 SHA512 45a0bdbed1293c84716557f63259fde927c57956d9284eee6679095a61f4156c5e01d0db2fe3788ce1503ec7ebd9f41796a6b39640a6a5180ee8f0974e37bd53 diff --git a/games-board/chessx/chessx-1.6.2.ebuild b/games-board/chessx/chessx-1.6.10.ebuild index 24769f718e47..11aac59d499e 100644 --- a/games-board/chessx/chessx-1.6.2.ebuild +++ b/games-board/chessx/chessx-1.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,6 @@ RDEPEND=" dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,network,widgets,xml] dev-qt/qtmultimedia:6 - dev-qt/qtspeech:6 dev-qt/qtsvg:6 virtual/zlib:= " @@ -32,10 +31,16 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${P}-system-quazip-zlib.patch - "${FILESDIR}"/${P}-install.patch + "${FILESDIR}"/${PN}-1.6.2-system-quazip-zlib.patch + "${FILESDIR}"/${PN}-1.6.2-install.patch + "${FILESDIR}"/${P}-lupdate-path.patch ) +src_prepare() { + default + rm -r src/quazip || die # bundled quazip +} + src_configure() { eqmake6 PREFIX="${EPREFIX}/usr" } diff --git a/games-board/chessx/files/chessx-1.6.10-lupdate-path.patch b/games-board/chessx/files/chessx-1.6.10-lupdate-path.patch new file mode 100644 index 000000000000..1812c5378b9f --- /dev/null +++ b/games-board/chessx/files/chessx-1.6.10-lupdate-path.patch @@ -0,0 +1,36 @@ +From 42576f6a3eb642d3fd684a31a2fb6da6d244951a Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Tue, 27 Jan 2026 07:15:33 +0000 +Subject: [PATCH] Fix up lupdate path +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Thanks-to: Ondrej Mosnáček <omosnacek@gmail.com> +Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> +--- + chessx.pro | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/chessx.pro b/chessx.pro +index 43b1f3a..f4cbd00 100644 +--- a/chessx.pro ++++ b/chessx.pro +@@ -608,11 +608,11 @@ TSQM.CONFIG += no_link target_predeps + QMAKE_EXTRA_COMPILERS += TSQM + PRE_TARGETDEPS += compiler_TSQM_make_all + +-# Automatically run lupdate when building +-updateqm.commands = lupdate $$PWD/$$TARGET.pro && lrelease $$PWD/i18n/*.ts ++# Automatically run $$[QT_INSTALL_BINS]/lupdate when building ++updateqm.commands = $$[QT_INSTALL_BINS]/lupdate $$PWD/$$TARGET.pro && lrelease $$PWD/i18n/*.ts + QMAKE_EXTRA_TARGETS += updateqm + +-update_translations.commands = lupdate $$PWD -ts $$TRANSLATIONS ++update_translations.commands = $$[QT_INSTALL_BINS]/lupdate $$PWD -ts $$TRANSLATIONS + QMAKE_EXTRA_TARGETS += update_translations + PRE_TARGETDEPS += update_translations # Optional: Run before build + +-- +2.54.0 + |
