summarylogtreecommitdiffstats
path: root/drop_ThirdParty_repo.patch
diff options
context:
space:
mode:
authorbartus2019-04-12 16:58:17 +0200
committerbartus2019-04-12 17:01:06 +0200
commit5ac65037d5c796bcb147ffdce6e2d91491270f05 (patch)
tree8c28e792b0fd0e9392f466471291661da7978267 /drop_ThirdParty_repo.patch
parent06014145c50310c0901c56467dd78d6931a50687 (diff)
downloadaur-5ac65037d5c796bcb147ffdce6e2d91491270f05.tar.gz
Drop OpenBoard-ThirdParty
commit 4d3609b56f76fd340de3b7925476520ac24cb17a Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 14:50:39 2019 +0200 add post install scrip, fix permissions when using `cp` commit eb17fa575c76748f36726f4f9ea7c65e40722cd1 Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 14:37:42 2019 +0200 finally drop ThirdParty repo move libs.pri config to main repo commit abdd61a5125dab0121ff22301d61d0b4290dab14 Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 14:24:46 2019 +0200 really drop freetype, and some patch refactor commit d48abd4e3a22a82bed08ea13ffbd94b6807067a2 Merge: a5936b5 c4028de Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 14:11:56 2019 +0200 Merge branch 'replace_xpdf_with_poppler' into drop_all_internall_deps commit c4028de000750b8ba1e26129f616074c0d826cb4 Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 13:55:42 2019 +0200 replace xpdf with poppler and drop xpdf from internal deps commit a5936b5dfe5caea8500e818c337d1d39217cc18f Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 13:41:47 2019 +0200 remove unneeded changes commit 0a95277478c414735024f7ae81e18e97e5e372c1 Author: bartus <szczepaniak.bartek+github@gmail.com> Date: Fri Apr 12 13:33:51 2019 +0200 drop quazip from internall deps
Diffstat (limited to 'drop_ThirdParty_repo.patch')
-rw-r--r--drop_ThirdParty_repo.patch88
1 files changed, 88 insertions, 0 deletions
diff --git a/drop_ThirdParty_repo.patch b/drop_ThirdParty_repo.patch
new file mode 100644
index 000000000000..058ede8829f8
--- /dev/null
+++ b/drop_ThirdParty_repo.patch
@@ -0,0 +1,88 @@
+diff -Naur OpenBoard-1.5.3/libs.pri OpenBoard-1.5.3-new/libs.pri
+--- OpenBoard-1.5.3/libs.pri 1970-01-01 01:00:00.000000000 +0100
++++ OpenBoard-1.5.3-new/libs.pri 2019-04-12 14:26:16.566266531 +0200
+@@ -0,0 +1,72 @@
++
++linux-g++ {
++ SUB_LIB = "linux"
++}
++
++linux-g++-32 {
++ SUB_LIB = "linux"
++}
++linux-g++-64 {
++ SUB_LIB = "linux"
++}
++
++macx {
++ SUB_LIB = "macx"
++}
++
++win32 {
++ CONFIG( debug, debug|release ) {
++ SUB_LIB = "win32/debug"
++ } else {
++ SUB_LIB = "win32/release"
++ }
++}
++
++QUAZIP_DIR = "/usr"
++LIBS += "-lquazip5"
++
++LIBS += "-lpoppler"
++INCLUDEPATH += "/usr/include/poppler"
++
++
++linux-g++ {
++ LIBS += -lpaper
++}
++linux-g++-32 {
++ LIBS += -lpaper
++}
++linux-g++-64 {
++ LIBS += -lpaper
++}
++
++win32 {
++ INCLUDEPATH += "$$PWD/openssl/openssl-1.0.2-win32/include"
++ QMAKE_LIBDIR += "$$PWD/openssl/openssl-1.0.2-win32/lib/static"
++
++ CONFIG( debug, debug|release ) {
++ LIBS += -llibeay32
++ LIBS += -lMsvcrtd
++ } else {
++ LIBS += -llibeay32MT
++ LIBS += -lMsvcrt
++ }
++
++ LIBS += -lWmvcore
++ LIBS += -lWinmm
++
++ # need those link if we want to change default printer and print usind shell command
++ LIBS += "-L$$PWD/microsoft/lib" "-lWinspool"
++ LIBS += "-L$$PWD/microsoft/lib" "-lshell32"
++}
++
++macx {
++ LIBS += "-framework QuartzCore"
++ LIBS += "-framework AudioToolbox"
++ LIBS += "-framework CoreAudio"
++ LIBS += "-framework ApplicationServices"
++ LIBS += "-framework Cocoa"
++
++ LIBS += "-lcrypto"
++}
++
++
+diff -Naur OpenBoard-1.5.3/OpenBoard.pro OpenBoard-1.5.3-new/OpenBoard.pro
+--- OpenBoard-1.5.3/OpenBoard.pro 2019-04-10 09:04:25.000000000 +0200
++++ OpenBoard-1.5.3-new/OpenBoard.pro 2019-04-12 14:26:34.289438050 +0200
+@@ -45,7 +45,7 @@
+
+ INCLUDEPATH += src
+
+-include($$THIRD_PARTY_PATH/libs.pri)
++include(libs.pri)
+ include(src/adaptors/adaptors.pri)
+ include(src/api/api.pri)
+ include(src/board/board.pri)