[arch-commits] Commit in qca-qt5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jul 11 07:21:10 UTC 2015


    Date: Saturday, July 11, 2015 @ 09:21:10
  Author: arojas
Revision: 242109

Fix build with Qt 5.5

Modified:
  qca-qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-11 02:59:47 UTC (rev 242108)
+++ PKGBUILD	2015-07-11 07:21:10 UTC (rev 242109)
@@ -14,11 +14,16 @@
 license=('LGPL')
 depends=('nss' 'qt5-base')
 makedepends=('cmake' 'doxygen')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('e29cc1d8f0292eb28e20b216f52d60fc')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz" 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+         '5ea7bcb072e72b28e37b1a1d897c9362')
 
 prepare() {
   mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/qiodevice.patch
 }
 
 build() {



More information about the arch-commits mailing list