Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110741 Details for
Bug 166500
app-admin/conky-1.4.5 - USE="-X" has no effect
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
app-admin/conky-1.4.5-r1.ebuild.diff
conky.patch (text/plain), 1.09 KB, created by
Philip Kovacs
on 2007-02-20 17:17:44 UTC
(
hide
)
Description:
app-admin/conky-1.4.5-r1.ebuild.diff
Filename:
MIME Type:
Creator:
Philip Kovacs
Created:
2007-02-20 17:17:44 UTC
Size:
1.09 KB
patch
obsolete
>--- /usr/portage/app-admin/conky/conky-1.4.5.ebuild 2007-02-07 14:05:33.000000000 -0500 >+++ ./conky-1.4.5-r1.ebuild 2007-02-20 12:10:44.000000000 -0500 >@@ -1,6 +1,6 @@ > # Copyright 1999-2007 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.5.ebuild,v 1.7 2007/02/07 18:55:57 blubb Exp $ >+# $Header: > > inherit eutils > # used for epause >@@ -63,11 +63,16 @@ > mymake="MPD_NO_IPV6=noipv6" > fi > local myconf >- myconf="--enable-own-window --enable-proc-uptime" >- use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage" >+ myconf="--enable-proc-uptime" >+ if useq X; then >+ myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window" >+ myconf="${myconf} $(use_enable truetype xft)" >+ else >+ myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window" >+ myconf="${myconf} --disable-xft" >+ fi > econf \ > ${myconf} \ >- $(use_enable truetype xft) \ > $(use_enable audacious) \ > $(use_enable bmpx) \ > $(use_enable hddtemp ) \
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 166500
:
110736
|
110737
|
110739
|
110740
| 110741 |
111163
|
111165