From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QR8eP-0008Mg-JG for garchives@archives.gentoo.org; Mon, 30 May 2011 20:01:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC7BE00C2; Mon, 30 May 2011 20:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76837E00C2 for ; Mon, 30 May 2011 20:01:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CE691B400A for ; Mon, 30 May 2011 20:01:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6773580508 for ; Mon, 30 May 2011 20:01:12 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild X-VCS-Directories: kde-base/kdeplasma-addons/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: f4731a7cfcd9dda25b6580238090f68fac3f34f9 Date: Mon, 30 May 2011 20:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: dc9cd554e5f64d0073c5618a7a287021 commit: f4731a7cfcd9dda25b6580238090f68fac3f34f9 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon May 30 20:00:50 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon May 30 20:00:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Df4731a7c [kde-base] add plasma addons (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- .../kdeplasma-addons-4.6.80.ebuild | 70 ++++++++++++++= ++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild b/k= de-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild new file mode 100644 index 0000000..1eed029 --- /dev/null +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-a= ddons-4.6.3.ebuild,v 1.1 2011/05/07 10:48:00 scarabeus Exp $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"Extra Plasma applets and engines." +HOMEPAGE=3D"http://www.kde.org/" +LICENSE=3D"GPL-2 LGPL-2" + +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"attica debug desktopglobe exif qalculate qwt scim semantic-deskt= op" + +# krunner is only needed to generate dbus interface for lancelot +COMMON_DEPEND=3D" + app-crypt/qca:2 + app-crypt/qca-ossl:2 + $(add_kdebase_dep kdelibs 'semantic-desktop=3D') + $(add_kdebase_dep krunner) + $(add_kdebase_dep plasma-workspace 'semantic-desktop=3D') + x11-misc/shared-mime-info + attica? ( dev-libs/libattica ) + desktopglobe? ( $(add_kdebase_dep marble) ) + exif? ( $(add_kdebase_dep libkexiv2) ) + qalculate? ( sci-libs/libqalculate ) + qwt? ( x11-libs/qwt:5 ) + scim? ( app-i18n/scim ) + semantic-desktop? ( + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep plasma-workspace 'rss') + ) +" +DEPEND=3D"${COMMON_DEPEND} + dev-cpp/eigen:2 +" +# kde-misc/plasmaboard: moved here in 4.3.65 +# kde-misc/qalculate-applet: since 4.4.0 +RDEPEND=3D"${COMMON_DEPEND} + !kdeprefix? ( + !kde-misc/plasmaboard + !kde-misc/qalculate-applet + ) +" + +# kdebase-data: some svg icons moved from data directly here. +add_blocker kdebase-data '<4.2.88' + +src_prepare() { + use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonad= i.patch" + kde4-base_src_prepare +} + +src_configure() { + mycmakeargs=3D( + -DDBUS_INTERFACES_INSTALL_DIR=3D"${EKDEDIR}/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_with qalculate) + $(cmake-utils_use_with qwt) + $(cmake-utils_use_with semantic-desktop KdepimLibs) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with scim) + ) + + kde4-base_src_configure +}