[PATCH] (issue57) Update to qt 5.3.1

Wald Commits scm-commit at wald.intevation.org
Mon Jul 14 11:37:21 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1405330603 -7200
# Node ID 3145399aa797e3abbef24412a728b09afbeff125
# Parent  ca149bad819588f75e667b407fbbf2415935dffe
(issue57) Update to qt 5.3.1

    This commit also combines the build commands with and so that
    copy/paste of those commands gives a better idea where errors
    occured.

diff -r ca149bad8195 -r 3145399aa797 INSTALL
--- a/INSTALL	Fri Jul 11 18:31:09 2014 +0200
+++ b/INSTALL	Mon Jul 14 11:36:43 2014 +0200
@@ -13,17 +13,17 @@
     export YOURPREFIX=<Prefix of your choice (default /usr)>
     export PATH=$YOURPREFIX/bin:$PATH
 
-    curl https://download.qt-project.org/official_releases/qt/5.3/5.3.0/single/qt-everywhere-opensource-src-5.3.0.tar.xz.mirrorlist | grep SHA-256
+    curl https://download.qt-project.org/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz.mirrorlist | grep SHA-256
 
-e6f47e69a5ce707452dd4bad1fd1919201a71e88be1b06afe1d302a3935daf1f
+29d2ab3b1aef87e2dd806b278802e357274016475a513341348040468bf233ac
 
-    http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.0/single/qt-everywhere-opensource-src-5.3.0.tar.xz
+    http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz
 
-    sha256sum qt-everywhere-opensource-src-5.3.0.tar.xz
+    sha256sum qt-everywhere-opensource-src-5.3.1.tar.xz
 
-    tar -xvmlf qt-everywhere-opensource-src-5.3.0.tar.xz
+    tar -xf qt-everywhere-opensource-src-5.3.1.tar.xz
 
-    cd qt-everywhere-opensource-src-5.3.0/qtbase
+    cd qt-everywhere-opensource-src-5.3.1/qtbase
 
 build dependencies have to to be installed at this point,
 see ../qtbase/src/plugins/platforms/xcb/README
@@ -32,14 +32,14 @@
     -opensource \
     -release  -nomake tests  -nomake examples  -confirm-license \
     -static -no-cups -no-nis -no-icu -fontconfig \
-    -no-directfb -opengl desktop -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
-    -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif
-    nice make -j8
+    -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
+    -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif && \
+    nice make && \
     make install
 
-    cd qttools/src/designer/uitools
-    qmake
-    nice make -j8
+    cd qttools/src/designer/uitools && \
+    qmake && \
+    nice make -j8 && \
     make install
 
     cd qttools/src/linguist


More information about the Trustbridge-commits mailing list