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 B379B13861E for ; Wed, 30 Oct 2013 21:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CFD7E0A94; Wed, 30 Oct 2013 21:27:11 +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 EFF98E0A94 for ; Wed, 30 Oct 2013 21:27:10 +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 A303733F0CD for ; Wed, 30 Oct 2013 21:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 57AC0E5471 for ; Wed, 30 Oct 2013 21:27:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1383168409.0087d4b33b4d6fb1443b743be504ab3f79d8d5e6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-accounts-kcm/files/, net-im/ktp-accounts-kcm/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild net-im/ktp-accounts-kcm/metadata.xml X-VCS-Directories: net-im/ktp-accounts-kcm/files/ net-im/ktp-accounts-kcm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0087d4b33b4d6fb1443b743be504ab3f79d8d5e6 X-VCS-Branch: master Date: Wed, 30 Oct 2013 21:27:08 +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: e8586fb8-ff6f-48ce-95cb-d40367223ff6 X-Archives-Hash: 70ed0eec2a6f880fd886f281b589f67b commit: 0087d4b33b4d6fb1443b743be504ab3f79d8d5e6 Author: Johannes Huber gentoo org> AuthorDate: Wed Oct 30 21:26:49 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Oct 30 21:26:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0087d4b3 [net-im/ktp-accounts-kcm] Make modemmanager support optional. Package-Manager: portage-2.2.7 --- .../ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch | 27 ++++++++++++++++++++++ .../ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 18 +++++++++++---- net-im/ktp-accounts-kcm/metadata.xml | 5 +++- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch b/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch new file mode 100644 index 0000000..54f1534 --- /dev/null +++ b/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.7.0-libmm-qt-optional.patch @@ -0,0 +1,27 @@ +commit de71c97def75f047ec0dbaabffb8bc698938e84f +Author: David Edmundson +Date: Wed Oct 30 19:19:23 2013 +0100 + + Make each plugin optional + +diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt +index e270078..e752ef1 100644 +--- a/plugins/CMakeLists.txt ++++ b/plugins/CMakeLists.txt +@@ -1,8 +1,8 @@ +-add_subdirectory (gabble) +-add_subdirectory (butterfly) +-add_subdirectory (idle) +-add_subdirectory (haze) +-add_subdirectory (rakia) +-add_subdirectory (salut) +-add_subdirectory (sunshine) +-add_subdirectory (pintxo) ++macro_optional_add_subdirectory (gabble) ++macro_optional_add_subdirectory (butterfly) ++macro_optional_add_subdirectory (idle) ++macro_optional_add_subdirectory (haze) ++macro_optional_add_subdirectory (rakia) ++macro_optional_add_subdirectory (salut) ++macro_optional_add_subdirectory (sunshine) ++macro_optional_add_subdirectory (pintxo) diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild index cde851a..af724e3 100644 --- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild +++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 KDE_MINIMAL="4.7" KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it -ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian +ja kk km lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW" inherit kde4-base @@ -21,13 +21,23 @@ fi LICENSE="LGPL-2.1" SLOT="4" -IUSE="debug" +IUSE="debug modemmanager" DEPEND=" >=net-im/ktp-common-internals-${PV} net-im/telepathy-mission-control net-libs/telepathy-glib >=net-libs/telepathy-qt-0.9.3 + modemmanager? ( net-libs/libmm-qt ) " -RDEPEND="${DEPEND} -" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-0.7.0-libmm-qt-optional.patch" ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_build modemmanager pintxo) + ) + + kde4-base_src_configure +} diff --git a/net-im/ktp-accounts-kcm/metadata.xml b/net-im/ktp-accounts-kcm/metadata.xml index 8d1e86a..c5ae96e 100644 --- a/net-im/ktp-accounts-kcm/metadata.xml +++ b/net-im/ktp-accounts-kcm/metadata.xml @@ -1,5 +1,8 @@ -kde + kde + + Enable support for mobile broadband devices +