public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
Date: Wed, 11 May 2016 18:29:20 +0000 (UTC)	[thread overview]
Message-ID: <1462991356.2dd9ac40ddec5337567b390027388a18125f42ed.pesa@gentoo> (raw)

commit:     2dd9ac40ddec5337567b390027388a18125f42ed
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:29:16 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:29:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2dd9ac40

x11-terms/qterminal: sync

Package-Manager: portage-2.2.28

 x11-terms/qterminal/metadata.xml          |  3 +++
 x11-terms/qterminal/qterminal-9999.ebuild | 25 ++++++++++++-------------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 1723768..948bf4e 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -5,4 +5,7 @@
 		<email>qt@gentoo.org</email>
 		<name>Gentoo Qt Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">qterminal/qterminal</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 5fcef24..2d55241 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -2,41 +2,40 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
+EAPI=6
 inherit cmake-utils git-r3
 
 DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://github.com/qterminal/qterminal"
-EGIT_REPO_URI="https://github.com/qterminal/qterminal.git"
+HOMEPAGE="https://github.com/lxde/qterminal"
+EGIT_REPO_URI="https://github.com/lxde/qterminal.git"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
+IUSE="qt5"
 
 RDEPEND="
-	qt4? (
+	!qt5? (
 		dev-qt/qtcore:4
 		dev-qt/qtgui:4
 		x11-libs/libqxt
-		~x11-libs/qtermwidget-${PV}[qt4(+)]
+		~x11-libs/qtermwidget-${PV}[qt4]
 	)
 	qt5? (
 		dev-qt/qtcore:5
 		dev-qt/qtgui:5
-		~x11-libs/qtermwidget-${PV}[qt5(-)]
-	)"
+		dev-qt/qtwidgets:5
+		~x11-libs/qtermwidget-${PV}[qt5]
+	)
+"
 DEPEND="${RDEPEND}
 	qt5? ( dev-qt/linguist-tools:5 )
 "
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_use qt5)
-		$(cmake-utils_use_use qt4 SYSTEM_QXT)
+		-DUSE_QT5=$(usex qt5)
+		-DUSE_SYSTEM_QXT=$(usex !qt5)
 	)
 	cmake-utils_src_configure
 }


             reply	other threads:[~2016-05-11 18:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 18:29 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-19 12:00 [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/ Jimi Huotari
2024-11-08 19:09 Jimi Huotari
2024-11-06 13:47 Jimi Huotari
2024-06-16 18:20 Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-08 17:44 Jimi Huotari
2024-04-21 21:34 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2015-10-01 14:27 Michael Palimaka
2014-05-01 15:57 Michael Palimaka

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=1462991356.2dd9ac40ddec5337567b390027388a18125f42ed.pesa@gentoo \
    --to=pesa@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