diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2013-08-14 20:27:02 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2013-08-14 20:27:02 +0000 |
commit | 28dfbe7605df63535c620e142da0dd43df2a08ff (patch) | |
tree | 8c3f7ad199bafe9513b40112a8783159c3a824c9 /kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild | |
parent | Pass extra-cflags to configure instead, bug #449238 by Stef Simoens. Simplifi... (diff) | |
download | historical-28dfbe7605df63535c620e142da0dd43df2a08ff.tar.gz historical-28dfbe7605df63535c620e142da0dd43df2a08ff.tar.bz2 historical-28dfbe7605df63535c620e142da0dd43df2a08ff.zip |
Version bump KDE SC 4.11.0
Package-Manager: portage-2.2.0_alpha196/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild')
-rw-r--r-- | kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild new file mode 100644 index 000000000000..0634eb2fca1c --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/libplasmaclock-4.11.0.ebuild,v 1.1 2013/08/14 20:24:13 dilfridge Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/plasmaclock" +inherit kde4-meta + +DESCRIPTION="Libraries for KDE Plasma's clocks" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kephal) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ +" |