summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild43
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild40
-rw-r--r--net-im/ktp-approver/ktp-approver-0.9.0.ebuild30
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild33
-rw-r--r--net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild39
-rw-r--r--net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild48
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild39
-rw-r--r--net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild29
-rw-r--r--net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild31
-rw-r--r--net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild29
-rw-r--r--net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild32
-rw-r--r--net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild32
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild43
13 files changed, 0 insertions, 468 deletions
diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
deleted file mode 100644
index 3a914026f15..00000000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
-kde packages"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
-SLOT="4"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- >=net-im/ktp-accounts-kcm-${PV}
- >=net-im/ktp-approver-${PV}
- >=net-im/ktp-auth-handler-${PV}
- >=net-im/ktp-call-ui-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-contact-runner-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
- >=net-im/ktp-kded-module-${PV}
- >=net-im/ktp-send-file-${PV}
- >=net-im/ktp-text-ui-${PV}
- net-im/telepathy-connection-managers
-"
-
-pkg_postinst() {
- echo
- elog "You can configure the accounts in the KDE System Settings"
- elog "and then add the Instant Messaging plasma applet to access the contact list."
- echo
-}
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
deleted file mode 100644
index 3ab9ed677ab..00000000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-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 ko 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
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-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.5[qt4]
- modemmanager? ( net-libs/libmm-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build modemmanager pintxo)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild b/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
deleted file mode 100644
index 8eb3295d8e3..00000000000
--- a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy notification handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
deleted file mode 100644
index 974477e4e0f..00000000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- app-crypt/qca:2
- >=dev-libs/qjson-0.8
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
- app-crypt/qca-ossl:2
-"
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild
deleted file mode 100644
index f8fd0d38743..00000000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug v4l"
-
-DEPEND="
- >=media-libs/qt-gstreamer-1.2.0
- >=net-im/ktp-common-internals-${PV}
- net-libs/farstream:0.2
- >=net-libs/telepathy-farstream-0.6.0
- >=net-libs/telepathy-qt-0.9.5[farstream,qt4]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild
deleted file mode 100644
index b8bcf840326..00000000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy common library"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug otr semantic-desktop"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.5[qt4]
- >=net-libs/telepathy-logger-qt-0.5.80
- otr? (
- dev-libs/libgcrypt:=
- >=net-libs/libotr-4.0.0
- )
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs)
- >=net-libs/libkpeople-0.3.0:=
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package otr Libgcrypt)
- $(cmake-utils_use_find_package otr LibOTR)
- $(cmake-utils_use_find_package semantic-desktop KPeople)
- $(cmake-utils_use_find_package semantic-desktop KdepimLibs)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild
deleted file mode 100644
index d8affe55c26..00000000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact list"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
- >=net-im/ktp-accounts-kcm-${PV}
- >=net-im/ktp-common-internals-${PV}[semantic-desktop?]
- >=net-libs/telepathy-qt-0.9.5[qt4]
- semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package semantic-desktop KPeople)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild
deleted file mode 100644
index b1b375eca4e..00000000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild
deleted file mode 100644
index aa9b2bab389..00000000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild
deleted file mode 100644
index 5612dde5400..00000000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file transfer handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild
deleted file mode 100644
index cddf4a5d05e..00000000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-MY_P=${PN/kded/kded-integration}-${PV}
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy workspace integration"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"
-
-[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild
deleted file mode 100644
index f75339c234d..00000000000
--- a/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
-"
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild
deleted file mode 100644
index cbe3442d147..00000000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl 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
-
-DESCRIPTION="KDE Telepathy text chat window"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.5[qt4]
- >=net-libs/telepathy-logger-qt-0.8
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs)
- >=net-libs/libkpeople-0.3.0:=
- )
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package semantic-desktop KPeople)
- )
-
- kde4-base_src_configure
-}