diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:47:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:02:09 +0200 |
commit | ff10715036b56750d468994e5c75d39246324680 (patch) | |
tree | fc2b1145ee30238c834b94f816bfac8701763422 /x11-misc/qcomicbook | |
parent | x11-misc/devilspie2: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-ff10715036b56750d468994e5c75d39246324680.tar.gz gentoo-ff10715036b56750d468994e5c75d39246324680.tar.bz2 gentoo-ff10715036b56750d468994e5c75d39246324680.zip |
x11-misc/qcomicbook: 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/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild index e17000ce7a5a..ea3d5ea091c0 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PN="QComicBook" CMAKE_IN_SOURCE_BUILD=1 PLOCALES="cs_CZ de_DE es_ES fi_FI fr_CA fr_FR it_IT ko_KR nl_NL pl_PL pt_BR ru_RU uk_UA zh_CN" -inherit cmake flag-o-matic l10n xdg +inherit cmake flag-o-matic plocale xdg DESCRIPTION="Viewer for comic book archives containing jpeg/png images" HOMEPAGE="https://github.com/stolowski/QComicBook" @@ -36,8 +36,8 @@ src_prepare() { rm "i18n/${PN}_${1}.ts" || die "removing ${1} locale failed" } rm "i18n/${PN}_en_EN.ts" || die 'removing redundant english locale failed' - l10n_find_plocales_changes "i18n" "${PN}_" ".ts" - l10n_for_each_disabled_locale_do rm_loc + plocale_find_changes "i18n" "${PN}_" ".ts" + plocale_for_each_disabled_locale rm_loc # fix desktop file sed -e '/^Encoding/d' \ |