From 5148f17a9d8219d2ccf17025d7f5ab0d09cc6be0 Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Fri, 9 May 2008 08:29:41 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: ... --- eclass/qt4-qt-copy.eclass | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index bebe231..9b006bd 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -43,34 +43,33 @@ qt4_qt-copy() { patches_qt3support_text patches_corelib_io=" 0167-fix-group-reading.diff" -# patches_corelib_kernel=" -# 0180-window-role-corelib.diff" -# patches_gui_graphicsview=" -# 0214-fix-qgraphicsproxywidget-tab-crash.diff" -# patches_gui_image=" -# 0223-fix-qpixmap-hasalpha.diff -# 0224-fast-qpixmap-fill.diff" -# patches_gui_kernel=" -# 0180-window-role-gui.diff -# 0195-compositing-properties.diff -# 0220-no-x-recursion-in-xerrhandler.diff" -# patches_gui_text=" -# 0203-qtexthtmlparser-link-color.diff" -# patches_gui_widgets=" -# 0225-invalidate-tabbar-geometry-on-refresh.diff" + patches_corelib_kernel=" + 0180-window-role-corelib.diff" + patches_gui_graphicsview=" + 0214-fix-qgraphicsproxywidget-tab-crash.diff" + patches_gui_image=" + 0223-fix-qpixmap-hasalpha.diff + 0224-fast-qpixmap-fill.diff" + #patches_gui_kernel=" + # 0180-window-role-gui.diff + # 0195-compositing-properties.diff + # 0220-no-x-recursion-in-xerrhandler.diff" + patches_gui_kernel=" + 0180-window-role-gui.diff" + patches_gui_text=" + 0203-qtexthtmlparser-link-color.diff" + patches_gui_widgets=" + 0225-invalidate-tabbar-geometry-on-refresh.diff" patches_qt3support_text=" 0210-fix-crash-q3stylesheet-font-size.diff" local qt_core_patches qt_dbus_patches qt_gui_patches qt_qt3support_patches qt_script_patches - #qt_core_patches="${patches_corelib_io} ${patches_corelib_kernel}" - #qt_dbus_patches="${patches_corelib_io} ${patches_corelib_kernel}" - qt_core_patches="${patches_corelib_io}" - qt_dbus_patches="${patches_corelib_io}" + qt_core_patches="${patches_corelib_io} ${patches_corelib_kernel}" + qt_dbus_patches="${patches_corelib_io} ${patches_corelib_kernel}" #qt_gui_patches="${patches_gui_graphicsview} ${patches_gui_image} ${patches_gui_kernel} ${patches_gui_text} ${patches_gui_widgets}" - qt_gui_patches="" + qt_gui_patches="${patches_gui_kernel}" qt_qt3support_patches="${patches_qt3support_text}" - #qt_script_patches="${patches_corelib_kernel}" - qt_script_patches="" + qt_script_patches="${patches_corelib_kernel}" ;; *) eerror "Version ${PVR} is not supported by the qt4-qt-copy eclass!" -- 2.11.4.GIT