Bug 209414 - x11-themes/qtcurve-*-0.55.3 version bump
Bug#: 209414 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: beandog@gentoo.org Reported By: dcecchin@gmail.com
Component: Ebuilds
URL:  http://www.kde-look.org/content/show.php?content=40492
Summary: x11-themes/qtcurve-*-0.55.3 version bump
Keywords:  
Status Whiteboard: 
Opened: 2008-02-09 04:49 0000
Description:   Opened: 2008-02-09 04:49 0000
This bug includes the bump for the three packages.

x11-themes/qtcurve-0.55.3
x11-themes/qtcurve-qt4-0.55.3
x11-themes/gtk-engines-qtcurve-0.55.3

KDE4
====

0.55.3
------
1. Fix issues with flat/raised style and titlebars.
2. Fix black square (where maximise icon would be) flashing when a window is
maximised.
3. More rounded titlebars when fully rounded.
4. Fix 'font colour' default button indicator.
5. 'Fix' for plasma and NVIDIA cards (on my system at least). Buttons,
scrollbars, etc., in plasma's dialogs have redraw errors on NVIDIA (but not on
my works integrated intel chip). So, by default gradients on plasma widgets (of
the Qt variety) are drawn directly, and not cached to pixmaps. To revert to the
previous method, edit
$XDG_CONFIG_HOME/qtcurvestylerc (e.g. ~/.config/qtcurvestylerc)

...and add

plasmaHack=false
6. Dont do mouse over for dockwidget title area.
7. Fix some slight tab drawing errors.
8. Reduced CPU usage of animated progressbars.
9. Correct reading in of contrast setting from Trolltech.conf
10. Read KDE3's contrast setting if not running under KDE4.
11. Fix arrows on gwenview's scrollbar buttons sometime being white.

KDE3
====

0.55.3
------
1. Style "Ideal::Button"s on "Ideal::ButtonBar"s as per KMultiTabBar tabs.
(Makes KTorrent's tab buttons look like Kate's sidebar buttons)
2. Read KDE4's contrast setting if running under KDE4.





Gtk2
====

0.55.3
------
1. Hack around a slight menubar problem with pidgin.
2. Dont use mouseover colour for highlighted checks and radios in menus.
3. Fix kde4-config usage.
4. Draw borders for GtkViewports - fixes mising frame in compiz settings
manager.
5. Read contrast setting from TrollTech.conf if running under KDE4.




Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Kalidarn 2008-02-09 07:39:47 0000 -------
All of them except x11-themes/qtcurve-0.55.3 should be a simple rename to the
newer version.

x11-themes/qtcurve-0.55.3 fails to compile with this error:

>>> Source compiled.
>>> Test phase [not enabled]: x11-themes/qtcurve-0.55.3

>>> Install qtcurve-0.55.3 into /var/tmp/portage/x11-themes/qtcurve-0.55.3/image/ category x11-themes
[ 18%] Built target qtcurve
[100%] Built target kstyle_qtcurve_config
Linking CXX shared library CMakeFiles/CMakeRelink.dir/qtcurve.so
Install the project...
-- Install configuration: "Release"
-- Installing
/var/tmp/portage/x11-themes/qtcurve-0.55.3/image/usr/kde/3.5/lib/kde3/plugins/styles/qtcurve.so
-- Installing
/var/tmp/portage/x11-themes/qtcurve-0.55.3/image/usr/kde/3.5/share/apps/kstyle/themes/qtcurve.themerc
-- Installing
/var/tmp/portage/x11-themes/qtcurve-0.55.3/image/usr/kde/3.5/lib/kde3/kstyle_qtcurve_config.so
CMake Error: Error in cmake code at
/var/tmp/portage/x11-themes/qtcurve-0.55.3/work/qtcurve_build/config/cmake_install.cmake:36:
FILE called with relative DESTINATION. This does not make sense when using
DESTDIR. Specify absolute path or remove DESTDIR environment variable.
Current CMake stack:
[2]    
/var/tmp/portage/x11-themes/qtcurve-0.55.3/work/qtcurve_build/config/cmake_install.cmake
[1]    
/var/tmp/portage/x11-themes/qtcurve-0.55.3/work/qtcurve_build/cmake_install.cmake
make: *** [install] Error 255
 *
 * ERROR: x11-themes/qtcurve-0.55.3 failed.
 * Call stack:
 *               ebuild.sh, line 1701:  Called dyn_install
 *               ebuild.sh, line 1138:  Called qa_call 'src_install'
 *               ebuild.sh, line   44:  Called src_install
 *   qtcurve-0.55.3.ebuild, line   29:  Called cmake-utils_src_install
 *      cmake-utils.eclass, line  164:  Called die
 * The specific snippet of code:
 *      emake install DESTDIR="${D}" || die "Make install failed"
 *  The die message:
 *   Make install failed

------- Comment #2 From Ben de Groot 2008-02-17 17:15:30 0000 -------
Bumped the versions in portage to 0.55.3.
As for the compile error, I can't reproduce, but it looks like bug #207854...