summaryrefslogtreecommitdiffstats
path: root/kde3
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-02 01:38:38 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-02 01:38:38 +0200
commit52bea735f3f00a2468a8072495dd9e0b964a0a57 (patch)
tree36c73610f811a27b75a7dd580b93cb453aae4782 /kde3
parentcd6f21470278c0a0db4f591cc859e4306e0c3287 (diff)
downloadnutyx-extra-52bea735f3f00a2468a8072495dd9e0b964a0a57.tar.gz
nutyx-extra-52bea735f3f00a2468a8072495dd9e0b964a0a57.tar.bz2
nutyx-extra-52bea735f3f00a2468a8072495dd9e0b964a0a57.tar.xz
nutyx-extra-52bea735f3f00a2468a8072495dd9e0b964a0a57.zip
qt3, maj configure
Diffstat (limited to 'kde3')
-rw-r--r--kde3/qt3/.footprint6
-rw-r--r--kde3/qt3/.md5sum1
-rw-r--r--kde3/qt3/Pkgfile14
3 files changed, 9 insertions, 12 deletions
diff --git a/kde3/qt3/.footprint b/kde3/qt3/.footprint
index 8db494bdc..4f8aa56de 100644
--- a/kde3/qt3/.footprint
+++ b/kde3/qt3/.footprint
@@ -3,7 +3,7 @@ drwxr-xr-x root/root opt/qt/
drwxr-xr-x root/root opt/qt/lib/
-rw-r--r-- root/root opt/qt/lib/libqt-mt.la
-rw-r--r-- root/root opt/qt/lib/libqt-mt.prl
--rwxr-xr-x root/root opt/qt/lib/libqt-mt.so
--rwxr-xr-x root/root opt/qt/lib/libqt-mt.so.3
--rwxr-xr-x root/root opt/qt/lib/libqt-mt.so.3.3
+lrwxrwxrwx root/root opt/qt/lib/libqt-mt.so -> libqt-mt.so.3.3.8
+lrwxrwxrwx root/root opt/qt/lib/libqt-mt.so.3 -> libqt-mt.so.3.3.8
+lrwxrwxrwx root/root opt/qt/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.8
-rwxr-xr-x root/root opt/qt/lib/libqt-mt.so.3.3.8
diff --git a/kde3/qt3/.md5sum b/kde3/qt3/.md5sum
index f20f7229d..3698ec0b4 100644
--- a/kde3/qt3/.md5sum
+++ b/kde3/qt3/.md5sum
@@ -1,2 +1 @@
-ce498b3d6994d765edc54dc08872813e qt-3.3.8b-png14-1.patch
9f05b4125cfe477cc52c9742c3c09009 qt-x11-free-3.3.8b.tar.gz
diff --git a/kde3/qt3/Pkgfile b/kde3/qt3/Pkgfile
index 1b6318307..14d54ad65 100644
--- a/kde3/qt3/Pkgfile
+++ b/kde3/qt3/Pkgfile
@@ -2,17 +2,15 @@
# URL: http://trolltech.com/products/qt/qt3
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg, libjpeg, libmng, libcups
+# Depends on: xorg, libcups, qt3-devel
name=qt3
version=3.3.8b
release=2
-source=( ftp://ftp.trolltech.com/qt/source/qt-x11-free-$version.tar.gz \
- qt-3.3.8b-png14-1.patch )
+source=( ftp://ftp.trolltech.com/qt/source/qt-x11-free-$version.tar.gz )
build() {
cd qt-x11-free-$version
- patch -Np1 -i ../qt-3.3.8b-png14-1.patch
export QTDIR=$PWD
export PATH=$PWD/bin:$PATH
@@ -24,14 +22,14 @@ build() {
-qt-libpng \
-qt-libjpeg \
-qt-libmng \
- -plugin-imgfmt-png \
- -plugin-imgfmt-jpeg \
- -plugin-imgfmt-mng \
+ -qt-imgfmt-png \
+ -qt-imgfmt-jpeg \
+ -qt-imgfmt-mng \
-no-exceptions \
-thread \
-tablet
cd src && make
cd ..
mkdir -p $PKG/opt/qt/lib
- cp lib/libqt-mt.* $PKG/opt/qt/lib/
+ cp -a lib/libqt-mt.* $PKG/opt/qt/lib/
}