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: Sun, 22 Feb 2015 21:30:02 +0000 (UTC)	[thread overview]
Message-ID: <1424640494.c1342dbde5667f7893cecddd3d5f8bc041000c7e.johu@gentoo> (raw)

commit:     c1342dbde5667f7893cecddd3d5f8bc041000c7e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 21:28:14 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 21:28:14 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c1342dbd

[kde-apps/kig] Ported to KF5

Package-Manager: portage-2.2.17

---
 kde-apps/kig/kig-9999.ebuild | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
index 9719f94..8ff447c 100644
--- a/kde-apps/kig/kig-9999.ebuild
+++ b/kde-apps/kig/kig-9999.ebuild
@@ -4,19 +4,36 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK=true
 PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
+inherit python-single-r1 kde5
 
 DESCRIPTION="KDE Interactive Geometry tool"
 HOMEPAGE="http://www.kde.org/applications/education/kig http://edu.kde.org/kig"
 KEYWORDS=""
-IUSE="debug scripting"
+IUSE="scripting"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
 	${PYTHON_DEPS}
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	dev-qt/qtgui:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 	scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
 "
 RDEPEND="${DEPEND}"
@@ -25,11 +42,11 @@ PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
 
 pkg_setup() {
 	python-single-r1_pkg_setup
-	kde4-base_pkg_setup
+	kde5_pkg_setup
 }
 
 src_prepare() {
-	kde4-base_src_prepare
+	kde5_src_prepare
 
 	python_fix_shebang .
 }
@@ -39,5 +56,5 @@ src_configure() {
 		$(cmake-utils_use_find_package scripting BoostPython)
 	)
 
-	kde4-base_src_configure
+	kde5_src_configure
 }


             reply	other threads:[~2015-02-22 21:30 UTC|newest]

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

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=1424640494.c1342dbde5667f7893cecddd3d5f8bc041000c7e.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