Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431446 - app-admin/conky-1.9.0: line graph fix
Summary: app-admin/conky-1.9.0: line graph fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 22:40 UTC by Alessandro Di Marco
Modified: 2012-08-18 08:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Current version (without fix) (before.jpg,110.34 KB, image/jpeg)
2012-08-14 22:43 UTC, Alessandro Di Marco
Details
Fixed version (after.jpg,97.54 KB, image/jpeg)
2012-08-14 22:43 UTC, Alessandro Di Marco
Details
The fix (conky-1.9.0-lines-fix.patch,1.04 KB, patch)
2012-08-14 22:45 UTC, Alessandro Di Marco
Details | Diff
Fixing ebuild (conky-1.9.0.ebuild,3.83 KB, text/plain)
2012-08-14 22:46 UTC, Alessandro Di Marco
Details

Note You need to log in before you can comment on or make changes to this bug.
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.