Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336304 - New package: x11-misc/lightdm (X11 Display Manager)
Summary: New package: x11-misc/lightdm (X11 Display Manager)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://foo-projects.org/pipermail/xfc...
Whiteboard:
Keywords: EBUILD, InVCS
Depends on:
Blocks:
 
Reported: 2010-09-06 22:25 UTC by Samuli Suominen (RETIRED)
Modified: 2010-09-10 17:32 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lightdm-0.1.1.ebuild (lightdm-0.1.1.ebuild,950 bytes, text/plain)
2010-09-06 22:26 UTC, Samuli Suominen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2010-09-06 22:25:30 UTC
It's a new display manager. See,

http://foo-projects.org/pipermail/xfce4-dev/2010-August/028200.html
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-09-06 22:26:58 UTC
Created attachment 246323 [details]
lightdm-0.1.1.ebuild

Should be good template.  It will need some work.  Feel free to pick it up.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-09-07 16:10:33 UTC
Comment on attachment 246323 [details]
lightdm-0.1.1.ebuild

This is missing:

inherit pam

[ .. ]

virtual/pam

[ .. ]

src_install() {
pamd_mimic_system ldm-gtk-greeter auth account password session
	pamd_mimic_system ldm-webkit-greeter auth account password session
}

Unsure if pamd_mimic_system should be ldm-*-greeters or `lightdm` itself.
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-09-07 18:37:04 UTC
*lightdm-0.1.1 (07 Sep 2010)

  07 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> +lightdm-0.1.1.ebuild,
  +metadata.xml:
  Initial import wrt bug 336304. Ebuild written by Samuli Suominen
  <ssuominen@gentoo.org>.
Comment 4 Agostino Sarubbo gentoo-dev 2010-09-09 23:30:57 UTC
(In reply to comment #3)
> *lightdm-0.1.1 (07 Sep 2010)
> 
>   07 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> +lightdm-0.1.1.ebuild,
>   +metadata.xml:
>   Initial import wrt bug 336304. Ebuild written by Samuli Suominen
>   <ssuominen@gentoo.org>.
> 
Please add " || die " in:
src_configure () later on econf

All for qa questions :)
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-09-09 23:36:31 UTC
Hi Ago, please open new bugs instead of dragging on old ones. Furthermore, econf dies by itself and never needs "|| die"[1] - Thanks for your interest.

[1]: http://devmanual.gentoo.org/quickstart/index.html (and referenced other places, etc)
Comment 6 Agostino Sarubbo gentoo-dev 2010-09-10 17:32:40 UTC
(In reply to comment #5)
> Hi Ago, please open new bugs instead of dragging on old ones. Furthermore,
> econf dies by itself and never needs "|| die"[1] - Thanks for your interest.
> 
> [1]: http://devmanual.gentoo.org/quickstart/index.html (and referenced other
> places, etc)
> 

sorry for the inconvenience ... I am confused with another:)