diff options
author | 2008-02-17 01:40:54 +0000 | |
---|---|---|
committer | 2008-02-17 01:40:54 +0000 | |
commit | 21f3007dfcd1421fb3b3cdd26eb8512dfb5239fd (patch) | |
tree | 9d630bfb93241d12f4977f6d3e3a7ff03823c5ef /kde-base/kdebase-startkde | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-21f3007dfcd1421fb3b3cdd26eb8512dfb5239fd.tar.gz gentoo-2-21f3007dfcd1421fb3b3cdd26eb8512dfb5239fd.tar.bz2 gentoo-2-21f3007dfcd1421fb3b3cdd26eb8512dfb5239fd.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kdebase-startkde')
8 files changed, 8 insertions, 597 deletions
diff --git a/kde-base/kdebase-startkde/ChangeLog b/kde-base/kdebase-startkde/ChangeLog index 18f4b0a0f58f..9c636bfc803c 100644 --- a/kde-base/kdebase-startkde/ChangeLog +++ b/kde-base/kdebase-startkde/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdebase-startkde # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/ChangeLog,v 1.109 2008/02/07 00:12:12 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/ChangeLog,v 1.110 2008/02/17 01:40:54 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -kdebase-startkde-3.5.5.ebuild, -kdebase-startkde-3.5.6-r1.ebuild, + -kdebase-startkde-3.5.6-r2.ebuild, -kdebase-startkde-3.5.7.ebuild, + -kdebase-startkde-3.5.7-r1.ebuild, -kdebase-startkde-3.5.8.ebuild, + -kdebase-startkde-4.0.0.ebuild: + Spring cleaning *kdebase-startkde-4.0.1 (06 Feb 2008) diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.5.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.5.ebuild deleted file mode 100644 index 343b9b7adf6b..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.5.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.5.ebuild,v 1.13 2007/07/22 10:46:19 calchan Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange 3.5.0 $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange 3.5.0 $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { - elog "Nothing to compile" -} - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${FILESDIR}/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${FILESDIR}/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_DATA_DIRS="${KDEDIR}/share:/usr/share" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r1.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r1.ebuild deleted file mode 100644 index 44656b3a13eb..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r1.ebuild,v 1.3 2007/07/22 10:46:19 calchan Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange $PV $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange $PV $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { :; } - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${FILESDIR}/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${FILESDIR}/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r2.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r2.ebuild deleted file mode 100644 index 37626eb1768a..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.6-r2.ebuild,v 1.2 2007/07/11 01:08:48 mr_bones_ Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange $PV $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange $PV $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { :; } - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${WORKDIR}/patches/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${WORKDIR}/patches/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.7-r1.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.7-r1.ebuild deleted file mode 100644 index dc96b0ffa758..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.7-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.7-r1.ebuild,v 1.6 2008/01/25 19:43:27 corsair Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit multilib kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-08.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange 3.5.6 $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { - # Patch the startkde script to setup the environment for KDE 4.0 - # Add our KDEDIR - sed -i -e "s#@REPLACE_PREFIX@#${PREFIX}#" \ - "${S}/startkde" || die "Sed for PREFIX failed." - - # List all the multilib libdirs - local _libdir _libdirs - for _libdir in $(get_all_libdirs); do - _libdirs="${_libdirs}:${PREFIX}/${_libdir}" - done - _libdirs=${_libdirs#:} - - # Complete LDPATH - sed -i -e "s#@REPLACE_LIBS@#${_libdirs}#" \ - "${S}/startkde" || die "Sed for LDPATH failed." -} - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${WORKDIR}/patches/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${WORKDIR}/patches/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.7.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.7.ebuild deleted file mode 100644 index 961199980538..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.7.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.7.ebuild,v 1.9 2007/08/11 16:38:42 armin76 Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-05.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange 3.5.6 $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { :; } - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${WORKDIR}/patches/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${WORKDIR}/patches/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-3.5.8.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-3.5.8.ebuild deleted file mode 100644 index 66d6cd3fd2a9..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-3.5.8.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-3.5.8.ebuild,v 1.1 2007/10/19 22:20:25 philantrop Exp $ - -KMNAME=kdebase -KMNOMODULE=true -KMEXTRACTONLY="kdm/kfrontend/sessions/kde.desktop.in startkde" -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-05.tar.bz2" - -DESCRIPTION="startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -# The kde apps called from the startkde script. -# kdesktop, kicker etc are started because they put files in $KDEDIR/share/autostart -# and so in theory they aren't strictly necessary deps. -RDEPEND="x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop -$(deprange $PV $MAXKDEVER kde-base/kdesktop) -$(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/ksmserver) -$(deprange $PV $MAXKDEVER kde-base/kwin) -$(deprange $PV $MAXKDEVER kde-base/kpersonalizer) -$(deprange 3.5.6 $MAXKDEVER kde-base/kreadconfig) -$(deprange $PV $MAXKDEVER kde-base/ksplashml)" - -src_compile() { :; } - -src_install() { - # startkde script - exeinto "${KDEDIR}/bin" - doexe startkde - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${WORKDIR}/patches/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${WORKDIR}/patches/agent-shutdown.sh" - - # freedesktop environment variables - cat <<EOF > "${T}/xdg.sh" -export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" -EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<EOF > "${T}/kde-${SLOT}" -#!/bin/sh -exec ${KDEDIR}/bin/startkde -EOF - exeinto /etc/X11/Sessions - doexe "${T}/kde-${SLOT}" - - # freedesktop compliant session script - sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.in" > "${T}/kde-${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/kde-${SLOT}.desktop" -} - -pkg_postinst () { - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.0.0.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.0.0.ebuild deleted file mode 100644 index 7b6b647f135f..000000000000 --- a/kde-base/kdebase-startkde/kdebase-startkde-4.0.0.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-4.0.0.ebuild,v 1.1 2008/01/17 23:46:08 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-workspace -KMNOMODULE=true -inherit multilib kde4-meta - -DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -# The KDE apps called from the startkde script. -# These provide the most minimal KDE desktop. -RDEPEND="${DEPEND} - >=kde-base/kcminit-${PV}:${SLOT} - >=kde-base/kdebase-data-${PV}:${SLOT} - >=kde-base/kdebase-kioslaves-${PV}:${SLOT} - >=kde-base/kde-wallpapers-${PV}:${SLOT} - >=kde-base/knotify-${PV}:${SLOT} - >=kde-base/kreadconfig-${PV}:${SLOT} - >=kde-base/krunner-${PV}:${SLOT} - >=kde-base/ksmserver-${PV}:${SLOT} - >=kde-base/ksplash-${PV}:${SLOT} - >=kde-base/kstartupconfig-${PV}:${SLOT} - >=kde-base/kstyles-${PV}:${SLOT} - >=kde-base/kwin-${PV}:${SLOT} - >=kde-base/plasma-${PV}:${SLOT} - >=kde-base/systemsettings-${PV}:${SLOT} - x11-apps/xmessage - x11-apps/xsetroot - x11-apps/xset - x11-apps/xrandr - x11-apps/mkfontdir - x11-apps/xprop" - -KMEXTRACTONLY=" -startkde.cmake -ConfigureChecks.cmake -kdm/" -KMCOMPILEONLY="kdm/kfrontend/sessions/" - -PATCHES="${FILESDIR}/gentoo-startkde.patch" - -src_compile() { - # Patch the startkde script to setup the environment for KDE 4.0 - # Add our KDEDIR - sed -e "s#@REPLACE_PREFIX@#${PREFIX}#" \ - -i "${S}/startkde.cmake" || die "Sed for PREFIX failed." - - # List all the multilib libdirs - local _libdir _libdirs - for _libdir in $(get_all_libdirs); do - _libdirs="${_libdirs}:${PREFIX}/${_libdir}" - done - _libdirs=${_libdirs#:} - - # Complete LDPATH - sed -e "s#@REPLACE_LIBS@#${_libdirs}#" \ - -i "${S}/startkde.cmake" || die "Sed for LDPATH failed." - - kde4-meta_src_compile -} - -src_install() { - kde4-meta_src_install - - # startup and shutdown scripts - insinto "${KDEDIR}/env" - doins "${FILESDIR}/agent-startup.sh" - - exeinto "${KDEDIR}/shutdown" - doexe "${FILESDIR}/agent-shutdown.sh" - - # freedesktop environment variables - cat <<-EOF > "${T}/xdg.sh" - export XDG_DATA_DIRS="${KDEDIR}/share:/usr/share" - export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" - EOF - insinto "${KDEDIR}/env" - doins "${T}/xdg.sh" - - # x11 session script - cat <<-EOF > "${T}/${SLOT}" - #!/bin/sh - exec ${KDEDIR}/bin/startkde - EOF - exeinto /etc/X11/Sessions - doexe "${T}/${SLOT}" - - # freedesktop compliant session script - sed -e "s:\${KDE4_BIN_INSTALL_DIR}:${KDEDIR}/bin:g;s:Name=KDE:Name=${SLOT}:" \ - "${S}/kdm/kfrontend/sessions/kde.desktop.cmake" > "${T}/${SLOT}.desktop" - insinto /usr/share/xsessions - doins "${T}/${SLOT}.desktop" -} - -pkg_postinst () { - kde4-base_pkg_postinst - - echo - elog "To enable gpg-agent and/or ssh-agent in KDE sessions," - elog "edit ${KDEDIR}/env/agent-startup.sh and" - elog "${KDEDIR}/shutdown/agent-shutdown.sh" - echo -} |