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

Collapse All | Expand All

(-)gentoo-x86/x11-base/xorg-server/xorg-server-1.1.1-r1.ebuild (-2 / +8 lines)
Lines 23-29 Link Here
23
	${FILESDIR}/xorg-x11-server-1.1.1-mesa-6.5.1.patch
23
	${FILESDIR}/xorg-x11-server-1.1.1-mesa-6.5.1.patch
24
	${FILESDIR}/${P}-install-libxf86config-headers.patch
24
	${FILESDIR}/${P}-install-libxf86config-headers.patch
25
	${FILESDIR}/${PV}-fix-xrandr-zoom-keys.patch
25
	${FILESDIR}/${PV}-fix-xrandr-zoom-keys.patch
26
	${FILESDIR}/${PV}-sparc64-ati-lockups.patch"
26
	${FILESDIR}/${PV}-sparc64-ati-lockups.patch
27
	${FILESDIR}/xorg-conf-example.patch"
27
28
28
29
29
SRC_URI="${SRC_URI}
30
SRC_URI="${SRC_URI}
Lines 324-330 Link Here
324
		--sysconfdir=/etc/X11
325
		--sysconfdir=/etc/X11
325
		--localstatedir=/var
326
		--localstatedir=/var
326
		--enable-install-setuid
327
		--enable-install-setuid
327
		--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1
328
		--with-fontdir=/usr/share/fonts
328
		${conf_opts}"
329
		${conf_opts}"
329
330
330
	local diemsg="You must build xorg-server and mesa with the same nptl USE setting."
331
	local diemsg="You must build xorg-server and mesa with the same nptl USE setting."
Lines 410-415 Link Here
410
	insinto /usr/share/xorg
411
	insinto /usr/share/xorg
411
	doins hw/xfree86/common/{extra,vesa}modes \
412
	doins hw/xfree86/common/{extra,vesa}modes \
412
		|| die "couldn't install extra modes"
413
		|| die "couldn't install extra modes"
414
415
	# Install xorg.conf.example
416
	insinto /etc/X11
417
	doins hw/xfree86/xorg.conf.example \
418
		|| die "couldn't install xorg.conf.example"
413
}
419
}
414
420
415
pkg_postinst() {
421
pkg_postinst() {

Return to bug 138623