dev-tcltk/tktray - 1.3.9 (gentoo)

Search

Install

Install this version:

emerge -a =dev-tcltk/tktray-1.3.9

Package Information

Description:
System Tray Icon Support for Tk on X11
Homepage:
https://code.google.com/p/tktray/
License:
tcltk

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="System Tray Icon Support for Tk on X11"
HOMEPAGE="https://code.google.com/p/tktray/"
SRC_URI="https://tktray.googlecode.com/files/${PN}${PV}.tar.gz"
S="${WORKDIR}/${PN}${PV}"

LICENSE="tcltk"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="debug threads"

# tests need actual X server with user interaction, bug #284919
RESTRICT="test"

DEPEND="
	>=dev-lang/tcl-8.4:=
	>=dev-lang/tk-8.4:=
	<dev-lang/tcl-9
	x11-libs/libXext"
RDEPEND="${DEPEND}"

QA_CONFIG_IMPL_DECL_SKIP=(
	stat64 # used to test for Large File Support
)

PATCHES=(
	"${FILESDIR}"/1.1-ldflags.patch
)

src_prepare() {
	default

	# Fix bad configure tests w/ Clang 16
	eautoreconf
}

src_configure() {
	source "${ESYSROOT}/usr/$(get_libdir)/tclConfig.sh" || die

	CPPFLAGS="-I${TCL_SRC_DIR}/generic ${CPPFLAGS}" \
	econf \
		$(use_enable debug symbols) \
		$(use_enable threads)
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-tcltk/tktray | euse -E <flag> -p dev-tcltk/tktray | euse -D <flag> -p dev-tcltk/tktray

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-lang/tcl-8.4:=
	>=dev-lang/tk-8.4:=
	<dev-lang/tcl-9
	x11-libs/libXext

RDEPEND

	>=dev-lang/tcl-8.4:=
	>=dev-lang/tk-8.4:=
	<dev-lang/tcl-9
	x11-libs/libXext

Manifest for 1.3.9

Type File Size Source URLs
DIST tktray1.3.9.tar.gz 134484 bytes https://tktray.googlecode.com/files/tktray1.3.9.tar.gz