diff options
author | Johannes Huber <johu@gentoo.org> | 2014-04-29 18:53:12 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-04-29 18:53:12 +0000 |
commit | 195d58ebf3770cb8912618973dd03b62591c38b2 (patch) | |
tree | 4b4c0d4d4faa042e51cd583d0e4ff0f64ccb0613 /kde-base/libplasmaclock | |
parent | Version bump KDE SC 4.12.5 (diff) | |
download | gentoo-2-195d58ebf3770cb8912618973dd03b62591c38b2.tar.gz gentoo-2-195d58ebf3770cb8912618973dd03b62591c38b2.tar.bz2 gentoo-2-195d58ebf3770cb8912618973dd03b62591c38b2.zip |
Version bump KDE Workspace 4.11.9
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/libplasmaclock')
-rw-r--r-- | kde-base/libplasmaclock/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-base/libplasmaclock/ChangeLog b/kde-base/libplasmaclock/ChangeLog index 0d8bdb4808fe..bbf4f817e05d 100644 --- a/kde-base/libplasmaclock/ChangeLog +++ b/kde-base/libplasmaclock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libplasmaclock # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.194 2014/04/01 18:24:11 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.195 2014/04/29 18:53:06 johu Exp $ + +*libplasmaclock-4.11.9 (29 Apr 2014) + + 29 Apr 2014; Johannes Huber <johu@gentoo.org> +libplasmaclock-4.11.9.ebuild: + Version bump KDE Workspace 4.11.9 *libplasmaclock-4.11.8 (01 Apr 2014) diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild new file mode 100644 index 000000000000..266406e9f17e --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild,v 1.1 2014/04/29 18:53:06 johu 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 semantic-desktop" + +DEPEND=" + $(add_kdebase_dep kephal) + semantic-desktop? ( $(add_kdebase_dep kdepimlibs) ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with semantic-desktop KdepimLibs) + ) + + kde4-meta_src_configure +} |