Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107526 | Differences between
and this patch

Collapse All | Expand All

(-)slim-1.2.3.ebuild.old (+11 lines)
Lines 21-26 Link Here
21
	unpack ${A}
21
	unpack ${A}
22
	cd ${S}
22
	cd ${S}
23
	epatch ${FILESDIR}/${P}-cflags.patch
23
	epatch ${FILESDIR}/${P}-cflags.patch
24
	epatch ${FILESDIR}/${P}-daemon-configoption.patch
25
26
	if [ -e /etc/init.d/xdm ]; then
27
		einfo "Patching /etc/init.d/xdm file..."
28
		cp /etc/init.d/xdm .
29
		epatch ${FILESDIR}/${P}-xdm.patch
30
	fi
31
32
	# Remove all X11R6 references from slim.conf
33
	sed -i -e 's#X11R6/##g' -e 's#/usr/bin:##' slim.conf
24
}
34
}
25
35
26
src_compile() {
36
src_compile() {
Lines 32-37 Link Here
32
	dodoc xinitrc.sample README TODO THEMES
42
	dodoc xinitrc.sample README TODO THEMES
33
	exeinto /etc/init.d
43
	exeinto /etc/init.d
34
	newexe ${FILESDIR}/slim.rc slim
44
	newexe ${FILESDIR}/slim.rc slim
45
	doexe xdm
35
}
46
}
36
47
37
pkg_postinst() {
48
pkg_postinst() {

Return to bug 107526