Browse Source

Updated qt4 (4.3.0 -> 4.3.2)

early
Minto van der Sluis 17 years ago committed by Alejandro Mery
parent
commit
bdab3903de
  1. 3
      qt/qt4/qt4.conf
  2. 5
      qt/qt4/qt4.desc

3
qt/qt4/qt4.conf

@ -17,6 +17,7 @@
prefix="${SDECFG_PKG_QT4_PREFIX:-usr}" prefix="${SDECFG_PKG_QT4_PREFIX:-usr}"
if [ "$prefix" = "usr" ]; then if [ "$prefix" = "usr" ]; then
docdir=$docdir/$pkg docdir=$docdir/$pkg
datadir=$datadir/$pkg
fi fi
set_confopt set_confopt
@ -35,7 +36,7 @@ export QT4DIR QT41DIR
EOT 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 -plugindir $root/$libdir/$pkg/plugins -datadir $root/$datadir -translationdir $root/$datadir/translations -sysconfdir $root/$sysconfdir -v"
# Disable debug information, this interferes with qt4 suffix. With debug # Disable debug information, this interferes with qt4 suffix. With debug
# enabled we end up with 2 sets of executables. One with qt4 suffix and # enabled we end up with 2 sets of executables. One with qt4 suffix and

5
qt/qt4/qt4.desc

@ -32,8 +32,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.3.0 [V] 4.3.2
[P] X -----5---9 127.000 [P] X -----5---9 127.000
[D] 1035052850 qt-x11-opensource-src-4.3.0.tar.gz ftp://ftp.trolltech.com/qt/source/ [D] 3227526100 qt-x11-opensource-src-4.3.2.tar.gz ftp://ftp.trolltech.com/qt/source/

Loading…
Cancel
Save