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

Collapse All | Expand All

(-)xfprint-4.3.99.2.ebuild.orig (-5 / +5 lines)
Lines 1-19 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
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/xfce-base/xfprint/xfprint-4.3.99.2.ebuild,v 1.2 2007/01/06 18:18:29 nichoj Exp $
3
# $Header: $
4
4
5
inherit xfce44 gnome2-utils
5
inherit xfce44 gnome2-utils
6
6
7
xfce44_beta
7
xfce44_beta
8
8
9
DESCRIPTION="Xfce 4 print manager panel plugin"
9
DESCRIPTION="Xfce4 print manager panel plugin"
10
LICENSE="BSD"
10
LICENSE="BSD"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
12
12
13
IUSE="debug lpr cups"
13
IUSE="debug cups"
14
14
15
RDEPEND="cups? ( net-print/cups )
15
RDEPEND="cups? ( net-print/cups )
16
	!cups? ( lpr? ( net-print/lprng ) )
16
	!cups? ( net-print/lprng )
17
	>=dev-libs/glib-2.2
17
	>=dev-libs/glib-2.2
18
	>=x11-libs/gtk+-2.2
18
	>=x11-libs/gtk+-2.2
19
	~xfce-base/libxfce4mcs-${PV}
19
	~xfce-base/libxfce4mcs-${PV}
Lines 30-36 Link Here
30
XFCE_CONFIG="$(use_enable cups)"
30
XFCE_CONFIG="$(use_enable cups)"
31
31
32
if ! use cups; then
32
if ! use cups; then
33
	XFCE_CONFIG="${XFCE_CONFIG} $(use_enable lpr bsdlpr)"
33
	XFCE_CONFIG="${XFCE_CONFIG} --enable-bsdlpr)"
34
fi
34
fi
35
35
36
xfce44_core_package
36
xfce44_core_package

Return to bug 160671