Difference between revisions of "Package:Kde-meta (KDE SC 4 meta package)"

From Funtoo
Jump to navigation Jump to search
m (quick update)
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|Summary=KDE - merge this to pull in all split kde-base/* packages
|Summary=KDE - merge this to pull in all split kde-base/* packages
|CatPkg=kde-base/kde-meta
|CatPkg=kde-base/kde-meta
|Maintainer=
}}
}}
{{PageNeedsUpdates}}
'''kde-base/kde-meta''' is the meta-package ebuild for installing the KDE Software Compilation 4 (KDE SC 4). KDE SC 4 is comprised of the KDE Plasma 4 desktop, KDE Applications 4 and shared libraries and services (KDE Platform 4).


==Introduction==
For a basic guide on installing KDE SC 4 see the instructions at [[KDE Plasma Desktop]].
* The KDE Plasma Desktop 4.x
* KDE Software Compilation


==Prerequisites==
{{note|Information on alternative installations to come.}}
=== Profile Configuration ===
<console>###i##  eselect profile add funtoo/1.0/linux-gnu/mix-ins/kde</console>
 
* X11 server, policykit, consolekit, udisks, etc.
 
==Installation==
===emerge ===
<console>###i## emerge kde-base/kde-meta</console>
<br />
* configuration
{{file|name=/etc/conf.d/xdm|lang=|desc=xdm configuration for kdm|body=
DISPLAYMANAGER="kdm"
}}
<console>
###i## rc-service xdm start
</console>
 
==First Steps==
* Additional configuration
* 'Add-in' software
{{EbuildFooter}}
{{EbuildFooter}}

Latest revision as of 04:50, December 8, 2015

Kde-meta (KDE SC 4 meta package)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

kde-base/kde-meta is the meta-package ebuild for installing the KDE Software Compilation 4 (KDE SC 4). KDE SC 4 is comprised of the KDE Plasma 4 desktop, KDE Applications 4 and shared libraries and services (KDE Platform 4).

For a basic guide on installing KDE SC 4 see the instructions at KDE Plasma Desktop.

   Note

Information on alternative installations to come.