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 D70EE1384B4 for ; Thu, 26 Nov 2015 16:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C3721C03F; Thu, 26 Nov 2015 16:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE9A721C03E for ; Thu, 26 Nov 2015 16:06:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8323233BE93 for ; Thu, 26 Nov 2015 16:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB2C612 for ; Thu, 26 Nov 2015 16:06:34 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1448553954.3ad91633503efca9aaab834a201037f6f85e9d07.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kimtoy/kimtoy-9999.ebuild kde-misc/kimtoy/metadata.xml X-VCS-Directories: kde-misc/kimtoy/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3ad91633503efca9aaab834a201037f6f85e9d07 X-VCS-Branch: master Date: Thu, 26 Nov 2015 16:06:34 +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: ea23c442-d4b6-4f56-ba9d-7bdbb614324f X-Archives-Hash: b8fa54f711998d4f8e5f240778755afb commit: 3ad91633503efca9aaab834a201037f6f85e9d07 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Nov 22 22:25:27 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 26 16:05:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ad91633 kde-misc/kimtoy: Add kf5 version Package-Manager: portage-2.2.20.1 kde-misc/kimtoy/kimtoy-9999.ebuild | 66 ++++++++++++++++++++++++++++++++++++++ kde-misc/kimtoy/metadata.xml | 8 +++++ 2 files changed, 74 insertions(+) diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild new file mode 100644 index 0000000..b966892 --- /dev/null +++ b/kde-misc/kimtoy/kimtoy-9999.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="An input method frontend for Plasma" +HOMEPAGE="http://kde-apps.org/content/show.php?content=140967" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2" +fi + +KEYWORDS="" +LICENSE="GPL-2+" +IUSE="libressl scim semantic-desktop" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + app-i18n/ibus + dev-libs/glib:2 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-libs/libpng:0=[apng] + x11-libs/libX11 + scim? ( + >=app-i18n/scim-1.4.9 + dev-libs/dbus-c++ + ) + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext + x11-misc/shared-mime-info +" +RDEPEND="${COMMON_DEPEND} + !kde-misc/kimtoy:4 + >=app-i18n/fcitx-4.0 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package scim) + $(cmake-utils_use_find_package scim DBusCXX) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + ) + + kde5_src_configure +} diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml new file mode 100644 index 0000000..67fd161 --- /dev/null +++ b/kde-misc/kimtoy/metadata.xml @@ -0,0 +1,8 @@ + + + + kde + + Enable Smart Common Input Method support + +