public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/
@ 2014-06-11 13:17 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2014-06-11 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3d5695e8a62e9fd66db29bc2e5b4d22075a90ada
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 13:16:44 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 13:16:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3d5695e8

[x11-misc/compton-conf] Avoid needless src_unpack override.

Package-Manager: portage-2.2.10

---
 x11-misc/compton-conf/compton-conf-0.1.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-0.1.0.ebuild b/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
index bbcb112..cb675d5 100644
--- a/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
+++ b/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
@@ -28,7 +28,4 @@ DEPEND="dev-qt/qtcore:4
 	x11-misc/compton"
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	default
-	S=${WORKDIR}
-}
+S=${WORKDIR}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/
@ 2014-12-25 14:10 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2014-12-25 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a67c5ba0c1bfb9bfc0932143ceb97326f32936a3
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 25 14:10:16 2014 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 14:10:16 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a67c5ba0

x11-misc/compton-conf: add qt5 support to live ebuild

---
 x11-misc/compton-conf/compton-conf-9999.ebuild | 28 +++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-9999.ebuild b/x11-misc/compton-conf/compton-conf-9999.ebuild
index 0f4665f..73d0220 100644
--- a/x11-misc/compton-conf/compton-conf-9999.ebuild
+++ b/x11-misc/compton-conf/compton-conf-9999.ebuild
@@ -19,11 +19,25 @@ fi
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-IUSE=""
+IUSE="qt4 +qt5"
+REQUIRED_USE="^^ ( qt4 qt5 )"
 
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	x11-libs/libX11
-	x11-misc/compton"
-RDEPEND="${DEPEND}"
+RDEPEND="x11-libs/libX11
+	x11-misc/compton
+	qt4? ( dev-qt/qtcore:4
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4 )
+	qt5? ( dev-qt/linguist-tools:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtwidgets:5 )"
+DEPEND="${RDEPEND}
+	dev-libs/libconfig
+	virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		$( cmake-utils_use_use qt5 QT5 )
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/
@ 2015-10-01 14:27 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f6c1b2863353bb1e26a5a134121b0344ac0556f5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:22:44 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:27:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f6c1b286

x11-misc/compton-conf: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 x11-misc/compton-conf/compton-conf-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-9999.ebuild b/x11-misc/compton-conf/compton-conf-9999.ebuild
index c88d244..1bc13d1 100644
--- a/x11-misc/compton-conf/compton-conf-9999.ebuild
+++ b/x11-misc/compton-conf/compton-conf-9999.ebuild
@@ -27,12 +27,12 @@ RDEPEND="x11-libs/libX11
 	qt4? ( dev-qt/qtcore:4
 		dev-qt/qtdbus:4
 		dev-qt/qtgui:4 )
-	qt5? ( dev-qt/linguist-tools:5
-		dev-qt/qtcore:5
+	qt5? ( dev-qt/qtcore:5
 		dev-qt/qtdbus:5
 		dev-qt/qtwidgets:5 )"
 DEPEND="${RDEPEND}
 	dev-libs/libconfig
+	dev-qt/linguist-tools:5
 	virtual/pkgconfig"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-01 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 14:10 [gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2015-10-01 14:27 Michael Palimaka
2014-06-11 13:17 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox