summaryrefslogtreecommitdiff
blob: a5cdb38912767188ea529f1e8d96c7db34110b1a (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/kalbum-0.8.0.ebuild,v 1.3 2006/04/10 00:17:44 cryos Exp $

inherit kde

IUSE=""
DESCRIPTION="A photo album generator for KDE 3.x"
SRC_URI="http://www.paldandy.com/kalbum/data/${P}/${P}.tar.bz2"
HOMEPAGE="http://www.paldandy.com/kalbum/"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc sparc x86"

need-kde 3

PATCHES="${FILESDIR}/${P}-configure-arts.patch"

src_install() {

	kde_src_install

	insopts -o root -g root -m 644
	insinto /usr/share/mimelnk/application/
	doins ${FILESDIR}/${P}/x-kalbum.desktop

}