Diff gkrellm-2.3.11-r2 with a gkrellm-2.3.11-r4
/usr/portage/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 2023-10-09 14:52:28.152368316 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit desktop systemd toolchain-funcs |
|
6 |
PLOCALES="bg cs da de es fr it ja nl pl po pt pt_BR ru sl sv uk" |
|
7 |
PLOCALE_BACKUP="en" |
|
8 |
inherit desktop plocale systemd toolchain-funcs |
|
7 | 9 | |
8 | 10 |
DESCRIPTION="Single process stack of various system monitors" |
9 | 11 |
HOMEPAGE="http://gkrellm.srcbox.net/" |
... | ... | |
53 | 55 |
"${FILESDIR}/${PN}-2.3.5-config.patch" |
54 | 56 |
"${FILESDIR}/${PN}-2.3.5-width.patch" |
55 | 57 |
"${FILESDIR}/${PN}-2.3.5-sansfont.patch" |
58 |
"${FILESDIR}/${PN}-2.3.11-clang16.patch" |
|
56 | 59 |
) |
57 | 60 | |
58 | 61 |
DOCS=( Changelog CREDITS README ) |
... | ... | |
74 | 77 |
-e "s:/usr/local/lib:${EPREFIX}/usr/local/$(get_libdir):" \ |
75 | 78 |
-i src/${PN}.h || die "sed ${PN}.h failed" |
76 | 79 | |
80 |
delete_locale() { |
|
81 |
local locale=${1} |
|
82 |
rm -f po/${locale}{.po,.mo} || die |
|
83 |
} |
|
84 | ||
85 |
plocale_for_each_disabled_locale delete_locale |
|
86 | ||
77 | 87 |
default |
78 | 88 |
} |
79 | 89 |