Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: WebKitGtk - GTK+ Web Content Engine https://bugzilla.redhat.com/show_bug.cgi?id=411471 ------- Additional Comments From che666@xxxxxxxxx 2007-12-06 11:48 EST ------- actually i am building it in one package quite fine since a while now. i will show you how. btw why are you using that script at all to build when you can directly invoke qmake? install -d build-gtk pushd build-gtk qmake-qt4 -r OUTPUT_DIR="$PWD" QMAKE_STRIP=/bin/true QMAKE_RPATH= QMAKE_CFLAGS="%{optflags}" QMAKE_CXXFLAGS="%{optflags}" VERSION=%{version} CONFIG-=qt-port CONFIG+=gtk-port WEBKIT_INC_DIR=%{_includedir}/WebKit WEBKIT_LIB_DIR=%{_libdir} ../WebKit.pro make popd install -d build-qt pushd build-qt qmake-qt4 -r OUTPUT_DIR="$PWD" QMAKE_STRIP=/bin/true QMAKE_RPATH= QMAKE_CFLAGS="%optflags" QMAKE_CXXFLAGS="%optflags" VERSION=%{version} CONFIG+=qt-port WEBKIT_INC_DIR=%{_includedir}/WebKit WEBKIT_LIB_DIR=%{_libdir} ../WebKit.pro make popd ##thats for the build section and below there is the install section that wfm: rm -rf $RPM_BUILD_ROOT make -C build-gtk install INSTALL_ROOT=$RPM_BUILD_ROOT install -d %{buildroot}%{_libdir}/%{name} install -m 755 build-gtk/WebKitTools/GtkLauncher/GtkLauncher %{buildroot}%{_libdir}/WebKit make -C build-qt install INSTALL_ROOT=$RPM_BUILD_ROOT install -d %{buildroot}%{_libdir}/WebKit install -m 755 build-qt/bin/QtLauncher $RPM_BUILD_ROOT%{_libdir}/%{name} install -m 755 build-qt/WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree $RPM_BUILD_ROOT%{_libdir}/WebKit -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review