summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-07-03 17:48:01 +0200
committerUlrich Müller <ulm@gentoo.org>2021-07-04 16:02:13 +0200
commit9e01a18dae0907cf7e044c9306014a31655d2d7d (patch)
tree17e4370b319fc1207e351f94df7c6af93d6eebd6 /x11-wm
parentx11-misc/xfe: Update from l10n.eclass to plocale.eclass (diff)
downloadgentoo-9e01a18dae0907cf7e044c9306014a31655d2d7d.tar.gz
gentoo-9e01a18dae0907cf7e044c9306014a31655d2d7d.tar.bz2
gentoo-9e01a18dae0907cf7e044c9306014a31655d2d7d.zip
x11-wm/lumina: Update from l10n.eclass to plocale.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/lumina/lumina-1.6.0.ebuild8
1 files changed, 4 insertions, 4 deletions
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() {