| Summary: | kde-misc/kim for KDE-4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bjoern Olausson <contactme> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
kim-0.9.5.ebuild for KDE-4
kim4.patch kim4.patch |
||
|
Description
Bjoern Olausson
2008-11-20 00:30:39 UTC
Created attachment 172427 [details]
kim-0.9.5.ebuild for KDE-4
kim-0.9.5.ebuild ported to work with KDE-4
Created attachment 172428 [details, diff]
kim4.patch
There is a lot to optimize like
--> removing unnecessary external programs and use bash build in tools
- RANDOM=`perl -e 'print int(rand(1000000))'`;
+ RAND="$RANDOM";
--> Moving duplicate code int one function that can be reused
--> Make the coding-style nicer
--> Making some features more usable (Like changing black text to white text with a black border so it can be seen on white and black background)
...
CHANGELOG:
- Optimized some more code (still lot to do)
- Modyfied the "Add text annotation" to produce white text with black border instead of plain black text
I am working on it when I got time... so expect more patches to come.
Kind regards
Bjoern
Created attachment 172430 [details, diff]
kim4.patch
There is a lot to optimize like
--> removing unnecessary external programs and use bash build in tools
- RANDOM=`perl -e 'print int(rand(1000000))'`;
+ RAND="$RANDOM";
--> Moving duplicate code int one function that can be reused
--> Make the coding-style nicer
--> Making some features more usable (Like changing black text to white text with a black border so it can be seen on white and black background)
...
CHANGELOG:
- Optimized some more code (still lot to do)
- Modyfied the "Add text annotation" to produce white text with black border instead of plain black text
I am working on it when I got time... so expect more patches to come.
Kind regards
Bjoern
There's absolutely no need for more than one bug per new package. *** This bug has been marked as a duplicate of bug 154115 *** |