summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-07-03 17:47:46 +0200
committerUlrich Müller <ulm@gentoo.org>2021-07-04 16:02:11 +0200
commit70d53e66fd10d722f92563350a1da0f0d209885e (patch)
tree71bc0fa28dd096ef8885ce882337f2f21cd7c9ef /x11-misc
parentx11-misc/sddm: Update from l10n.eclass to plocale.eclass (diff)
downloadgentoo-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')
-rw-r--r--x11-misc/vym/vym-2.7.1.ebuild8
-rw-r--r--x11-misc/vym/vym-9999.ebuild8
2 files changed, 8 insertions, 8 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
}
diff --git a/x11-misc/vym/vym-9999.ebuild b/x11-misc/vym/vym-9999.ebuild
index a5984727412e..d1943a94621b 100644
--- a/x11-misc/vym/vym-9999.ebuild
+++ b/x11-misc/vym/vym-9999.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 git-r3 l10n qmake-utils
+inherit desktop git-r3 plocale qmake-utils
DESCRIPTION="View Your Mind, a mindmap tool"
HOMEPAGE="https://www.insilmaril.de/vym/"
@@ -54,8 +54,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
}