x11-misc/stalonetray - 0.8.5 (gentoo)

Search

Package Information

Description:
System tray utility including support for KDE system tray icons
Homepage:
https://kolbusa.github.io/stalonetray/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.8.5 8 amd64 ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="System tray utility including support for KDE system tray icons"
HOMEPAGE="https://kolbusa.github.io/stalonetray/"
SRC_URI="https://github.com/kolbusa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~riscv 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 )

QA_CONFIG_IMPL_DECL_SKIP+=(
	# Only on solaris.
	# Produces an undefined reference on gcc 13.
	printstack
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_enable debug) \
		$(use_enable graceful-exit) \
		--enable-native-kde
}

src_compile() {
	emake
	emake dist
}

USE Flags

graceful-exit
Default: Enabled (+)

Dependencies

DEPEND

x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libXpm
	x11-base/xorg-proto

RDEPEND

x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libXpm

BDEPEND

app-text/docbook-xml-dtd
	dev-libs/libxslt

Manifest for 0.8.5

Type File Size Source URLs
DIST stalonetray-0.8.5.tar.gz 102899 bytes https://github.com/kolbusa/stalonetray/archive/v0.8.5.tar.gz