public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Mon, 21 Nov 2016 12:55:16 +0000 (UTC)	[thread overview]
Message-ID: <1479732913.2e6185883bed3b6ebb24bf73ab22666a3c5301eb.polynomial-c@gentoo> (raw)

commit:     2e6185883bed3b6ebb24bf73ab22666a3c5301eb
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Nov 18 00:07:50 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 12:55:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e618588

x11-themes/qtcurve: Use kde5.eclass

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2879

 x11-themes/qtcurve/qtcurve-9999.ebuild | 47 +++++++++++++++++-----------------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
index b888456..819744d 100644
--- a/x11-themes/qtcurve/qtcurve-9999.ebuild
+++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
@@ -3,11 +3,12 @@
 # $Id$
 
 EAPI=6
-inherit cmake-utils kde5-functions git-r3
 
-DESCRIPTION="A set of widget styles for Qt and GTK2"
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Widget styles for Qt and GTK2"
 HOMEPAGE="https://quickgit.kde.org/?p=qtcurve.git"
-EGIT_REPO_URI="git://anongit.kde.org/qtcurve"
 
 LICENSE="LGPL-2+"
 SLOT="0"
@@ -19,10 +20,7 @@ REQUIRED_USE="gtk? ( X )
 	plasma? ( qt5 )
 "
 
-RDEPEND="X? (
-		x11-libs/libX11
-		x11-libs/libxcb
-	)
+COMMON_DEPEND="
 	gtk? ( x11-libs/gtk+:2 )
 	qt4? (
 		dev-qt/qtcore:4
@@ -31,15 +29,13 @@ RDEPEND="X? (
 		dev-qt/qtsvg:4
 	)
 	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtx11extras:5
+		$(add_qt_dep qtdbus)
+		$(add_qt_dep qtgui)
+		$(add_qt_dep qtsvg)
+		$(add_qt_dep qtwidgets)
+		$(add_qt_dep qtx11extras)
 	)
 	plasma? (
-		dev-qt/qtprintsupport:5
 		$(add_frameworks_dep karchive)
 		$(add_frameworks_dep kcompletion)
 		$(add_frameworks_dep kconfig)
@@ -53,13 +49,20 @@ RDEPEND="X? (
 		$(add_frameworks_dep kwidgetsaddons)
 		$(add_frameworks_dep kwindowsystem)
 		$(add_frameworks_dep kxmlgui)
+		$(add_qt_dep qtprintsupport)
+	)
+	X? (
+		x11-libs/libX11
+		x11-libs/libxcb
 	)
-	!x11-themes/gtk-engines-qtcurve"
-DEPEND="${RDEPEND}
+"
+DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${P/_/}"
+	nls? ( sys-devel/gettext )
+"
+RDEPEND="${COMMON_DEPEND}
+	!x11-themes/gtk-engines-qtcurve
+"
 
 DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
 
@@ -75,9 +78,7 @@ pkg_setup() {
 }
 
 src_configure() {
-	local mycmakeargs
-
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DQTC_QT4_ENABLE_KDE=OFF
 		-DQTC_QT4_ENABLE_KWIN=OFF
 		-DQTC_KDE4_DEFAULT_HOME=ON
@@ -90,5 +91,5 @@ src_configure() {
 		-DQTC_QT5_ENABLE_KDE="$(usex plasma)"
 	)
 
-	cmake-utils_src_configure
+	kde5_src_configure
 }


             reply	other threads:[~2016-11-21 12:55 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 12:55 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 23:24 [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ Andreas Sturmlechner
2024-03-07 23:24 Andreas Sturmlechner
2023-12-07 16:25 Arthur Zamarin
2022-02-16 17:17 Andreas Sturmlechner
2021-09-18  4:25 Sam James
2021-09-16 10:05 Agostino Sarubbo
2021-09-16  8:05 Agostino Sarubbo
2021-09-15  6:35 Agostino Sarubbo
2021-09-05  9:06 Andreas Sturmlechner
2021-08-15  9:12 Andreas Sturmlechner
2020-05-24 15:42 Andreas Sturmlechner
2020-01-12 19:33 Andreas Sturmlechner
2019-11-12  1:13 Andreas Sturmlechner
2019-10-16  9:00 Andreas Sturmlechner
2019-09-27 12:43 Andreas Sturmlechner
2019-09-26 13:50 Thomas Deutschmann
2019-08-11 21:30 Thomas Deutschmann
2019-07-24 21:52 Sergei Trofimovich
2019-07-24 21:51 Sergei Trofimovich
2019-07-22  8:48 Mikle Kolyada
2019-07-15 20:52 Andreas Sturmlechner
2019-02-15 23:28 Andreas Sturmlechner
2018-11-24 13:16 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-18 21:05 Andreas Sturmlechner
2018-10-20 15:20 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-09-17  9:05 Lars Wendler
2018-07-14  8:44 Andreas Sturmlechner
2018-06-27 19:00 Andreas Sturmlechner
2018-06-24 21:02 Andreas Sturmlechner
2018-06-19 14:32 Tobias Klausmann
2018-06-11  8:13 Agostino Sarubbo
2018-06-02 12:56 Lars Wendler
2018-05-29 12:32 Andreas Sturmlechner
2018-05-18 22:33 Andreas Sturmlechner
2017-10-05 11:21 Michael Palimaka
2017-10-02 11:58 Sergei Trofimovich
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-09-30  2:30 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-08-26  8:10 Michael Palimaka
2017-07-10  9:18 Lars Wendler
2017-07-10  9:18 Lars Wendler
2017-07-10  9:18 Lars Wendler
2016-11-02 21:15 Johannes Huber
2016-06-09 15:02 Davide Pesavento
2016-06-09 14:03 Jeroen Roovers
2016-06-02 20:34 Davide Pesavento
2016-05-30 18:36 Davide Pesavento
2016-03-17 10:50 Agostino Sarubbo
2016-02-02 16:20 Tobias Klausmann
2016-01-23 16:59 Agostino Sarubbo

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=1479732913.2e6185883bed3b6ebb24bf73ab22666a3c5301eb.polynomial-c@gentoo \
    --to=polynomial-c@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