Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/
Date: Sun, 04 Jul 2021 14:03:10
Message-Id: 1625407319.7c19d98eb816a98b3e6cf528f1ed72f58529e202.ulm@gentoo
1 commit: 7c19d98eb816a98b3e6cf528f1ed72f58529e202
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:45:46 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:01:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c19d98e
7
8 media-video/smplayer: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 media-video/smplayer/smplayer-20.6.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-video/smplayer/smplayer-20.6.0.ebuild b/media-video/smplayer/smplayer-20.6.0.ebuild
17 index 653c4fd77f4..666e88b9702 100644
18 --- a/media-video/smplayer/smplayer-20.6.0.ebuild
19 +++ b/media-video/smplayer/smplayer-20.6.0.ebuild
20 @@ -8,7 +8,7 @@ he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
21 sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
22 PLOCALE_BACKUP="en_US"
23
24 -inherit l10n qmake-utils toolchain-funcs xdg
25 +inherit plocale qmake-utils toolchain-funcs xdg
26
27 DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
28 HOMEPAGE="https://www.smplayer.eu/"
29 @@ -86,7 +86,7 @@ src_prepare() {
30 fi
31
32 # Commented out because it gives false positives
33 - #l10n_find_plocales_changes "${S}"/src/translations ${PN}_ .ts
34 + #plocale_find_changes "${S}"/src/translations ${PN}_ .ts
35
36 # Do not default compress man page
37 sed '/gzip -9.*\.1$/d' -i Makefile || die
38 @@ -110,7 +110,7 @@ src_compile() {
39 emake CC="$(tc-getCC)"
40
41 cd src/translations || die
42 - l10n_for_each_locale_do gen_translation
43 + plocale_for_each_locale gen_translation
44 }
45
46 src_install() {