blob: 9beec109ac5615b5af34addc048dd0bf034b720b (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/kdebase-data-4.0.1.ebuild,v 1.1 2008/02/07 00:11:42 philantrop Exp $
EAPI="1"
RESTRICT="binchecks"
KMNAME=kdebase-runtime
KMNOMODULE=true
inherit kde4-meta
DESCRIPTION="Icons, localization data and various .desktop files from kdebase."
IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=">=kde-base/qimageblitz-0.0.4"
RDEPEND="${DEPEND}"
KMEXTRA="
l10n/
pics/"
# Note that the eclass doesn't do this for us, because of KMNOMODULE="true".
KMEXTRACTONLY="config-runtime.h.cmake"
|