summarylogtreecommitdiffstats
path: root/use-system-libxcb.patch
blob: 422f823a0e13e9e71f5fd9017b28a6141a040a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
diff -aur --no-dereference package.pristine/bin/packages/build.sh package.new/bin/packages/build.sh
--- package.pristine/bin/packages/build.sh	2017-03-26 19:27:43.000000000 +0000
+++ package.new/bin/packages/build.sh	2017-03-30 05:14:35.867793829 +0000
@@ -189,27 +189,27 @@
     cd ../
 fi
 
-if [[ $RADIUM_QT_VERSION == 5 ]]
-then
-
-    rm -fr xcb-proto-1.12/
-    tar xvjf xcb-proto-1.12.tar.bz2
-    cd xcb-proto-1.12/
-    mkdir install
-    ./configure --prefix=`pwd`/install
-    make
-    make install
-    cd ..
-    
-    rm -fr libxcb-1.12
-    tar xvjf libxcb-1.12.tar.bz2 
-    cd libxcb-1.12
-    export PKG_CONFIG_PATH=`pwd`/../xcb-proto-1.12/install/lib/pkgconfig:$PKG_CONFIG_PATH
-    ./configure
-    make
-    cd ..
-    
-fi
+#if [[ $RADIUM_QT_VERSION == 5 ]]
+#then
+#
+#    rm -fr xcb-proto-1.12/
+#    tar xvjf xcb-proto-1.12.tar.bz2
+#    cd xcb-proto-1.12/
+#    mkdir install
+#    ./configure --prefix=`pwd`/install
+#    make
+#    make install
+#    cd ..
+#    
+#    rm -fr libxcb-1.12
+#    tar xvjf libxcb-1.12.tar.bz2 
+#    cd libxcb-1.12
+#    export PKG_CONFIG_PATH=`pwd`/../xcb-proto-1.12/install/lib/pkgconfig:$PKG_CONFIG_PATH
+#    ./configure
+#    make
+#    cd ..
+#    
+#fi
 
 
 touch deletemetorebuild
diff -aur --no-dereference package.pristine/Qt/Qt_Main.cpp package.new/Qt/Qt_Main.cpp
--- package.pristine/Qt/Qt_Main.cpp	2017-03-26 19:27:43.000000000 +0000
+++ package.new/Qt/Qt_Main.cpp	2017-03-30 05:12:36.587795134 +0000
@@ -2523,6 +2523,7 @@
 
 #endif // !defined(RELEASE)
 
+/*
 #if defined(FOR_LINUX)
   {
     QString name(dlpi_name);
@@ -2534,7 +2535,7 @@
     }
   }
 #endif
- 
+*/
  
 
   if (is_main_root)