|
|
|
@ -35,7 +35,7 @@ export QT4DIR QT41DIR
|
|
|
|
|
EOT |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
confopt="-prefix $root/$prefix -bindir $root/$bindir -libdir $root/$libdir -docdir $root/$docdir -headerdir $root/$includedir/$pkg -plugindir $root/$libdir/$pkg/plugins -datadir $root/$datadir/$pkg -translationdir $root/$datadir/$pkg/translations -sysconfdir $root/$sysconfdir -v" |
|
|
|
|
confopt="-prefix $root/$prefix -bindir $root/$bindir -libdir $root/$libdir -docdir $root/$docdir -headerdir $root/$includedir/$pkg -plugindir $root/$libdir/$pkg/plugins -datadir $root/$datadir/$pkg -translationdir $root/$datadir/$pkg/translations -sysconfdir $root/$sysconfdir -v -release" |
|
|
|
|
|
|
|
|
|
# Confirm the license automatically |
|
|
|
|
var_append confopt ' ' "-confirm-license" |
|
|
|
@ -80,5 +80,7 @@ done
|
|
|
|
|
hook_add preconf 5 "pkg_qt4_preconf" |
|
|
|
|
hook_add postmake 5 "pkg_qt4_profiled" |
|
|
|
|
|
|
|
|
|
var_append INSTALL_WRAPPER_FILTER '|' "sed -e 's,\(assistant\|designer\|linguist\|lrelease\|lupdate\|moc\|qmake\|uic\)\$,\1-$pkg,'" |
|
|
|
|
|
|
|
|
|
createdocs=0 |
|
|
|
|
runconf=0 |
|
|
|
|