From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- x11-misc/stalonetray/Manifest | 4 ++- x11-misc/stalonetray/metadata.xml | 11 +++++-- x11-misc/stalonetray/stalonetray-0.8.4.ebuild | 42 +++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 x11-misc/stalonetray/stalonetray-0.8.4.ebuild (limited to 'x11-misc/stalonetray') diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest index 95e4376c7414..f04b60f9066f 100644 --- a/x11-misc/stalonetray/Manifest +++ b/x11-misc/stalonetray/Manifest @@ -1,3 +1,5 @@ DIST stalonetray-0.8.3.tar.bz2 155276 BLAKE2B 68041239df7d3441f9abd279cec55ff11deb0ef73eb984be8ad2f0348285164c112918c9e850e5fd2a994144a0c84429164e9f46a0baf81a29ed763b750ffce7 SHA512 b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942 +DIST stalonetray-0.8.4.tar.gz 94614 BLAKE2B 4def696bbd580960f2d7fd84516658e4b4112b40989523840566d34dac71ba92e3adf021796059db919515cc978ac0c5d7783a4ed41aa9f82c8cbcfd00bc958b SHA512 3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b EBUILD stalonetray-0.8.3.ebuild 739 BLAKE2B 365dcb844b7dc3c4ef8c1f08820ffe8f053e85e571a9c8623846fa8d2d4c992fdc98363990662f4cb80e2a44a2272c53f016669c1df97b874a0fe4cadbcf6603 SHA512 f73ad0d89b6510e46aea2fa3c4bf2a65ca1ccfc099d2542badd7e313a0619a1558956bc006c6f7c02846ed20ca079b3ac0c215a7aa14c5c33071812ac7959a91 -MISC metadata.xml 349 BLAKE2B a976992a09bcdc6d1f77a622bf627ba6732f771c4bb24f40c86b7f2c116edd28ca16401972cf91e39f3295dc5b22196cab2d91b0b61068e0ee2c0b02173cc8a4 SHA512 7bab253de4f5d8b158baa40e02594ffea15297c6431f838aca05a05c6adbf310ea21f9b2629e014530b78fef89f848240beb701e61de770db704ad85ac0be4e9 +EBUILD stalonetray-0.8.4.ebuild 852 BLAKE2B 27b96f95977d3d56b626c201e1eaefe42b23d7e1b73f37aa14fc9f5ee941ad802283fedc802207d934f1b1bb2aa4fc9b3854dfe13824c2411bafd0d62bc23163 SHA512 032c70b8aaa9ca28417a25a41cbdcfadd6dd0ea895b1f43ca8b198f8362f3d45bf615918b2f7ebd70a29194d78b083da081171ae369ef1de12c0b592c173ff64 +MISC metadata.xml 540 BLAKE2B 5b02c34af08f200811ec2ee2cde821e190b9b01eb2419a5e2dd89d6fe626919aaaa069c620445d58922fd717ff406f73ca86cf8a70d78abaab6cbd002162ebc8 SHA512 a02f795724207ba946ec1a2e989599624fb201c5e2ff691aa888b1615f2a26ae97ffb19247aade811dc1a0b0979ed1a016459b6f7df6078a0b4547a9be058c41 diff --git a/x11-misc/stalonetray/metadata.xml b/x11-misc/stalonetray/metadata.xml index 5f630340ef1f..c3b369f27a31 100644 --- a/x11-misc/stalonetray/metadata.xml +++ b/x11-misc/stalonetray/metadata.xml @@ -1,9 +1,16 @@ - + + jaco@uls.co.za + Jaco Kroon + + + proxy-maint@gentoo.org + Proxy Maintainers + - use non-portable hack to exit gracefuly on signal + use non-portable hack to exit gracefully on signal stalonetray diff --git a/x11-misc/stalonetray/stalonetray-0.8.4.ebuild b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild new file mode 100644 index 000000000000..602d6943d3ad --- /dev/null +++ b/x11-misc/stalonetray/stalonetray-0.8.4.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="System tray utility including support for KDE system tray icons" +HOMEPAGE="https://stalonetray.github.io/" +SRC_URI="https://github.com/kolbusa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +graceful-exit" + +RDEPEND="x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="app-text/docbook-xml-dtd + dev-libs/libxslt" + +DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html ) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf $(use_enable debug) \ + $(use_enable graceful-exit) \ + --enable-native-kde +} + +src_compile() { + emake + emake dist +} -- cgit v1.2.3