From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/hwoarang:master commit in: x11-misc/lightdm/
Date: Fri, 16 Sep 2011 12:49:37 +0000 (UTC) [thread overview]
Message-ID: <02652d1b54ba7b11411be2b680ad1acda5ae2a6c.hwoarang@gentoo> (raw)
commit: 02652d1b54ba7b11411be2b680ad1acda5ae2a6c
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 12:47:37 2011 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 12:47:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=commit;h=02652d1b
Fix typo. Output default configuration
---
x11-misc/lightdm/Manifest | 2 +-
x11-misc/lightdm/lightdm-0.9.7.ebuild | 19 +++++++++++++++----
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 5b91081..a295fe1 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -1,5 +1,5 @@
AUX lightdm-0.9.7-gtk.patch 915 RMD160 6705c655470de1df7a568c56cd67569257735f36 SHA1 a3946116ad78b4511b75551586a0939d64e19451 SHA256 540a831d53729e97d80b7bc1bccadd1637fe5f1eac2867397d98db1a5228db93
DIST lightdm-0.9.7.tar.gz 623465 RMD160 2044605ebd78950c8bba232dc17521491223a002 SHA1 878e3ca0d9af50accd95b631b4b867871eeab899 SHA256 72749f1e5a73567bccf0858d3a39934c72dfd997deacfd44b0bf49389c73ae10
DIST lightdm-gentoo-patch.tar.gz 101983 RMD160 6463f6d96b635922ac0f060fbffe450caaec6a74 SHA1 63348e477bffa27c82839c74fe56d3bc4565a3b1 SHA256 2e56d0ef3926428cea7870fbade77b20bd05a7664ae301aacc56504e07cf39ba
-EBUILD lightdm-0.9.7.ebuild 3123 RMD160 0cfb7c7a1a64b5cf5010477209134377a007fea4 SHA1 305393b9ee0dd675481bfcae25a3f389ed8b6c26 SHA256 2d0feb91c6e908c6ef0c8332a7f20daadd6faf676576b8a4cbe817157f539c55
+EBUILD lightdm-0.9.7.ebuild 3469 RMD160 974081bdd0109fbf795dacc6ab281dab9fb6410a SHA1 06de7501c5250c4cc75002e2ea48eb383cd3b158 SHA256 72af879faeb8eef8b5fde68d3fb1addf8cb6846c65b413e9182d6733e46dd3c3
MISC metadata.xml 497 RMD160 9f8f6dade79a2a2c325b3168101d768012a93cae SHA1 9db32e834848c6b7ab062a2b8257676f77464790 SHA256 b2bf41a1c5c128b389d57f0f8e3adda24d765d268904d089bf375c1130b629f9
diff --git a/x11-misc/lightdm/lightdm-0.9.7.ebuild b/x11-misc/lightdm/lightdm-0.9.7.ebuild
index 8b2eb6f..852b3c4 100644
--- a/x11-misc/lightdm/lightdm-0.9.7.ebuild
+++ b/x11-misc/lightdm/lightdm-0.9.7.ebuild
@@ -58,10 +58,21 @@ src_prepare() {
}
src_configure() {
- local default=gnome greeter=
- # gtk has higher priority because Qt4 interface sucks
+ # Maybe in the future, we can support some automatic session and user
+ # recognition. Until then, use default values
+ local default=gnome greeter= user=root
+
+ # gtk has higher priority because Qt4 interface sucks :)
use qt4 && greeter=lightdm-qt-greeter
- use gtk && greeter=ligthdm-gtk-greeter
+ use gtk && greeter=lightdm-gtk-greeter
+
+ # Let user know how lightdm is configured
+ einfo "Gentoo configuration"
+ einfo "Default greeter: ${greeter}"
+ einfo "Default session: ${default}"
+ einfo "Greeter user: ${user}"
+
+ # do the actual configuration
econf --localstatedir=/var \
--disable-static \
$(use_enable introspection) \
@@ -69,7 +80,7 @@ src_configure() {
$(use_enable gtk liblightdm-gtk) \
--with-user-session=${default} \
--with-greeter-session=${greeter} \
- --with-greeter-user=root \
+ --with-greeter-user=${user} \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
}
next reply other threads:[~2011-09-16 12:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-16 12:49 Markos Chandras [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-16 15:33 [gentoo-commits] dev/hwoarang:master commit in: x11-misc/lightdm/ Markos Chandras
2011-09-15 8:08 Markos Chandras
2011-09-14 17:39 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=02652d1b54ba7b11411be2b680ad1acda5ae2a6c.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