summaryrefslogtreecommitdiff
path: root/kde-base/libplasmaclock
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libplasmaclock')
-rw-r--r--kde-base/libplasmaclock/Manifest1
-rw-r--r--kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-base/libplasmaclock/Manifest b/kde-base/libplasmaclock/Manifest
new file mode 100644
index 00000000000..fc2e17e602d
--- /dev/null
+++ b/kde-base/libplasmaclock/Manifest
@@ -0,0 +1 @@
+DIST kde-workspace-4.11.8.tar.xz 13535344 SHA256 1b8a55a9f3e24c0aa462669f33be7206aebdfc35909b2e929eefa52824104ce2 SHA512 bfafcfc9e82e362f1447c67e83db12d576539182e33b500997752267136945a178a7d203953884b179ca15e21fd4a06c6426f25d2be8f73ae9661b798df63368 WHIRLPOOL 2755c821348591cec6b32d5bba1ad63ae21de71273eac9e34521ee0b3488715a004e7b428f60c49f2d065884cd9166f2c9aab8137cb50daa08a33fe20f01e30f
diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild
new file mode 100644
index 00000000000..2f86f370c56
--- /dev/null
+++ b/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+}