From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36169138350 for ; Sun, 22 Mar 2020 15:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43073E08F3; Sun, 22 Mar 2020 15:44:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B351CE08F3 for ; Sun, 22 Mar 2020 15:44:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30E5634F6D1 for ; Sun, 22 Mar 2020 15:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD7641B4 for ; Sun, 22 Mar 2020 15:44:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584891847.fef7fd441a44f4d38435a326bf21172eb26e3589.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/metadata.xml kde-plasma/plasma-desktop/plasma-desktop-5.18.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fef7fd441a44f4d38435a326bf21172eb26e3589 X-VCS-Branch: master Date: Sun, 22 Mar 2020 15:44:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d09b772-dde7-4b37-9b36-1242321c63fa X-Archives-Hash: 9ae071f5c02ff37b428880bed0d22e08 commit: fef7fd441a44f4d38435a326bf21172eb26e3589 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 22 15:32:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 22 15:44:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fef7fd44 kde-plasma/plasma-desktop: Add USE emoji Bug: https://bugs.gentoo.org/709742 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/metadata.xml | 1 + .../plasma-desktop-5.18.49.9999.ebuild | 22 +++++++++++++++++++--- .../plasma-desktop/plasma-desktop-9999.ebuild | 20 ++++++++++++++++++-- 3 files changed, 38 insertions(+), 5 deletions(-) diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml index cf13ed12c3..9b61884e37 100644 --- a/kde-plasma/plasma-desktop/metadata.xml +++ b/kde-plasma/plasma-desktop/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Build emojipicker applet using app-i18n/ibus and media-fonts/noto-emoji Use ibus input method via app-i18n/ibus Enable mouse KCM Enable applets that use app-i18n/scim diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.18.49.9999.ebuild index c4c2f1f880..0f09b8a685 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.49.9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="KDE Plasma desktop" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="+fontconfig ibus +mouse scim +semantic-desktop touchpad" +IUSE="emoji +fontconfig ibus +mouse scim +semantic-desktop touchpad" COMMON_DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 @@ -78,6 +78,11 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxcb[xkb] x11-libs/libxkbfile + emoji? ( + app-i18n/ibus[emoji] + dev-libs/glib:2 + media-fonts/noto-emoji + ) fontconfig? ( media-libs/fontconfig media-libs/freetype @@ -85,7 +90,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-image ) ibus? ( - app-i18n/ibus + app-i18n/ibus[emoji?] dev-libs/glib:2 >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libxcb @@ -117,16 +122,27 @@ RDEPEND="${COMMON_DEPEND} !