summarylogtreecommitdiffstats
path: root/use-system-libxcb.patch
blob: febf5a68ff023b64d5bb18bb6124bfd3f6fd2a56 (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
73
diff -Naur package.pristine/bin/packages/build.sh package.new/bin/packages/build.sh
--- package.pristine/bin/packages/build.sh	2017-07-27 22:03:27.000000000 +0200
+++ package.new/bin/packages/build.sh	2017-07-29 01:42:41.079439969 +0200
@@ -168,28 +168,28 @@
     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 PYTHON=`which python2`
-    make
-    make install
-    cd ..
-    
-    rm -fr libxcb-1.12
-    tar xvjf libxcb-1.12.tar.bz2 
-    cd libxcb-1.12
-    patch -p1 <../libxcb-1.12.patch
-    export PKG_CONFIG_PATH=`pwd`/../xcb-proto-1.12/install/lib/pkgconfig:$PKG_CONFIG_PATH
-    CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CXXFLAGS" ./configure PYTHON=`which python2`
-    CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CXXFLAGS" 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 PYTHON=`which python2`
+#     make
+#     make install
+#     cd ..
+#     
+#     rm -fr libxcb-1.12
+#     tar xvjf libxcb-1.12.tar.bz2 
+#     cd libxcb-1.12
+#     patch -p1 <../libxcb-1.12.patch
+#     export PKG_CONFIG_PATH=`pwd`/../xcb-proto-1.12/install/lib/pkgconfig:$PKG_CONFIG_PATH
+#     CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CXXFLAGS" ./configure PYTHON=`which python2`
+#     CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CXXFLAGS" make
+#     cd ..
+#     
+# fi
 
 
 # Build faust last since we reset the build flags.
diff -Naur package.pristine/Qt/Qt_Main.cpp package.new/Qt/Qt_Main.cpp
--- package.pristine/Qt/Qt_Main.cpp	2017-07-27 22:03:27.000000000 +0200
+++ package.new/Qt/Qt_Main.cpp	2017-07-29 01:41:16.904955284 +0200
@@ -3039,6 +3039,7 @@
   
 #endif // !defined(RELEASE)
 
+/*
 #if defined(FOR_LINUX)
   {
     QString name(dlpi_name);
@@ -3050,6 +3051,7 @@
     }
   }
 #endif
+*/