Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461936 - kde-misc/sddm-kcm - KCM module for SDDM - Simple Desktop Display Manager
Summary: kde-misc/sddm-kcm - KCM module for SDDM - Simple Desktop Display Manager
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/sddm/sddm-kcm
Whiteboard: [qt overlay]
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-16 15:45 UTC by Andreas Sturmlechner
Modified: 2013-03-18 14:53 UTC (History)
1 user (show)

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


Attachments
sddm-kcm-9999.ebuild (sddm-kcm-9999.ebuild,516 bytes, text/plain)
2013-03-16 15:45 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-03-16 15:45:08 UTC
Created attachment 342278 [details]
sddm-kcm-9999.ebuild

The ebuild is largely based on sddm-9999.ebuild from qt overlay with a few trivial changes and the additional kde4-base inherit (my guess). I'm a bit unsure what to do with LINGUAS so it's commented out.

KDE_MINIMAL is not set, I couldn't find a hint about a version requirement. Tested with KDE SC 4.10.1 and it works.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2013-03-16 17:04:26 UTC
Thanks for the ebuild! Some remarks:

* no translations in the source, so just leave the LINGUAS line away
* don't inherit "cmake-utils git-2" since you do not use them (directly); kde4-base should handle that
* while that's not wrong, it is unnecessary to DEPEND on an explicit slot if only one exists anywhere

:)
Comment 2 Andreas Sturmlechner gentoo-dev 2013-03-16 20:49:47 UTC
ah perfect, didn't realise that was taken care of in kde4-base. as always, thanks for your input :)
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2013-03-18 14:53:03 UTC
Added to qt overlay, since we decided to keep sddm ebuilds together. Thanks!