Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 542050
Collapse All | Expand All

(-)/usr/portage/lxde-base/lxterminal/lxterminal-0.2.0.ebuild (-4 / +14 lines)
Lines 11-26 SRC_URI="mirror://sourceforge/lxde/${P}. Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
12
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
13
SLOT="0"
13
SLOT="0"
14
IUSE=""
14
IUSE="gtk3 +nls"
15
15
16
RDEPEND="x11-libs/gtk+:2
16
RDEPEND="dev-libs/glib:2
17
	dev-libs/glib:2
17
	!gtk3? (
18
	x11-libs/vte:0"
18
		x11-libs/gtk+:2
19
		x11-libs/vte:0
20
		)
21
	gtk3? (
22
		x11-libs/gtk+:3
23
		x11-libs/vte:2.90
24
		)"
19
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
20
	virtual/pkgconfig
26
	virtual/pkgconfig
21
	sys-devel/gettext
27
	sys-devel/gettext
22
	>=dev-util/intltool-0.40.0"
28
	>=dev-util/intltool-0.40.0"
23
29
30
src_configure(){
31
	econf $(use_enable gtk3) $(use_enable nls)
32
}
33
24
src_install () {
34
src_install () {
25
	emake DESTDIR="${D}" install
35
	emake DESTDIR="${D}" install
26
	dodoc AUTHORS README
36
	dodoc AUTHORS README

Return to bug 542050