diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-04 18:00:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-04 18:00:22 +0000 |
commit | a4c1d03d518d1416c826bb73ad524dc9bf1702a5 (patch) | |
tree | d6a50377f609e5e7550ca8a99686adcdcbdbd7a1 /kde-base/kdm | |
parent | Removed unneccessary python_copy_sources (diff) | |
download | gentoo-2-a4c1d03d518d1416c826bb73ad524dc9bf1702a5.tar.gz gentoo-2-a4c1d03d518d1416c826bb73ad524dc9bf1702a5.tar.bz2 gentoo-2-a4c1d03d518d1416c826bb73ad524dc9bf1702a5.zip |
[kde-base] Add KDE SC 4.6.1
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdm')
-rw-r--r-- | kde-base/kdm/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdm/kdm-4.6.1.ebuild | 126 |
2 files changed, 132 insertions, 1 deletions
diff --git a/kde-base/kdm/ChangeLog b/kde-base/kdm/ChangeLog index 1b8faa905183..d74ee1a7d9e3 100644 --- a/kde-base/kdm/ChangeLog +++ b/kde-base/kdm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/ChangeLog,v 1.237 2011/02/27 13:31:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/ChangeLog,v 1.238 2011/03/04 18:00:22 alexxy Exp $ + +*kdm-4.6.1 (04 Mar 2011) + + 04 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> +kdm-4.6.1.ebuild: + Version bump KDE SC 4.6.1 27 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> kdm-4.6.0.ebuild: Add missing dependency on libkworkspace, bug 354987 diff --git a/kde-base/kdm/kdm-4.6.1.ebuild b/kde-base/kdm/kdm-4.6.1.ebuild new file mode 100644 index 000000000000..6d04077fc96a --- /dev/null +++ b/kde-base/kdm/kdm-4.6.1.ebuild @@ -0,0 +1,126 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-4.6.1.ebuild,v 1.1 2011/03/04 18:00:22 alexxy Exp $ + +EAPI=3 + +KDE_HANDBOOK="optional" +KMNAME="kdebase-workspace" +inherit kde4-meta flag-o-matic + +DESCRIPTION="KDE login manager, similar to xdm and gdm" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="consolekit debug kerberos pam" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXtst + consolekit? ( + >=sys-apps/dbus-1.0.2 + sys-auth/consolekit + ) + kerberos? ( virtual/krb5 ) + pam? ( + $(add_kdebase_dep kcheckpass) + virtual/pam + ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepasswd) + >=x11-apps/xinit-1.0.5-r2 + x11-apps/xmessage +" + +add_blocker systemsettings '<4.5.80' + +KMEXTRA=" + libs/kdm/ +" + +PATCHES=( + "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" + "${FILESDIR}/${PN}-4-gentoo-xinitrc.d.patch" +) + +pkg_setup() { + kde4-meta_pkg_setup + + # Create kdm:kdm user + KDM_HOME=/var/lib/kdm-${SLOT} + enewgroup kdm + enewuser kdm -1 -1 "${KDM_HOME}" kdm +} + +src_configure() { + # genkdmconf breaks with -O3 + # last checked in 4.2.95 + replace-flags -O3 -O2 + + mycmakeargs=( + $(cmake-utils_use kerberos KDE4_KRB5AUTH) + $(cmake-utils_use_with pam) + $(cmake-utils_use_with consolekit CkConnector) + ) + + kde4-meta_src_configure +} + +src_install() { + export GENKDMCONF_FLAGS="--no-old --no-backup" + + kde4-meta_src_install + + # Customize the kdmrc configuration: + # - SessionDirs set to /usr/share/xsessions + # - increase server timeout to 30s + # - TerminateServer=true to workaround X server regen bug, bug 278473 + # - DataDir set to /var/lib/kdm-${SLOT} + # - FaceDir set to /var/lib/kdm-${SLOT}/faces + sed -e "s|^.*SessionsDirs=.*$|#&\nSessionsDirs=${EPREFIX}/usr/share/xsessions|" \ + -e "/#ServerTimeout=/s/^.*$/ServerTimeout=30/" \ + -e "/#TerminateServer=/s/^.*$/TerminateServer=true/" \ + -e "s|^.*DataDir=.*$|#&\nDataDir=${EPREFIX}${KDM_HOME}|" \ + -e "s|^.*FaceDir=.*$|#&\nFaceDir=${EPREFIX}${KDM_HOME}/faces|" \ + -i "${ED}"/${KDEDIR}/share/config/kdm/kdmrc \ + || die "Failed to set ServerTimeout and SessionsDirs correctly in kdmrc." + + # Don't install empty dir + rmdir "${ED}${KDEDIR}"/share/config/kdm/sessions + + # Set up permissions to kdm work directory + keepdir "${KDM_HOME}" + fowners root:kdm "${KDM_HOME}" + fperms 1770 "${KDM_HOME}" + + # install logrotate file + insinto /etc/logrotate.d + newins "${FILESDIR}"/kdm-logrotate kdm +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + # Set the default kdm face icon if it's not already set by the system admin + # because this is user-overrideable in that way, it's not in src_install + if [[ ! -e "${EPREFIX}${KDM_HOME}/faces/.default.face.icon" ]]; then + mkdir -p "${EPREFIX}${KDM_HOME}/faces" + cp "${EROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \ + "${EPREFIX}${KDM_HOME}/faces/.default.face.icon" + fi + if [[ ! -e "${EPREFIX}${KDM_HOME}/faces/root.face.icon" ]]; then + mkdir -p "${EPREFIX}${KDM_HOME}/faces" + cp "${EROOT}${KDEDIR}/share/apps/kdm/pics/users/root1.png" \ + "${EPREFIX}${KDM_HOME}/faces/root.face.icon" + fi + + if use consolekit; then + echo + elog "You have compiled 'kdm' with consolekit support. If you want to use kdm," + elog "make sure consolekit daemon is running and started at login time" + elog + elog "rc-update add consolekit default && /etc/init.d/consolekit start" + echo + fi +} |