public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben de Groot" <yngwin@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/
Date: Sun, 18 Mar 2012 03:41:58 +0000 (UTC)	[thread overview]
Message-ID: <1332041866.d4f506bd4498cc7e76d6a9fb9cae3c58f6d6db39.yngwin@gentoo> (raw)

commit:     d4f506bd4498cc7e76d6a9fb9cae3c58f6d6db39
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Mar 18 03:37:46 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Mar 18 03:37:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d4f506bd

x11-wm/razorqt: fix automagic, update deps

Upstream has applied kensington's patch to fix the policykit automagic
from bug #405935 in git, and they have done something similar for their
LightDM greeter. So I've added the configure switches for both in
src_configure, and updated the dependency listing. Also added lightdm
useflag description in metadata.xml.

---
 x11-wm/razorqt/metadata.xml        |    4 +++-
 x11-wm/razorqt/razorqt-9999.ebuild |   24 +++++++++++++++++++++---
 2 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/x11-wm/razorqt/metadata.xml b/x11-wm/razorqt/metadata.xml
index 0457bbd..0db589e 100644
--- a/x11-wm/razorqt/metadata.xml
+++ b/x11-wm/razorqt/metadata.xml
@@ -15,5 +15,7 @@
 	it's no problem to take any modern WM from fwwm2 to kwin (yes, KDE
 	without Plasma Desktop is possible too).
 	</longdescription>
+	<use>
+		<flag name="lightdm">Build Razor-Qt's LightDM greeter</flag>
+	</use>
 </pkgmetadata>
-

diff --git a/x11-wm/razorqt/razorqt-9999.ebuild b/x11-wm/razorqt/razorqt-9999.ebuild
index 07deec3..cb8378a 100644
--- a/x11-wm/razorqt/razorqt-9999.ebuild
+++ b/x11-wm/razorqt/razorqt-9999.ebuild
@@ -21,15 +21,25 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="doc policykit"
+IUSE="doc lightdm policykit"
 
-COMMON_DEPEND="policykit? ( sys-auth/polkit-qt )
+COMMON_DEPEND="sys-apps/file
+	sys-libs/zlib
+	x11-libs/libX11
 	x11-libs/libXcomposite
+	x11-libs/libXcursor
 	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libXrender
 	x11-libs/qt-core:4
 	x11-libs/qt-dbus:4
 	x11-libs/qt-gui:4
-	x11-libs/qt-script:4"
+	x11-libs/qt-script:4
+	lightdm? ( x11-misc/lightdm[qt4] )
+	policykit? (
+		dev-libs/glib:2
+		sys-auth/polkit-qt
+	)"
 
 DEPEND="${COMMON_DEPEND}
 	doc? ( app-doc/doxygen )
@@ -47,6 +57,14 @@ RDEPEND="${COMMON_DEPEND}
 		x11-wm/windowmaker
 		)"
 
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_enable lightdm LIGHTDM_GREETER)
+		$(cmake-utils_use_enable policykit)
+	)
+	cmake-utils_src_configure
+}
+
 src_compile() {
 	cmake-utils_src_make
 



             reply	other threads:[~2012-03-18  3:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-18  3:41 Ben de Groot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-03  3:55 [gentoo-commits] proj/qt:master commit in: x11-wm/razorqt/ Ben de Groot
2012-04-03 15:47 Ben de Groot
2012-02-18 12:00 Markos Chandras
2012-02-16  2:26 Ben de Groot
2012-02-14  0:12 Ben de Groot
2012-02-14  0:11 Ben de Groot
2012-02-04  0:16 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=1332041866.d4f506bd4498cc7e76d6a9fb9cae3c58f6d6db39.yngwin@gentoo \
    --to=yngwin@gmail.com \
    --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