summaryrefslogtreecommitdiff
path: root/media-sound/cantata
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-13 10:05:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-13 10:05:11 +0100
commitd1bc682445a5d4c7e4a2bd66655f60ed1f1353e1 (patch)
treeeeb63137d5bdfdf406639125b4055d32a0085a62 /media-sound/cantata
parent1311f5514a1f3d76b6966108645dfac2b3364571 (diff)
media-sound/cantata : revision bump, drop l10n ECLASS, use plocale ECLASS
Diffstat (limited to 'media-sound/cantata')
-rw-r--r--media-sound/cantata/cantata-2.4.2-r10.ebuild (renamed from media-sound/cantata/cantata-2.4.2-r314.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/cantata/cantata-2.4.2-r314.ebuild b/media-sound/cantata/cantata-2.4.2-r10.ebuild
index 6859bd7a..2d926dce 100644
--- a/media-sound/cantata/cantata-2.4.2-r314.ebuild
+++ b/media-sound/cantata/cantata-2.4.2-r10.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PLOCALES="cs da de en_GB es fr hu it ja ko 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"
@@ -81,8 +81,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() {