From 5a8683e449d8bd72fcbc59fd81c5ebe353f9bf7f Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 07:47:32 +0200 Subject: [PATCH] eclass/qt4-qt-copy.eclass: only dbus and script left to check realy, the rest oughta werk now ... --- eclass/qt4-qt-copy.eclass | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index e58664d..4b0253d 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -56,12 +56,20 @@ qt4_qt-copy() { 0226_all_qtreeview-column_resize_when_needed.diff" QT3SUPPORT_PATCHLIST="0210_all_fix-crash-q3stylesheet-font-size.diff" case ${PN} in - qt-core) + qt-core|qt-dbus|qt-script) PATCHLIST="${PATCHLIST} ${CORE_PATCHLIST}" ;; + qt-gui) + PATCHLIST="${PATCHLIST} ${GUI_PATCHLIST}" + ;; + qt-qt3support) + PATCHLIST="${PATCHLIST} ${QT3SUPPORT_PATCHLIST}" + ;; + qt-(assistant|opengl|sql|svg|test|webkit|xmlpatterns)) + ;; *) - PATCHLIST="${PATCHLIST} ${CORE_PATCHLIST} ${GUI_PATCHLIST}" - use qt3support && PATCHLIST="${PATCHLIST} ${QT3SUPPORT_PATCHLIST}" + eerror "Package ${PN} is not supported by the qt4-qt-copy eclass!" + die "something screwed up bad, boss." ;; esac ;; -- 2.11.4.GIT