Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215651 | Differences between
and this patch

Collapse All | Expand All

(-)wmsystray-0.1.1.ebuild.orig (-2 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications"
7
DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications"
8
SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2"
8
SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2"
Lines 30-36 Link Here
30
}
30
}
31
31
32
src_compile() {
32
src_compile() {
33
	emake EXTRACFLAGS="${CFLAGS}" || die "emake failed"
33
	emake CC="$(tc-getCC)" EXTRACFLAGS="${CFLAGS}" || die "emake failed"
34
}
34
}
35
35
36
src_install() {
36
src_install() {

Return to bug 215651