Warning, /multimedia/amarok/supplementary_scripts/qtscriptgenerator/qtscriptgenerator-qtcopy.patch is written in an unsupported language. File is not indexed.

0001 Fixes the bindings generator to exclude phonon and xml-patterns, since those are
0002 excluded from the recommended build of Qt for KDE development.
0003 
0004 diff -ur qtscriptgenerator-git/generator/generator.qrc qtscriptgenerator-git-build/generator/generator.qrc
0005 --- qtscriptgenerator-git/generator/generator.qrc       2009-05-16 14:09:48.000000000 +0100
0006 +++ qtscriptgenerator-git-build/generator/generator.qrc 2009-05-16 14:37:14.000000000 +0100
0007 @@ -9,9 +9,7 @@
0008  <file alias="typesystem_svg.txt">typesystem_svg.xml</file>
0009  <file alias="typesystem_network.txt">typesystem_network.xml</file>
0010  <file alias="typesystem_xml.txt">typesystem_xml.xml</file>
0011 -<file alias="typesystem_phonon.txt">typesystem_phonon.xml</file>
0012  <file alias="typesystem_webkit.txt">typesystem_webkit.xml</file>
0013 -<file alias="typesystem_xmlpatterns.txt">typesystem_xmlpatterns.xml</file>
0014  <file>parser/rpp/pp-qt-configuration</file>
0015  </qresource>
0016  </RCC>
0017 diff -ur qtscriptgenerator-git/qtbindings/qtbindings.pro qtscriptgenerator-git-build/qtbindings/qtbindings.pro
0018 --- qtscriptgenerator-git/qtbindings/qtbindings.pro     2009-05-16 14:09:48.000000000 +0100
0019 +++ qtscriptgenerator-git-build/qtbindings/qtbindings.pro       2009-05-16 14:37:29.000000000 +0100
0020 @@ -6,8 +6,6 @@
0021           qtscript_sql \
0022           qtscript_svg \
0023           qtscript_xml \
0024 -         qtscript_phonon \
0025           qtscript_webkit \
0026 -         qtscript_xmlpatterns \
0027           qtscript_uitools \
0028           qs_eval