blob: 7c99257a04294380284dea77a55db83026b6d94b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20031115.ebuild,v 1.1 2003/11/16 00:16:21 vapier Exp $
inherit enlightenment eutils
DESCRIPTION="next generation of Elogin, a login/display manager for X"
HOMEPAGE="http://xcomputerman.com/pages/entrance.html"
SRC_URI="${SRC_URI}
mirror://gentoo/extraicons-1.tar.bz2
http://wh0rd.de/gentoo/distfiles/extraicons-1.tar.bz2"
DEPEND="${DEPEND}
virtual/x11
sys-libs/pam
>=dev-db/edb-1.0.4.20031013
>=x11-libs/evas-1.0.0.20031025_pre11
>=x11-libs/ecore-0.0.2.20031018_pre4
>=media-libs/edje-0.0.1.20031020
>=x11-libs/esmart-0.0.2.20031025"
src_install() {
enlightenment_src_install
rm -rf ${D}/etc/init.d
insinto /usr/share/entrance/images/sessions
doins ${WORKDIR}/extraicons/*
exeinto /usr/share/entrance
doexe data/config/build_config.sh
edb_ed ${D}/etc/entrance_config.db add /entrance/theme str Nebulous.eet
}
|