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

Collapse All | Expand All

(-)glipper-0.95.1.ebuild (-4 / +12 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 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/x11-misc/glipper/glipper-0.95.1.ebuild,v 1.2 2006/12/07 21:05:51 swegener Exp $
3
# $Header: $
4
4
5
DESCRIPTION="GNOME Clipboard Manager"
5
DESCRIPTION="GNOME Clipboard Manager"
6
HOMEPAGE="http://glipper.sourceforge.net/"
6
HOMEPAGE="http://glipper.sourceforge.net/"
Lines 9-21 Link Here
9
LICENSE="LGPL-2.1"
9
LICENSE="LGPL-2.1"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~amd64 ~x86"
11
KEYWORDS="~amd64 ~x86"
12
IUSE=""
12
IUSE="gnome"
13
13
14
RDEPEND=">=x11-libs/gtk+-2.6.0
14
RDEPEND=">=x11-libs/gtk+-2.6.0
15
	>=dev-libs/glib-2.6.0"
15
	>=dev-libs/glib-2.6.0
16
	gnome-base/libglade-2.0.0
17
	gnome? ( >=gnome-base/libgnome-2.0.0 )"
16
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
17
	>=app-text/gnome-doc-utils-0.3.2
19
	>=app-text/gnome-doc-utils-0.3.2
18
	>=dev-util/intltool-0.23"
20
	>=dev-util/intltool-0.23
21
	>=dev-util/pkgconfig-0.9.0"
22
23
src_compile() {
24
	econf $(use_enable gnome) || die "econf failed"
25
	emake || die "emake failed"
26
}
19
27
20
src_install() {
28
src_install() {
21
	emake -j1 install DESTDIR="${D}" || die "make install failed"
29
	emake -j1 install DESTDIR="${D}" || die "make install failed"

Return to bug 158590