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

Collapse All | Expand All

(-)ati-drivers-10.2.ebuild.orig (-1 / +5 lines)
Lines 17-23 Link Here
17
	SRC_URI="https://launchpad.net/ubuntu/karmic/+source/fglrx-installer/2:${PV}-0ubuntu1/+files/fglrx-installer_${PV}.orig.tar.gz"
17
	SRC_URI="https://launchpad.net/ubuntu/karmic/+source/fglrx-installer/2:${PV}-0ubuntu1/+files/fglrx-installer_${PV}.orig.tar.gz"
18
	FOLDER_PREFIX=""
18
	FOLDER_PREFIX=""
19
fi
19
fi
20
IUSE="debug +modules multilib"
20
IUSE="debug +modules multilib amdcccle"
21
21
22
LICENSE="AMD GPL-2 QPL-1.0 as-is"
22
LICENSE="AMD GPL-2 QPL-1.0 as-is"
23
KEYWORDS="~amd64 ~x86"
23
KEYWORDS="~amd64 ~x86"
Lines 34-39 Link Here
34
	x11-libs/libXinerama
34
	x11-libs/libXinerama
35
	x11-libs/libXrandr
35
	x11-libs/libXrandr
36
	multilib? ( app-emulation/emul-linux-x86-xlibs )
36
	multilib? ( app-emulation/emul-linux-x86-xlibs )
37
	amdcccle? ( x11-libs/qt-gui )
37
"
38
"
38
39
39
DEPEND="${RDEPEND}
40
DEPEND="${RDEPEND}
Lines 377-382 Link Here
377
	# (s)bin.
378
	# (s)bin.
378
	into /opt
379
	into /opt
379
	dosbin "${ARCH_DIR}"/usr/sbin/atieventsd || die
380
	dosbin "${ARCH_DIR}"/usr/sbin/atieventsd || die
381
	use amdcccle || rm "${ARCH_DIR}"/usr/X11R6/bin/amdcccle
380
	# We cleaned out the compilable stuff in src_unpack
382
	# We cleaned out the compilable stuff in src_unpack
381
	dobin "${ARCH_DIR}"/usr/X11R6/bin/* || die
383
	dobin "${ARCH_DIR}"/usr/X11R6/bin/* || die
382
384
Lines 408-419 Link Here
408
	dosbin ${FOLDER_PREFIX}usr/sbin/* || die
410
	dosbin ${FOLDER_PREFIX}usr/sbin/* || die
409
411
410
	# data files for the control panel.
412
	# data files for the control panel.
413
	if use amdcccle ; then
411
	insinto /usr/share
414
	insinto /usr/share
412
	doins -r ${FOLDER_PREFIX}usr/share/ati || die
415
	doins -r ${FOLDER_PREFIX}usr/share/ati || die
413
	insinto /usr/share/pixmaps
416
	insinto /usr/share/pixmaps
414
	doins ${FOLDER_PREFIX}usr/share/icons/ccc_large.xpm || die
417
	doins ${FOLDER_PREFIX}usr/share/icons/ccc_large.xpm || die
415
	make_desktop_entry amdcccle 'ATI Catalyst Control Center' \
418
	make_desktop_entry amdcccle 'ATI Catalyst Control Center' \
416
		ccc_large System
419
		ccc_large System
420
	fi
417
421
418
	# doc.
422
	# doc.
419
	dohtml -r ${FOLDER_PREFIX}usr/share/doc/fglrx || die
423
	dohtml -r ${FOLDER_PREFIX}usr/share/doc/fglrx || die

Return to bug 310993