diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:47:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:02:11 +0200 |
commit | 70d53e66fd10d722f92563350a1da0f0d209885e (patch) | |
tree | 71bc0fa28dd096ef8885ce882337f2f21cd7c9ef /x11-misc/vym/vym-2.7.1.ebuild | |
parent | x11-misc/sddm: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-70d53e66fd10d722f92563350a1da0f0d209885e.tar.gz gentoo-70d53e66fd10d722f92563350a1da0f0d209885e.tar.bz2 gentoo-70d53e66fd10d722f92563350a1da0f0d209885e.zip |
x11-misc/vym: 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-misc/vym/vym-2.7.1.ebuild')
-rw-r--r-- | x11-misc/vym/vym-2.7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/vym/vym-2.7.1.ebuild b/x11-misc/vym/vym-2.7.1.ebuild index 1635a0a689ac..8cbb3269c7c9 100644 --- a/x11-misc/vym/vym-2.7.1.ebuild +++ b/x11-misc/vym/vym-2.7.1.ebuild @@ -1,9 +1,9 @@ -# 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_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW" -inherit desktop l10n qmake-utils +inherit desktop plocale qmake-utils DESCRIPTION="View Your Mind, a mindmap tool" HOMEPAGE="https://www.insilmaril.de/vym/" @@ -55,8 +55,8 @@ src_prepare() { rm lang/vym.en.ts || die remove_locale en - l10n_find_plocales_changes lang ${PN}. .ts - l10n_for_each_disabled_locale_do remove_locale + plocale_find_changes lang ${PN}. .ts + plocale_for_each_disabled_locale remove_locale "$(qt5_get_bindir)"/lrelease vym.pro || die } |