summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-07-03 17:44:48 +0200
committerUlrich Müller <ulm@gentoo.org>2021-07-04 16:01:54 +0200
commit21f37330f6061130b8122a671955fc9659e51dc1 (patch)
treee421ff85b2d42a9cb022e8f949608c4627258490 /media-sound/cantata
parentmedia-sound/ardour: Update from l10n.eclass to plocale.eclass (diff)
downloadgentoo-21f37330f6061130b8122a671955fc9659e51dc1.tar.gz
gentoo-21f37330f6061130b8122a671955fc9659e51dc1.tar.bz2
gentoo-21f37330f6061130b8122a671955fc9659e51dc1.zip
media-sound/cantata: 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 'media-sound/cantata')
-rw-r--r--media-sound/cantata/cantata-2.4.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/cantata/cantata-2.4.2.ebuild b/media-sound/cantata/cantata-2.4.2.ebuild
index e9a9d73dcc34..3c42d80b49d1 100644
--- a/media-sound/cantata/cantata-2.4.2.ebuild
+++ b/media-sound/cantata/cantata-2.4.2.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="cs da de en_GB es fi fr hu it ja ko nl pl pt_BR ru zh_CN"
-inherit cmake l10n qmake-utils xdg
+inherit cmake plocale qmake-utils xdg
DESCRIPTION="Featureful and configurable Qt client for the music player daemon (MPD)"
HOMEPAGE="https://github.com/CDrummond/cantata"
@@ -78,8 +78,8 @@ src_prepare() {
# Unbundle 3rd party libs
rm -r 3rdparty/{ebur128,qtsingleapplication} || die
- l10n_find_plocales_changes "translations" "${PN}_" ".ts"
- l10n_for_each_disabled_locale_do remove_locale
+ plocale_find_changes "translations" "${PN}_" ".ts"
+ plocale_for_each_disabled_locale remove_locale
}
src_configure() {