public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/
Date: Thu, 14 Apr 2016 20:00:22 +0000 (UTC)	[thread overview]
Message-ID: <1460664005.118ac466dce270e127bed46b8ab6f2dbec33318f.johu@gentoo> (raw)

commit:     118ac466dce270e127bed46b8ab6f2dbec33318f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 20:00:05 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 20:00:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=118ac466

kde-apps/kig: Sync with tree

Package-Manager: portage-2.2.28

 kde-apps/kig/kig-16.03.90.ebuild      | 8 +++++++-
 kde-apps/kig/kig-16.04.49.9999.ebuild | 8 +++++++-
 kde-apps/kig/kig-9999.ebuild          | 8 +++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kig/kig-16.03.90.ebuild b/kde-apps/kig/kig-16.03.90.ebuild
index 4e9c38e..538d0c6 100644
--- a/kde-apps/kig/kig-16.03.90.ebuild
+++ b/kde-apps/kig/kig-16.03.90.ebuild
@@ -5,6 +5,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde5
 
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep ktexteditor)
+	test? (
+		$(add_frameworks_dep kemoticons)
+		$(add_frameworks_dep kitemmodels)
+	)
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
 
 src_prepare() {
 	kde5_src_prepare
-
 	python_fix_shebang .
 }
 
@@ -57,6 +61,8 @@ src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
 		$(cmake-utils_use_find_package scripting BoostPython)
+		$(cmake-utils_use_find_package test KF5Emoticons)
+		$(cmake-utils_use_find_package test KF5ItemModels)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kig/kig-16.04.49.9999.ebuild b/kde-apps/kig/kig-16.04.49.9999.ebuild
index 1710b1c..8469398 100644
--- a/kde-apps/kig/kig-16.04.49.9999.ebuild
+++ b/kde-apps/kig/kig-16.04.49.9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde5
 
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep ktexteditor)
+	test? (
+		$(add_frameworks_dep kemoticons)
+		$(add_frameworks_dep kitemmodels)
+	)
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
 
 src_prepare() {
 	kde5_src_prepare
-
 	python_fix_shebang .
 }
 
@@ -57,6 +61,8 @@ src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
 		$(cmake-utils_use_find_package scripting BoostPython)
+		$(cmake-utils_use_find_package test KF5Emoticons)
+		$(cmake-utils_use_find_package test KF5ItemModels)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 1710b1c..8469398 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde5
 
@@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep ktexteditor)
+	test? (
+		$(add_frameworks_dep kemoticons)
+		$(add_frameworks_dep kitemmodels)
+	)
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -49,7 +54,6 @@ pkg_setup() {
 
 src_prepare() {
 	kde5_src_prepare
-
 	python_fix_shebang .
 }
 
@@ -57,6 +61,8 @@ src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
 		$(cmake-utils_use_find_package scripting BoostPython)
+		$(cmake-utils_use_find_package test KF5Emoticons)
+		$(cmake-utils_use_find_package test KF5ItemModels)
 	)
 
 	kde5_src_configure


             reply	other threads:[~2016-04-14 20:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-14 20:00 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 22:42 [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ Alexey Shvetsov
2023-12-18 22:14 Andreas Sturmlechner
2022-09-08 12:33 Andreas Sturmlechner
2022-07-03 23:06 Andreas Sturmlechner
2021-08-25  9:00 Andreas Sturmlechner
2021-08-21 16:00 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2020-10-11 21:33 Andreas Sturmlechner
2020-10-04 18:19 Andreas Sturmlechner
2020-07-18  8:57 Andreas Sturmlechner
2020-04-10 19:53 Andreas Sturmlechner
2020-02-09 18:06 Andreas Sturmlechner
2020-01-28 19:39 Andreas Sturmlechner
2019-03-01 13:27 Andreas Sturmlechner
2017-01-20  0:01 Andreas Sturmlechner
2016-04-12 17:14 Johannes Huber
2016-03-10  8:35 Michael Palimaka
2016-03-10  8:03 Michael Palimaka
2016-03-10  8:03 Michael Palimaka
2016-03-10  8:03 Michael Palimaka
2016-01-04 16:21 Michael Palimaka
2015-07-22 12:36 Michael Palimaka
2015-02-22 21:30 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460664005.118ac466dce270e127bed46b8ab6f2dbec33318f.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox