summaryrefslogtreecommitdiff
blob: 8e4a39159e6ef0c441589505d205a727d0ec5db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplash-engine-moodin/ksplash-engine-moodin-0.4.2-r1.ebuild,v 1.2 2008/02/18 22:52:43 ingmar Exp $

inherit kde

MY_P=${P/moodin-0/moodin_0}
S="${WORKDIR}/moodin"

DESCRIPTION="Splash Screen Engine for KDE - Heavily customizable engine for various types of themes"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=25705"
SRC_URI="http://moodwrod.com/files/${MY_P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="arts"

DEPEND="|| ( =kde-base/kdebase-3.5* =kde-base/ksplashml-3.5* )"

need-kde 3.5

# Fixes bug 191796
PATCHES="${FILESDIR}/${P}-multihead.patch"

src_compile() {
	econf $(use_with arts) || die "econf failed"
	emake || die "emake failed"
}