From 9e01a18dae0907cf7e044c9306014a31655d2d7d Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 3 Jul 2021 17:48:01 +0200 Subject: x11-wm/lumina: Update from l10n.eclass to plocale.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- x11-wm/lumina/lumina-1.6.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-wm/lumina') diff --git a/x11-wm/lumina/lumina-1.6.0.ebuild b/x11-wm/lumina/lumina-1.6.0.ebuild index 1c86507bdd95..21910c2a51d0 100644 --- a/x11-wm/lumina/lumina-1.6.0.ebuild +++ b/x11-wm/lumina/lumina-1.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PLOCALES="af ar az bg bn bs ca cs cy da de el en_AU en_GB en_ZA es et eu fa fi fr fr_CA fur gl he hi hr hu id is it ja ka ko lt lv mk mn ms mt nb ne nl pa pl pt pt_BR ro ru sa sk sl sr sv sw ta tg th tr uk ur uz vi zh_CN zh_HK zh_TW zu" -inherit qmake-utils l10n xdg-utils +inherit plocale qmake-utils xdg-utils DESCRIPTION="Lumina desktop environment" HOMEPAGE="https://lumina-desktop.org/" @@ -64,7 +64,7 @@ src_prepare() { sed -e "/desktop-utils/d" -i src-qt5/src-qt5.pro || die fi - l10n_find_plocales_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts' + plocale_find_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts' } src_configure() { @@ -84,7 +84,7 @@ src_install() { rm -f "${ED}"/usr/share/${PN}-desktop/i18n/l*_${1}.qm } - l10n_for_each_disabled_locale_do remove_locale + plocale_for_each_disabled_locale remove_locale } pkg_postinst() { -- cgit v1.2.3-65-gdbad