summaryrefslogtreecommitdiff
path: root/kde-base/kdeplasma-addons
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-16 02:08:29 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-07-16 02:08:29 +1000
commitc1eddd56ab28ffdd7de94a0559fcdea5140d6e38 (patch)
tree07711816e924c3ea095c9ca326166fd94d558f63 /kde-base/kdeplasma-addons
parent52045ba54d1775bf71e202085ce84fbd54ee690f (diff)
downloadkde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.tar.gz
kde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.tar.bz2
kde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.zip
[kde-base] Version bump KDE SC 4.13.3
Diffstat (limited to 'kde-base/kdeplasma-addons')
-rw-r--r--kde-base/kdeplasma-addons/Manifest1
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.13.3.ebuild61
2 files changed, 62 insertions, 0 deletions
diff --git a/kde-base/kdeplasma-addons/Manifest b/kde-base/kdeplasma-addons/Manifest
new file mode 100644
index 00000000000..f3a56fd138c
--- /dev/null
+++ b/kde-base/kdeplasma-addons/Manifest
@@ -0,0 +1 @@
+DIST kdeplasma-addons-4.13.3.tar.xz 1760360 SHA256 b9d8c0db92cbd90cde83e278aa8b41d05523452fd72c697027422bf4d7056610 SHA512 449d065a734f1c6e8deaa4d96a09f3c3dfb2baa17a0ceaf3c4edc7321bbad9b9d64398944d5e306bbac7ff5557d9632d65bf96f3a24d8f26878b8952b93f91fc WHIRLPOOL 009d3b7297f92becc92cff4d63328800e4c2aaa65fa48dd35701c5c020f1f3feade057c3ce7d205b0dedd7628273eb0985d033ad9e3b2de7567d5595b15ad64a
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.3.ebuild
new file mode 100644
index 00000000000..0735c7a3488
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth
+qalculate qwt scim"
+
+RESTRICT=test
+# tests hang
+
+# krunner is only needed to generate dbus interface for lancelot
+COMMON_DEPEND="
+ app-crypt/qca:2
+ app-crypt/qca-ossl:2
+ $(add_kdebase_dep kdelibs 'nepomuk?')
+ $(add_kdebase_dep krunner '' 4.11)
+ $(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11)
+ x11-misc/shared-mime-info
+ attica? ( dev-libs/libattica )
+ desktopglobe? ( $(add_kdebase_dep marble) )
+ exif? ( $(add_kdebase_dep libkexiv2) )
+ fcitx? ( app-i18n/fcitx[dbus(+)] )
+ ibus? ( app-i18n/ibus )
+ json? ( dev-libs/qjson )
+ kdepim? ( $(add_kdebase_dep kdepimlibs) )
+ oauth? ( dev-libs/qoauth )
+ qalculate? ( sci-libs/libqalculate )
+ qwt? ( x11-libs/qwt:5 )
+ scim? ( app-i18n/scim )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-cpp/eigen:2
+"
+RDEPEND="${COMMON_DEPEND}
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
+ $(cmake-utils_use_with attica LibAttica)
+ $(cmake-utils_use_with desktopglobe Marble)
+ $(cmake-utils_use_with exif Kexiv2)
+ $(cmake-utils_use_build ibus)
+ $(cmake-utils_use_with json QJSON)
+ $(cmake-utils_use_with kdepim KdepimLibs)
+ $(cmake-utils_use_with nepomuk)
+ $(cmake-utils_use_with oauth QtOAuth)
+ $(cmake-utils_use_with qalculate)
+ $(cmake-utils_use_with qwt)
+ $(cmake-utils_use_build scim)
+ )
+
+ kde4-base_src_configure
+}