Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/
Date: Sun, 04 Jul 2021 14:03:17
Message-Id: 1625407333.9e01a18dae0907cf7e044c9306014a31655d2d7d.ulm@gentoo
1 commit: 9e01a18dae0907cf7e044c9306014a31655d2d7d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:48:01 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e01a18d
7
8 x11-wm/lumina: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 x11-wm/lumina/lumina-1.6.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-wm/lumina/lumina-1.6.0.ebuild b/x11-wm/lumina/lumina-1.6.0.ebuild
17 index 1c86507bdd9..21910c2a51d 100644
18 --- a/x11-wm/lumina/lumina-1.6.0.ebuild
19 +++ b/x11-wm/lumina/lumina-1.6.0.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 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"
28 -inherit qmake-utils l10n xdg-utils
29 +inherit plocale qmake-utils xdg-utils
30
31 DESCRIPTION="Lumina desktop environment"
32 HOMEPAGE="https://lumina-desktop.org/"
33 @@ -64,7 +64,7 @@ src_prepare() {
34 sed -e "/desktop-utils/d" -i src-qt5/src-qt5.pro || die
35 fi
36
37 - l10n_find_plocales_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts'
38 + plocale_find_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts'
39 }
40
41 src_configure() {
42 @@ -84,7 +84,7 @@ src_install() {
43 rm -f "${ED}"/usr/share/${PN}-desktop/i18n/l*_${1}.qm
44
45 }
46 - l10n_for_each_disabled_locale_do remove_locale
47 + plocale_for_each_disabled_locale remove_locale
48 }
49
50 pkg_postinst() {