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 15581139696 for ; Tue, 23 May 2017 18:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 494DE21C028; Tue, 23 May 2017 18:30:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2971F21C028 for ; Tue, 23 May 2017 18:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E63D4341756 for ; Tue, 23 May 2017 18:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4387463 for ; Tue, 23 May 2017 18:30:32 +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: <1495376888.3a5734f828fc0c16646c0ef96cd61f609dbb1d41.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-addons/kdepim-addons-9999.ebuild X-VCS-Directories: kde-apps/kdepim-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a5734f828fc0c16646c0ef96cd61f609dbb1d41 X-VCS-Branch: master Date: Tue, 23 May 2017 18:30:32 +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: b11f730b-a9e9-4066-af0c-68a993c2db42 X-Archives-Hash: f133dbc18b3e5a9c45a0e3260cffc450 commit: 3a5734f828fc0c16646c0ef96cd61f609dbb1d41 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 21 13:25:57 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 21 14:28:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a5734f8 kde-apps/kdepim-addons: Add new/optional runtime deps Upstream commits: 3bddf9b3ddb936d072d1f777402311efe2651422 ac3b1b62d52a1b2d3b86ad1ba0aaad5b23d125f9 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/kdepim-addons/kdepim-addons-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild index fdcee17f82..34beab0bdc 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild @@ -28,6 +28,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep syntax-highlighting) $(add_kdeapps_dep akonadi) $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep akonadi-notes) @@ -73,3 +74,11 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "kde-misc/kregexpeditor" ; then + elog "${PN} Sieve editor plugin can make use of kde-misc/kregexpeditor if installed." + fi +}