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.4.ebuild.org (-5 / +16 lines)
Lines 11-19 Link Here
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~x86 ~amd64"
12
KEYWORDS="~x86 ~amd64"
13
13
14
DEPEND="virtual/x11
14
DEPEND="|| ( ( x11-proto/xproto
15
	media-libs/freetype
15
		media-libs/libpng
16
	media-libs/libpng"
16
		media-libs/jpeg
17
		x11-libs/libXmu
18
		x11-libs/libX11
19
		x11-libs/libXpm
20
		x11-libs/libXft
21
		)
22
		virtual/x11
23
	)
24
	media-libs/libpng
25
	media-libs/jpeg"
17
26
18
S=${WORKDIR}/${P}
27
S=${WORKDIR}/${P}
19
28
Lines 48-55 Link Here
48
	exeinto /etc/init.d
57
	exeinto /etc/init.d
49
	newexe ${FILESDIR}/slim.rc slim
58
	newexe ${FILESDIR}/slim.rc slim
50
	doexe xdm
59
	doexe xdm
51
	exeinto /etc
60
	into /etc
52
	newexe rc.conf rc.conf
61
	doins rc.conf
53
}
62
}
54
63
55
pkg_postinst() {
64
pkg_postinst() {
Lines 65-68 Link Here
65
74
66
pkg_postrm() {
75
pkg_postrm() {
67
	patch -R --no-backup-if-mismatch /etc/init.d/xdm ${FILESDIR}/${PN}-xdm.patch
76
	patch -R --no-backup-if-mismatch /etc/init.d/xdm ${FILESDIR}/${PN}-xdm.patch
77
	patch -R --no-backup-if-mismatch /etc/rc.conf ${FILESDIR}/${PN}-rc.patch
68
}
78
}
79

Return to bug 107526