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

(-)../../../../../portage/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild (-7 / +12 lines)
Lines 2-11 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/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.10 2012/05/29 14:25:37 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.10 2012/05/29 14:25:37 aballier Exp $
4
4
5
EAPI="3"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
GNOME_TARBALL_SUFFIX="bz2"
7
8
8
inherit gnome2
9
inherit gnome2 multilib-minimal
9
10
10
DESCRIPTION="User interface libraries for gnome print"
11
DESCRIPTION="User interface libraries for gnome print"
11
HOMEPAGE="http://www.gnome.org/"
12
HOMEPAGE="http://www.gnome.org/"
Lines 15-27 Link Here
15
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
16
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
16
IUSE="doc"
17
IUSE="doc"
17
18
18
RDEPEND=">=x11-libs/gtk+-2.6:2
19
RDEPEND=">=x11-libs/gtk+-2.6:2[${MULTILIB_USEDEP}]
19
	>=gnome-base/libgnomeprint-2.12.1
20
	>=gnome-base/libgnomeprint-2.12.1[${MULTILIB_USEDEP}]
20
	>=gnome-base/libgnomecanvas-1.117
21
	>=gnome-base/libgnomecanvas-1.117[${MULTILIB_USEDEP}]
21
	>=x11-themes/gnome-icon-theme-1.1.92"
22
	>=x11-themes/gnome-icon-theme-1.1.92"
22
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
23
	sys-devel/gettext
24
	sys-devel/gettext[${MULTILIB_USEDEP}]
24
	virtual/pkgconfig
25
	virtual/pkgconfig[${MULTILIB_USEDEP}]
25
	doc? ( >=dev-util/gtk-doc-1 )"
26
	doc? ( >=dev-util/gtk-doc-1 )"
26
27
27
pkg_setup() {
28
pkg_setup() {
Lines 38-40 Link Here
38
		libgnomeprintui/Makefile.am libgnomeprintui/Makefile.in \
39
		libgnomeprintui/Makefile.am libgnomeprintui/Makefile.in \
39
		tests/Makefile.am tests/Makefile.in || die
40
		tests/Makefile.am tests/Makefile.in || die
40
}
41
}
42
43
multilib_src_configure() {
44
	ECONF_SOURCE=${S} gnome2_src_configure
45
}

Return to bug 515650