diff options
Diffstat (limited to 'x11-misc/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/qcomicbook/Manifest b/x11-misc/qcomicbook/Manifest index 1ea0d3edb6cc..d6d76415f53b 100644 --- a/x11-misc/qcomicbook/Manifest +++ b/x11-misc/qcomicbook/Manifest @@ -1,3 +1,3 @@ DIST qcomicbook-0.9.1.tar.gz 739887 BLAKE2B c4072e849f173bc6014e1765adc18ac359e5508b5c6bb110782bb92c81fe7683911a68910976cba16263950d9ac9b9ad53de44c4cd692d0bd24374c38012ebbe SHA512 87bd983c4442e220f1bc463e54e0ea583cddbc6becd9eec64801dc5e7e061cdac5805cba83167685ab454e41fcce329fa399d622d7f588940bf057ce4b1f423d -EBUILD qcomicbook-0.9.1.ebuild 1621 BLAKE2B b42a54d50841d54c6bc88a4ceddce1727ba5b8f3553dda6d8ee76a089452a7a2aa8428f1bdbdb3fea7c53d6a0a93de1387b4ccf53d2afc9d4fd35104b36aa20c SHA512 0851e70d9161b6c323e41d7a0909ebe1b1fbf1f60b41ae3db54541ee7a0775b8f3577577abe5d146a01662683c8e198ad68eaea2d8000f0e6182a1bf97e2a1f8 +EBUILD qcomicbook-0.9.1.ebuild 1618 BLAKE2B 6ff4735640de8d7ad1b6569708dd76b0f99337213ca78d87b5313da3629be03c32cf010723ccf42742da4288000ed63353d3b6d6cc6247f70156b705bbee067e SHA512 f107816837786bca58db00e0847b810dae50b8eb2fa856c216a7ce9a5c3cecafe94b73e1c96eb2c95f61a8a9053dc359f4bed7f437e01a2309eb0c30230b99a6 MISC metadata.xml 469 BLAKE2B 11613d3dd131dbbe025d0b8a72a98b6ea00e703129311bccafadfa33fb0bb812795bf8de26ccfb6fdb227db7c97cbdd0d09349eaa99bf6a7b85e6a9318e55039 SHA512 77530a25b63eab9ccef878c01440f72e1c6b96b0658b9973870d1174d1ac7c8f0a935120d7f60ba7e2bc292f4cd879be27a4488a2db41eeb39658067d346dab1 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' \ |