wok-6.x diff Qt4-dev/receipt @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
parents | 30f0edfdd2e4 |
children | 99e3675b8ff1 |
line diff
1.1 --- a/Qt4-dev/receipt Wed Apr 28 16:29:16 2010 +0000 1.2 +++ b/Qt4-dev/receipt Wed Sep 15 20:05:28 2010 +0000 1.3 @@ -12,12 +12,14 @@ 1.4 SUGGESTED="libmng nvidia" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://qt.nokia.com/" 1.7 -WANTED="qt-everywhere-opensource-src" 1.8 +WANTED="qt4" 1.9 +SOURCE="qt-everywhere-opensource-src" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 + _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg" 1.16 cp -a $_pkg/usr/include $fs/usr 1.17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ 1.19 @@ -29,8 +31,8 @@ 1.20 cp -a $_pkg/usr/bin $fs/usr 1.21 rm $fs/usr/bin/qmake 1.22 rm $fs/usr/bin/designer 1.23 - # Linguist and assistant are not yet seperate packages 1.24 - #rm $fs/usr/bin/linguist 1.25 - #rm $fs/usr/bin/assistant 1.26 + # Linguist and assistant are now part of QTDesigner packages 1.27 + rm $fs/usr/bin/linguist 1.28 + rm $fs/usr/bin/assistant 1.29 } 1.30