public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/hwoarang:master commit in: x11-misc/lightdm/
Date: Wed, 14 Sep 2011 17:39:06 +0000 (UTC)	[thread overview]
Message-ID: <9e2473d235fb119e2670ce34789575315f8ca6f9.hwoarang@gentoo> (raw)

commit:     9e2473d235fb119e2670ce34789575315f8ca6f9
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 17:35:56 2011 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 17:35:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=commit;h=9e2473d2

lightdm: Make gtk default when qt4&gtk are enabled

---
 x11-misc/lightdm/Manifest             |    2 +-
 x11-misc/lightdm/lightdm-0.9.5.ebuild |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index ce190c3..b8d8ecd 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -1,5 +1,5 @@
 AUX lightdm-0.9.5-gtk.patch 915 RMD160 6705c655470de1df7a568c56cd67569257735f36 SHA1 a3946116ad78b4511b75551586a0939d64e19451 SHA256 540a831d53729e97d80b7bc1bccadd1637fe5f1eac2867397d98db1a5228db93
 DIST lightdm-0.9.5.tar.gz 624153 RMD160 fe0c4659e0c7535b4b25d53de63176bf89209118 SHA1 eefc13e1bd1f6800d01873ae9c91e58b9f8faf54 SHA256 6ed73abb163be7861a7bd9f4c1abef2ffd221fd20dfe2c8172b16a9175457bed
 DIST lightdm-gentoo-patch.tar.gz 101983 RMD160 6463f6d96b635922ac0f060fbffe450caaec6a74 SHA1 63348e477bffa27c82839c74fe56d3bc4565a3b1 SHA256 2e56d0ef3926428cea7870fbade77b20bd05a7664ae301aacc56504e07cf39ba
-EBUILD lightdm-0.9.5.ebuild 3034 RMD160 f02d43f951de59fcdd92f245f487059b18a149a1 SHA1 a83ff4632981dccb9ca2b12984e563a7c85dea92 SHA256 d648d9aff9d425444f0008448e75b767c1bddbc9dfb529d99f1f0a8a89d49fad
+EBUILD lightdm-0.9.5.ebuild 3110 RMD160 c844d4786b837050f3f155a539bafe362e05114b SHA1 372931805ffb0764d7bf8086ffc347d1e996d940 SHA256 148eeec7978a3d74d0a1c01a4a471f649716f47a964e7357dffaab993247f2bc
 MISC metadata.xml 497 RMD160 9f8f6dade79a2a2c325b3168101d768012a93cae SHA1 9db32e834848c6b7ab062a2b8257676f77464790 SHA256 b2bf41a1c5c128b389d57f0f8e3adda24d765d268904d089bf375c1130b629f9

diff --git a/x11-misc/lightdm/lightdm-0.9.5.ebuild b/x11-misc/lightdm/lightdm-0.9.5.ebuild
index 67a6564..df606ea 100644
--- a/x11-misc/lightdm/lightdm-0.9.5.ebuild
+++ b/x11-misc/lightdm/lightdm-0.9.5.ebuild
@@ -58,8 +58,10 @@ src_prepare() {
 }
 
 src_configure() {
-	local default=gnome greeter=lightdm-gtk-greeter
+	local default=gnome greeter=
+	# gtk has higher priority because Qt4 interface sucks
 	use qt4 && greeter=lightdm-qt-greeter
+	use gtk && greeter=ligthdm-gtk-greeter
 	econf --localstatedir=/var \
 		--disable-static \
 		$(use_enable introspection) \



             reply	other threads:[~2011-09-14 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-14 17:39 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-15  8:08 [gentoo-commits] dev/hwoarang:master commit in: x11-misc/lightdm/ Markos Chandras
2011-09-16 12:49 Markos Chandras
2011-09-16 15:33 Markos Chandras

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=9e2473d235fb119e2670ce34789575315f8ca6f9.hwoarang@gentoo \
    --to=hwoarang@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