# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ GPE_TARBALL_SUFFIX="bz2" inherit eutils gpe autotools DESCRIPTION="GPE Desktop Manager" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="" RDEPEND="${RDEPEND}" DEPEND="${DEPEND} ${RDEPEND}" src_unpack() { gpe_src_unpack "$@" # The default path is ugly and might confuse people with # /etc/X11/xinit sed -i -e 's;/etc/X11;/etc/X11/gpe;' gpe-dm.c \ || die "Failed to sed file gpe-dm.c" # Dont use /etc/init.d/gpe-dm, use # /etc/init.d/xdm instead epatch "${FILESDIR}/${PN}-noinitd.patch" eautoreconf } src_install() { gpe_src_install "$@" dodir /etc/X11/gpe/Xinit.d exeinto /etc/X11/gpe doexe ${FILESDIR}/Xinit }