From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8102B1582EF for ; Fri, 28 Feb 2025 15:12:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F2D034327B for ; Fri, 28 Feb 2025 15:12:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8CBFF1103C7; Fri, 28 Feb 2025 15:12:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 85E701103AC for ; Fri, 28 Feb 2025 15:12:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39865343224 for ; Fri, 28 Feb 2025 15:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D34D2782 for ; Fri, 28 Feb 2025 15:12:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1740693774.251fdb5768817e7af28a64e380fc91b5ee917388.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild X-VCS-Directories: games-emulation/mupen64plus-qt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 251fdb5768817e7af28a64e380fc91b5ee917388 X-VCS-Branch: master Date: Fri, 28 Feb 2025 15:12:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08eb4806-ee82-4a0c-b4a7-bb4d3e6c03b4 X-Archives-Hash: 12bafadbfd2b707df0cb91d43676605f commit: 251fdb5768817e7af28a64e380fc91b5ee917388 Author: Samuel Bauer yahoo fr> AuthorDate: Thu Feb 27 22:02:54 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 27 22:02:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=251fdb57 games-emulation/mupen64plus-qt: translations directory Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild | 8 +++++++- games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild index ccc31916c..e5e24d313 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild @@ -23,5 +23,11 @@ src_install() { cmake_src_install rm -rf "${D}"/usr/$(get_libdir)/ \ "${D}"/usr/plugins/ \ - "${D}"/usr/bin/qt.conf + "${D}"/usr/bin/qt.conf || die + mkdir -p "${D}"/usr/share/qt6 || die + mv "${D}"/usr/translations "${D}"/usr/share/qt6/ || die + for i in "${D}"/usr/share/qt6/translations/*; do + echo mv "${i}" "${i/qt_/mupen64plus-qt_}" + mv "${i}" "${i/qt_/mupen64plus-qt_}" || die + done } diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild index 0b72b2108..30242ad3a 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild @@ -23,5 +23,11 @@ src_install() { cmake_src_install rm -rf "${D}"/usr/$(get_libdir)/ \ "${D}"/usr/plugins/ \ - "${D}"/usr/bin/qt.conf + "${D}"/usr/bin/qt.conf || die + mkdir -p "${D}"/usr/share/qt6 || die + mv "${D}"/usr/translations "${D}"/usr/share/qt6/ || die + for i in "${D}"/usr/share/qt6/translations/*; do + echo mv "${i}" "${i/qt_/mupen64plus-qt_}" + mv "${i}" "${i/qt_/mupen64plus-qt_}" || die + done }