StifflerStealth is maintaining these ebuilds, THANKS!
Latest:
http://forums.gentoo.org/viewtopic-p-35 ... ml#3587228
Instructions:
1) Basically you need to extract the modified ebuilds to your portage overlay directory (usually /usr/local/portage, but I use /usr/portage/local).
Code: Select all
tar -xvjf /path/to/file/kde-3.x.perrty.v1.x.tar.bz2 -C /path/to/portage/overlay/Code: Select all
tar -xvjf /home/tehchris/Desktop/kde-3.4.perrty.v1.0.2-r3.tar.bz2 -C /usr/portage/local/(note if you are using amd64, substitute ~x86 for ~amd64)
Code: Select all
#
kde-base/kdebase ~x86
kde-base/kde ~x86
kde-base/kdelibs ~x86
kde-base/arts ~x86
kde-base/kdepim ~x86
kde-base/kdenetwork ~x86
kde-base/kdemultimedia ~x86
kde-base/kdegraphics ~x86
kde-base/kdeadmin ~x86
kde-base/kdewebdev ~x86
kde-base/kdeutils ~x86
kde-base/kdeartwork ~x86
kde-base/kdetoys ~x86
kde-base/kdeaddons ~x86
kde-base/kdeedu ~x86
kde-base/kdegames ~x86
kde-base/kdeaccessibility ~x86
app-crypt/gpgme ~x86Code: Select all
mkdir /etc/portage && touch /etc/portage/package.keywordsCode: Select all
emerge -av kdeCode: Select all
emerge -av kdebase kdeartworkCode: Select all
emerge -av qt kdelibs kdebase kdeartworkFYI, the patched ebuilds are:
qt (3.3.3)
kdebase
kdeartwork
kdelibs
Tips:
** If you are running these patches with Xfree, you may have rubberband drawing problems, suggest use Xorg - thanks sklettke
** If you are having problems with slow rubberband redraw, link97381 suggests adding the following option to your xorg.conf
Code: Select all
Option "RenderAccel" "1"Code: Select all
echo SidebarStyle=1 >> ~/.kde/share/config/konqsidebartng.rcCode: Select all
[webbrowsing]
SidebarStyle=1
[filemanagement]
SidebarStyle=1 Code: Select all
cp -r ~/.kde/share/konqsidebartng/entries ~/.kde/share/konqsidebartng/$PROFILE_NAME/entries** Does not compile when using unsermake
These ebuilds have been pretty well tested now, and should work out of the box. Depending on your pc though, you may need 10 or so hours to kill
- Chris
Changelog:
18th Mar 05kde-3.4.perrty.v1.0.2-r3.tar.bz2 - updated to work with kde 3.4
29th Nov 04 kde-3.3.1.perrty.v1.0.0 - updated to v1.0.0 of the patches
1st Nov 04 kde-3.3.1.perrty.v0.5.5 - updated to v0.5.5 of the patches
27th Oct 04 kde-3.3.1.perrty.v0.5.2 - updated to v0.5.2 of patches, which basically fixes a drawing problem in detailed view
27th Oct 04 kde-3.3.1.perrty.v0.5.1 - updated to v0.5.1, which should fix the kdebase compile failure
26th Oct 04 kde-3.3.1.perrty.v0.5.0 - updated to v0.5.0 of the Improving KDE patches
24th Oct 04 kde-3.3.1.perrty.v0.4.4 - updated to v0.4.4 of the Improving KDE patches, flicker in detailed mode now fixed! rebuild kdelibs and kdebase to get fix.
22nd Oct 04 kde-3.3.1.perrty.v0.4.3 - updated to v0.4.3 of the Improving KDE patches
* fixed bug when removing all sidebar tabs in new sidebar.
19th Oct 04 - kde-3.3.1.perrty.v0.4.0-3 - forgot to include 45qt3 and 50qtdir3 for x11-libs/qt (thanks balinares)
18th Oct 04 - kde-3.3.1.perrty.v0.4.0-2 - changed patch from -p0 to epatch
18th Oct 04 - kde-3.3.1.perrty.v0.4.0-1 - changed patch from -p1 to -p0
18th Oct 04 - kde-3.3.1.perrty.v0.4.0 - updated to v0.4.0 of the patches, now includes sidebar - see Tips section below, also includes patch for kdepim
17th Oct 04 - updated to v0.3.4 of the patches, kdeartwork 3.3.1 should now be happy
15th Oct 04 - using portage 3.3.1 ebuilds (u will need to change package.keywords, see below), base off v0.3.1 patch
14th Oct 04 - included new patch for artwork that was causing emerge to bomb out
Changelog from http://www.kde-look.org/content/show.php?content=16962
Code: Select all
v1.0.0: (2004-Nov-28)
* fixed bug with rubberband in iconview mode.
* added install instructions.
v0.5.5: (2004-Oct-31)
* fixed bug when new rubberband effect is disabled.
v0.5.4: (2004-Oct-31)
* added rubberband color cache (improve rubberband performance a little more). I can't do incremental patch cause i'm using the KDE CVS version now. The only file that was modified is kdelibs/kdefx/kstyle.cpp
v0.5.3: (2004-Oct-31)
* improved rubberband performance in iconview (now only the modified area is draw).
* fixed bug when drawing rubberband and right mouse button is clicked.
* added incremental patch. For those who are using version 0.5.2 just apply the patches found in dir patches-0.5.2.
Note: Only use the patches found in dir patches-0.5.3 if you are using version 0.5.2. Any doubt how to use this mail me.
* added TODO file. If you found any bug not in TODO mail me, and i will try to fix.
v0.5.2: (2004-Oct-26)
* fixed error in drawing the item background in konqueror detailed view mode when that is a background image set. You just need to recompile kdebase/konqueror/listview.
v0.5.1: (2004-Oct-26)
* fixed compile error in kdebase/konqueror/listview.
v0.5.0: (2004-Oct-25)
* a lot of cleanup and refactoring.
* fix bug in konqueror detailed view mode that made the alternate background lines draw incorrect (thanks to DarkLord to point this out).
* now no app will be affected by the patch for bug 88964.
* modified qt patches to kde ones so is more easy to get they accepted by kde developers.
* removed kdepim patch (no more necessary).





