blob: 248b984196a53877a9ef2459484ed890959d9868 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.4.ebuild,v 1.1 2008/05/15 23:12:51 ingmar 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 kde4"
|