summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--qgroundcontrol-libicudata.patch18
3 files changed, 20 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7437f73d819a..548babffc866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qgroundcontrol
pkgdesc = Micro air vehicle ground control station.
pkgver = 3.5.5
- pkgrel = 1
+ pkgrel = 2
url = http://qgroundcontrol.org/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6729c5b41cbc..f3fc376994f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=qgroundcontrol
pkgver=3.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Micro air vehicle ground control station."
arch=('x86_64')
url="http://qgroundcontrol.org/"
diff --git a/qgroundcontrol-libicudata.patch b/qgroundcontrol-libicudata.patch
new file mode 100644
index 000000000000..213223db823d
--- /dev/null
+++ b/qgroundcontrol-libicudata.patch
@@ -0,0 +1,18 @@
+diff --unified --recursive --text qgroundcontrol-3.5.0/QGCSetup.pri qgroundcontrol-3.5.0.new/QGCSetup.pri
+--- qgroundcontrol-3.5.0/QGCSetup.pri 2019-02-05 07:38:43.000000000 +1000
++++ qgroundcontrol-3.5.0.new/QGCSetup.pri 2019-04-18 18:35:13.792079826 +1000
+@@ -135,10 +135,11 @@
+ libQt5TextToSpeech.so.5
+
+ !contains(DEFINES, __rasp_pi2__) {
++ # Some Qt distributions link with *.so.56
+ QT_LIB_LIST += \
+- libicudata.so.56 \
+- libicui18n.so.56 \
+- libicuuc.so.56
++ libicudata.so.* \
++ libicui18n.so.* \
++ libicuuc.so.*
+ }
+
+ for(QT_LIB, QT_LIB_LIST) {