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

(-)drapes-0.5.2.ebuild.orig (-15 / +9 lines)
Lines 1-45 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 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: $
3
# $Header: $
4
4
5
#inherit eutils toolchain-funcs bash-completion flag-o-matic
5
EAPI=2
6
inherit eutils
6
7
inherit eutils mono
7
8
8
DESCRIPTION="Wallpaper manager for the GNOME desktop"
9
DESCRIPTION="Wallpaper manager for the GNOME desktop"
9
HOMEPAGE="http://drapes.mindtouchsoftware.com/"
10
HOMEPAGE="http://drapes.mindtouchsoftware.com/"
10
SRC_URI="http://drapes.mindtouchsoftware.com/release/0.5/${P}.tar.bz2"
11
SRC_URI="http://drapes.mindtouchsoftware.com/release/0.5/${P}.tar.bz2"
11
12
12
LICENSE="GPL-2 MIT"
13
LICENSE="GPL-2 MIT"
13
14
14
SLOT="0"
15
16
KEYWORDS="~amd64"
15
KEYWORDS="~amd64"
17
16
18
IUSE=""
17
IUSE=""
19
18
20
DEPEND=">=dev-lang/mono-1.1.13
19
DEPEND=">=dev-lang/mono-1.1.13
21
	>=dev-dotnet/gtk-sharp-2.8
20
	|| (	>=dev-dotnet/gtk-sharp-2.12.6[glade]
21
		( >=dev-dotnet/glade-sharp-2.8
22
		>=dev-dotnet/gtk-sharp-2.12.6 )
23
	)
22
	>=dev-dotnet/gnome-sharp-2.8
24
	>=dev-dotnet/gnome-sharp-2.8
23
	>=dev-dotnet/gnomevfs-sharp-2.8
25
	>=dev-dotnet/gnomevfs-sharp-2.8
24
	>=dev-dotnet/gconf-sharp-2.8
26
	>=dev-dotnet/gconf-sharp-2.8
25
	>=dev-dotnet/glade-sharp-2.8
27
	>=dev-dotnet/glade-sharp-2.8
26
	gnome-base/libgnome
28
	gnome-base/libgnome
27
	dev-util/pkgconfig	
29
	dev-util/pkgconfig
28
	gnome-extra/yelp"
30
	gnome-extra/yelp"
29
31
30
RDEPEND="${DEPEND}"
32
RDEPEND="${DEPEND}"
31
33
32
EAPI=0
34
MAKEOPTS="${MAKEOPTS} -j1"
33
34
src_compile() {
35
36
	econf  || die "configure failed"
37
38
	emake -j1 || die "make failed"
39
40
}
41
35
42
src_install() {
36
src_install() {
43
37
44
	emake -j1 install DESTDIR="${D}" || die "emake install failed"
38
	emake -j1 install DESTDIR="${D}" || die "emake install failed"
45
39

Return to bug 250237