Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225007 Details for
Bug 310993
x11-drivers/ati-drivers miss the qt-gui deps for amdcccle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add the qt-gui depend and makes the amdcccle optional
ati-drivers-10.2-add-qt-gui-deps.patch (text/plain), 1.52 KB, created by
Enrico Tagliavini
on 2010-03-23 23:29:48 UTC
(
hide
)
Description:
patch to add the qt-gui depend and makes the amdcccle optional
Filename:
MIME Type:
Creator:
Enrico Tagliavini
Created:
2010-03-23 23:29:48 UTC
Size:
1.52 KB
patch
obsolete
>--- ati-drivers-10.2.ebuild.orig 2010-03-24 00:16:45.000000000 +0100 >+++ ati-drivers-10.2.ebuild 2010-03-24 00:21:04.245556087 +0100 >@@ -17,7 +17,7 @@ > SRC_URI="https://launchpad.net/ubuntu/karmic/+source/fglrx-installer/2:${PV}-0ubuntu1/+files/fglrx-installer_${PV}.orig.tar.gz" > FOLDER_PREFIX="" > fi >-IUSE="debug +modules multilib" >+IUSE="debug +modules multilib qt4" > > LICENSE="AMD GPL-2 QPL-1.0 as-is" > KEYWORDS="~amd64 ~x86" >@@ -34,6 +34,10 @@ > x11-libs/libXinerama > x11-libs/libXrandr > multilib? ( app-emulation/emul-linux-x86-xlibs ) >+ qt4? ( >+ x11-libs/qt-core >+ x11-libs/qt-gui >+ ) > " > > DEPEND="${RDEPEND} >@@ -377,6 +381,7 @@ > # (s)bin. > into /opt > dosbin "${ARCH_DIR}"/usr/sbin/atieventsd || die >+ use qt4 || rm "${ARCH_DIR}"/usr/X11R6/bin/amdcccle > # We cleaned out the compilable stuff in src_unpack > dobin "${ARCH_DIR}"/usr/X11R6/bin/* || die > >@@ -408,12 +413,14 @@ > dosbin ${FOLDER_PREFIX}usr/sbin/* || die > > # data files for the control panel. >- insinto /usr/share >- doins -r ${FOLDER_PREFIX}usr/share/ati || die >- insinto /usr/share/pixmaps >- doins ${FOLDER_PREFIX}usr/share/icons/ccc_large.xpm || die >- make_desktop_entry amdcccle 'ATI Catalyst Control Center' \ >- ccc_large System >+ if use qt4 ; then >+ insinto /usr/share >+ doins -r ${FOLDER_PREFIX}usr/share/ati || die >+ insinto /usr/share/pixmaps >+ doins ${FOLDER_PREFIX}usr/share/icons/ccc_large.xpm || die >+ make_desktop_entry amdcccle 'ATI Catalyst Control Center' \ >+ ccc_large System >+ fi > > # doc. > dohtml -r ${FOLDER_PREFIX}usr/share/doc/fglrx || die
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 310993
:
224953
|
224985
|
225007
|
225009
|
225147