diff options
author | Johannes Winkelmann <jw@smts.ch> | 2008-10-16 21:49:38 +0200 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2008-10-16 21:49:38 +0200 |
commit | bd95e86d800ed5f8f86a288a65a5e99c977020ad (patch) | |
tree | ec69c0aa30ccf505d24fb5e2b0bb9729337e24e3 /qt4 | |
parent | 1b7ff60f09007a399b3f98ce8dd3acf06b4dc93c (diff) | |
download | opt-bd95e86d800ed5f8f86a288a65a5e99c977020ad.tar.gz opt-bd95e86d800ed5f8f86a288a65a5e99c977020ad.tar.xz |
qt4: keep qconfig.pri around
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/.footprint | 1 | ||||
-rw-r--r-- | qt4/Pkgfile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/qt4/.footprint b/qt4/.footprint index e13a2d1c8..f88c149f5 100644 --- a/qt4/.footprint +++ b/qt4/.footprint @@ -2480,5 +2480,6 @@ drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++-64/ drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++/ -rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qmake.conf -rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qplatformdefs.h +-rw-r--r-- root/root usr/share/qt4/mkspecs/qconfig.pri lrwxrwxrwx root/root usr/share/qt4/plugins -> ../../lib/qt -rw-r--r-- root/root usr/share/qt4/q3porting.xml diff --git a/qt4/Pkgfile b/qt4/Pkgfile index 75cb9dec9..08f9ef674 100644 --- a/qt4/Pkgfile +++ b/qt4/Pkgfile @@ -5,7 +5,7 @@ name=qt4 version=4.4.2 -release=1 +release=2 source=(ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-$version.tar.bz2) build () { @@ -33,7 +33,7 @@ build () { make INSTALL_ROOT=$PKG install rm -rf `find $PKG/usr/share/qt4/mkspecs/* | \ - grep -v linux-g++ | grep -v common | grep -v features` + grep -v linux-g++ | grep -v common | grep -v pri | grep -v features` rm -f $PKG/usr/share/qt4/mkspecs/linux-g++/linux-g++ rm -rf $PKG/usr/share/qt4/mkspecs/features/{mac,win32} rm -rf $PKG/usr/share/qt4/mkspecs/common/mac* |