From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F8271381F3 for ; Thu, 3 Oct 2013 23:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05742E0AAD; Thu, 3 Oct 2013 23:28:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC033E0AAD for ; Thu, 3 Oct 2013 23:28:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A269933EE78 for ; Thu, 3 Oct 2013 23:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 53561E546E for ; Thu, 3 Oct 2013 23:28:29 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1380842612.2fe990831e2a6b2177469d33c803b3a07bc4bcec.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: plasma-active/plasma-mobile/files/, plasma-active/plasma-mobile/ X-VCS-Repository: proj/kde X-VCS-Files: plasma-active/plasma-mobile/files/plasma-mobile-0.5-solidinherit.patch plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild X-VCS-Directories: plasma-active/plasma-mobile/files/ plasma-active/plasma-mobile/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 2fe990831e2a6b2177469d33c803b3a07bc4bcec X-VCS-Branch: master Date: Thu, 3 Oct 2013 23:28:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b32bbd13-e270-4602-92b8-810fffdebebc X-Archives-Hash: c48540fd46573318e73426be7c73c78b commit: 2fe990831e2a6b2177469d33c803b3a07bc4bcec Author: Chris Reffett gentoo org> AuthorDate: Thu Oct 3 23:23:32 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Thu Oct 3 23:23:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2fe99083 [plasma-active/plasma-mobile] version bump (plasma-active 0.4) Package-Manager: portage-2.2.7 --- .../files/plasma-mobile-0.5-solidinherit.patch | 13 ++++++++ .../plasma-mobile-0.5_p20131003.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/plasma-active/plasma-mobile/files/plasma-mobile-0.5-solidinherit.patch b/plasma-active/plasma-mobile/files/plasma-mobile-0.5-solidinherit.patch new file mode 100644 index 0000000..3bf0f2a --- /dev/null +++ b/plasma-active/plasma-mobile/files/plasma-mobile-0.5-solidinherit.patch @@ -0,0 +1,13 @@ +diff -ruN plasma-mobile-0.5_p20131003/contourd/location/network-engines/solid/SolidNetworkNotifier.cpp plasma-mobile-0.5_p20131003-patched/contourd/location/network-engines/solid/SolidNetworkNotifier.cpp +--- plasma-mobile-0.5_p20131003/contourd/location/network-engines/solid/SolidNetworkNotifier.cpp 2013-10-03 16:27:42.000000000 -0400 ++++ plasma-mobile-0.5_p20131003-patched/contourd/location/network-engines/solid/SolidNetworkNotifier.cpp 2013-10-03 16:38:51.716948019 -0400 +@@ -19,10 +19,6 @@ + + #include "SolidNetworkNotifier.h" + +-#include +-#include +-#include +- + #include + #include diff --git a/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild b/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild new file mode 100644 index 0000000..ce7d772 --- /dev/null +++ b/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base +DESCRIPTION="Plasma shell optimized for mobile devices" +HOMEPAGE="http://www.kde.org/" +#SRC_URI="mirror://kde/stable/active/4.0/src/${P}.tar.xz" +SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz" + +LICENSE="GPL-2 LGPL-2 LGPL-2.1" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="handset" + +DEPEND=" + dev-libs/soprano + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep nepomuk-core) + net-libs/libnm-qt +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-0.5-solidinherit.patch" +) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use handset BUILD_HANDSET) + ) + kde4-base_src_configure +}