Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 431446

Summary: app-admin/conky-1.9.0: line graph fix
Product: Gentoo Linux Reporter: Alessandro Di Marco <dmr>
Component: New packagesAssignee: Daniel Pielmeier <billie>
Status: RESOLVED FIXED    
Severity: normal CC: brenden, dmr
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: http://sourceforge.net/tracker/?func=detail&aid=3557517&group_id=143975&atid=757310
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Current version (without fix)
Fixed version
The fix
Fixing ebuild

Description Alessandro Di Marco 2012-08-14 22:40:40 UTC
The before/after jpeg in attachment show what the patch does.

Reproducible: Always
Comment 1 Alessandro Di Marco 2012-08-14 22:43:12 UTC
Created attachment 321362 [details]
Current version (without fix)
Comment 2 Alessandro Di Marco 2012-08-14 22:43:52 UTC
Created attachment 321364 [details]
Fixed version
Comment 3 Alessandro Di Marco 2012-08-14 22:45:16 UTC
Created attachment 321366 [details, diff]
The fix
Comment 4 Alessandro Di Marco 2012-08-14 22:46:29 UTC
Created attachment 321368 [details]
Fixing ebuild
Comment 5 Alessandro Di Marco 2012-08-14 22:49:18 UTC
Submitted upstream too; that's it.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2012-08-15 01:10:28 UTC
Comment on attachment 321368 [details]
Fixing ebuild

--- conky-1.9.0.ebuild  2012-08-15 03:09:52.000000000 +0200
+++ -   2012-08-15 03:10:21.770219615 +0200
@@ -60,7 +60,8 @@
 
 src_prepare() {
        epatch "${FILESDIR}/${PN}-1.8.1-utf8-scroll.patch" \
-               "${FILESDIR}/${P}-ncurses.patch"
+               "${FILESDIR}/${P}-ncurses.patch" \
+               "${FILESDIR}/${P}-lines-fix.patch" 
 }
 
 src_configure() {
Comment 7 Daniel Pielmeier gentoo-dev 2012-08-18 08:49:49 UTC
+*conky-1.9.0-r1 (18 Aug 2012)
+
+  18 Aug 2012; Daniel Pielmeier <billie@gentoo.org> +conky-1.9.0-r1.ebuild,
+  +files/conky-1.9.0-lines-fix.patch:
+  Fix bug #431446. Thanks to Alessandro Di Marco for the report and the patch.