diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-04 18:55:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-04 18:55:01 +0000 |
commit | 423d21dcfee183cc4b04d29c1621615e8c30f834 (patch) | |
tree | 23bd6110b9a77b8d679b5ab60fb7663b8627f698 /x11-plugins/gkrellsun | |
parent | 81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff) |
gentoo resync : 04.01.2018
Diffstat (limited to 'x11-plugins/gkrellsun')
-rw-r--r-- | x11-plugins/gkrellsun/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/x11-plugins/gkrellsun/Manifest b/x11-plugins/gkrellsun/Manifest index 724c50bf1481..6d8b7732ca55 100644 --- a/x11-plugins/gkrellsun/Manifest +++ b/x11-plugins/gkrellsun/Manifest @@ -1,5 +1,5 @@ AUX gkrellsun-1.0.0-Respect-LDFLAGS.patch 334 BLAKE2B 18bc916fd4d6834731cc02a720347a49a926f57f8477c8ee91bf9711b92aecc85b427a77d53edc6658ffe6b918b61b7d52a0ca0d7215b2008ec71710a34a985f SHA512 093ab16f6852b9a75a9c2e31a7ddf3ad6a407fd5c0f881340980f3f59b3c9abe10fa1855e09e9a73bd53cd3b3d532e3372bb227d95614e7fcbc014637c3ee906 AUX gkrellsun-1.0.0-reenable.patch 520 BLAKE2B fab0e90b893620b8d1724e21953845fbbc990948712f25ff0f4903ef51bcbcb00f3d3989cc8f9cbbc515daff3391c14a37a260f07309f3fe400915c293a8eefe SHA512 e4cfba81e20e08f2fc5fd005e5ff2e630a90f2cd1743334440b7f78f2de256959347d93f9e1c25416b9d151dd5465087dbf3e39a30429023cd9e9c635dcda229 DIST gkrellsun-1.0.0.tar.gz 96970 BLAKE2B aef5bed2a077c7dccb8573bafa9a14df53c52522872d77d08b6a8d29c824d3ef09c54ea5d0b6268dd502508fed264ebc250bd558a602e41dabddab9556158668 SHA512 1a34812e94f16d19311c23d44a0353dade50b802dd3ab115738959b9322c3bc6a28daa2bcea889700e6cc2ff8eb9400b989bf02c6f138bb878b94118ffd6e27a -EBUILD gkrellsun-1.0.0-r4.ebuild 709 BLAKE2B 56769774b6c8d92027c911574ceff362d667a7b27742e5d7a3d611d629b2a11a58321c9f35fe88aa86c39439d728f3857df4dbe08fc47a7e502079b2bc4d8a11 SHA512 1bd966d53852c167f81d3ddbf91d3d400d8f33e95749f691717bb67f56ef68948948482ad3ba7a3875e6f4216103c5518df3a92880852d0ec9db8acf71efe982 +EBUILD gkrellsun-1.0.0-r4.ebuild 682 BLAKE2B 245305d6132572f6730ea23b42f2bda05425392ebf5cb4389a51f819a3854a3eea240befd02580e8c5433cb2168e38204ce87a00a28683594785e763cb165926 SHA512 673efb89f9690b5c639cd259020f82d971f7258eff820e0b29447aec28a506edece6518311ae82711c765f0568bef96990c9ec385fc4f53426540a58928a9991 MISC metadata.xml 246 BLAKE2B aa7aeed52cbd6f0cbf3fb397c465f56a6b23276e59ebfc8aea46683b5f1d7c40857d40dc4aa3a8dbba8dfb3dbc4bc9b388b32c9c78c2fba505875ebea4264282 SHA512 d314e742c911fe837b685a8f4f8ab7701c213b55a06efcb805aff28214ddab008539ab6682258c0b2fe6cd5ccc045d2d321c22aef6af3b39758f821f08dc8ce6 diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild index 40deb42b5728..e054182aac83 100644 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild +++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,24 +8,24 @@ inherit gkrellm-plugin DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times" HOMEPAGE="http://gkrellsun.sourceforge.net/" SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz" + LICENSE="GPL-2" SLOT="1" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="nls" -COMMON_DEPEND="app-admin/gkrellm[X] +RDEPEND="app-admin/gkrellm:2[X]" +DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -DEPEND+=" ${COMMON_DEPEND}" -RDEPEND+=" ${COMMON_DEPEND}" - -PLUGIN_SO=src20/gkrellsun.so PATCHES=( - "${FILESDIR}/${P}-reenable.patch" - "${FILESDIR}/${P}-Respect-LDFLAGS.patch" + "${FILESDIR}"/${P}-reenable.patch + "${FILESDIR}"/${P}-Respect-LDFLAGS.patch ) +PLUGIN_SO=( src20/gkrellsun$(get_modname) ) + src_compile() { - use nls && myconf="$myconf enable_nls=1" + use nls && local myconf="enable_nls=1" emake ${myconf} } |