]> git.pld-linux.org Git - packages/qt4.git/commitdiff
rediff patches
authorJan Palus <atler@pld-linux.org>
Tue, 10 Aug 2021 16:28:49 +0000 (18:28 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 10 Aug 2021 16:28:49 +0000 (18:28 +0200)
qt-everywhere-opensource-src-4.8.5-QTBUG-4862.patch
qt4-build-lib-static.patch
qt4-buildsystem.patch
qt4-kde-git.patch
qt4-locale.patch
qt4-support-cflags-with-commas.patch
x32.patch

index ee1d19136a30479003a5328a7e942c1963b51f95..eece497d345ac38cd2d25df729cab658bb1398b5 100644 (file)
@@ -2,8 +2,8 @@ diff -up qt-everywhere-opensource-src-4.8.5/src/corelib/io/qfilesystemengine_uni
 --- qt-everywhere-opensource-src-4.8.5/src/corelib/io/qfilesystemengine_unix.cpp.QTBUG-4862    2013-06-09 12:02:50.323221694 -0500
 +++ qt-everywhere-opensource-src-4.8.5/src/corelib/io/qfilesystemengine_unix.cpp       2013-06-09 12:38:53.140804742 -0500
 @@ -624,6 +624,25 @@ QString QFileSystemEngine::homePath()
- {
-     QString home = QFile::decodeName(qgetenv("HOME"));
+           home = QFile::decodeName(QByteArray(pw->pw_dir));
+     }
      if (home.isEmpty())
 +    {
 +#if !defined(QT_NO_THREAD) && defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(Q_OS_OPENBSD)
index 49fa567b7e417bd047fd07253e25e8390e14aa51..7760eca1ea9c1c4ae2fd18f01681a3aea3849464 100644 (file)
@@ -19,7 +19,7 @@ diff -ur qt-everywhere-opensource-src-4.6.0-beta1/tools/designer/src/uitools/uit
 +++ qt-everywhere-opensource-src-4.6.0-beta1.new/tools/designer/src/uitools/uitools.pro        2009-10-18 10:40:38.624930212 +0200
 @@ -1,7 +1,7 @@
  TEMPLATE = lib
- TARGET = $$qtLibraryTarget(QtUiTools)
+ TARGET = QtUiTools
  QT += xml
 -CONFIG += qt staticlib
 +CONFIG += qt
index cd17b80812c074b0add1cd4bb34824f7763778d7..7db68aac1d488a127d7ac4754cba5a94d2502e50 100644 (file)
@@ -10,5 +10,5 @@
 +      fi
 +
          if [ "$BUILD_ON_MAC" = "yes" ]; then
-             echo "export MACOSX_DEPLOYMENT_TARGET = 10.5" >> "$mkfile"
-             echo "CARBON_LFLAGS =-framework ApplicationServices" >>"$mkfile"
+             case "$PLATFORM" in
+             *macx-clang-libc++)
index e561c73cdacdd26b8ad39929d6977dea37e3dc11..c6ffe9ba1b8188e9276514f30c464b5813f287ff 100644 (file)
@@ -298,7 +298,7 @@ index 0d9df16..b88fc3e 100755
 --- a/configure
 +++ b/configure
 @@ -1058,6 +1058,11 @@ while [ "$#" -gt 0 ]; do
-             VAL=`echo $1 | sed 's,-D,,'`
+             VAL=$1
          fi
          ;;
 +    -isystem)
@@ -419,8 +419,8 @@ index 2574b74..9f57417 100644
  class Q_CORE_EXPORT QAbstractDeclarativeData
  {
 @@ -155,6 +157,9 @@ public:
+ #ifdef QT3_SUPPORT
      void sendPendingChildInsertedEvents();
-     void removePendingChildInsertedEvents(QObject *child);
  #endif
 +#if defined(Q_WS_X11)
 +    virtual void checkWindowRole();
index 55ddb5dced285c920c0e2157b02727637134b3b4..ac3ea514b73f70a51e945dc38ee09f3e365ae384 100644 (file)
@@ -38,7 +38,7 @@ diff -Nur qt-x11-opensource-src-4.2.1.orig/tools/linguist/linguist/main.cpp qt-x
 +#include <qlibraryinfo.h>
  #include "qresource.h"
  
- #if defined(Q_OS_UNIX) && !defined(Q_OS_SYMBIAN)
+ #if defined(Q_OS_UNIX) && !defined(Q_OS_SYMBIAN) && !defined(Q_OS_INTEGRITY)
  #define QT_USE_MMAP
 @@ -445,49 +445,71 @@
      QString delims;
index f83d8efc300145a19895fab0c567aaed5d8e75ce..2d416dd17cbbcb2ac395d85e37338f08b2feb681 100644 (file)
@@ -2,8 +2,8 @@ diff -uNr qt-x11-opensource-desktop-4.0.0.orig/configure qt-x11-opensource-deskt
 --- qt-x11-opensource-desktop-4.0.0.orig/configure     2005-08-16 11:54:47.000000000 +0200
 +++ qt-x11-opensource-desktop-4.0.0/configure  2005-08-16 11:58:19.000000000 +0200
 @@ -2737,7 +2737,7 @@
-       adjrelpath=`echo "$relpath" | sed 's/ /\\\\\\\\ /g'`
        adjoutpath=`echo "$outpath" | sed 's/ /\\\\\\\\ /g'`
+       adjqmakespec=`echo "$QMAKESPEC" | sed 's/ /\\\\\\\\ /g'`
          sed -e "s,@SOURCE_PATH@,$adjrelpath,g" -e "s,@BUILD_PATH@,$adjoutpath,g" \
 -            -e "s,@QMAKE_CFLAGS@,$EXTRA_CFLAGS,g" -e "s,@QMAKE_LFLAGS@,$EXTRA_LFLAGS,g" \
 +            -e "s:@QMAKE_CFLAGS@:$EXTRA_CFLAGS:g" -e "s,@QMAKE_LFLAGS@,$EXTRA_LFLAGS,g" \
index 2d5b51584b694ae508d30c205d080d6c7461411b..b9ddb976a29f183d13464067a01cdcb1a05d7d9d 100644 (file)
--- a/x32.patch
+++ b/x32.patch
  #endif
 +#endif
  
- /* 64-bit mode on AIX */
- #ifdef __64BIT__
+ /* CPU(ARM) - ARM, any version*/
+ #if   defined(arm) \
 --- a/configure
 +++ b/configure
 @@ -3329,6 +3329,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
-         fi
-         CFG_HOST_ARCH=sh
+             ;;
+         esac
          ;;
 +    *:*:x32)
 +        if [ "$OPT_VERBOSE" = "yes" ]; then
@@ -53,7 +53,7 @@
 +#  include "QtCore/qatomic_i386.h"
  #elif defined(QT_ARCH_NACL)
  #  include "QtCore/qatomic_generic.h"
- #elif defined(QT_ARCH_AARCH64)
+ #else
 --- /dev/null
 +++ b/src/corelib/arch/x32/arch.pri
 @@ -0,0 +1,4 @@
This page took 0.145731 seconds and 4 git commands to generate.