[arch-commits] Commit in psi/trunk (PKGBUILD qt-5.11.patch)

Evangelos Foutras foutrelis at archlinux.org
Mon Sep 10 23:03:40 UTC 2018


    Date: Monday, September 10, 2018 @ 23:03:40
  Author: foutrelis
Revision: 379419

Fix build with Qt 5.11

Added:
  psi/trunk/qt-5.11.patch
Modified:
  psi/trunk/PKGBUILD

---------------+
 PKGBUILD      |    7 +++++--
 qt-5.11.patch |   21 +++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-10 22:56:57 UTC (rev 379418)
+++ PKGBUILD	2018-09-10 23:03:40 UTC (rev 379419)
@@ -11,13 +11,16 @@
 depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras')
 makedepends=('cmake' 'qt5-multimedia')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-	"no-qca-qt4.patch")
+        "no-qca-qt4.patch"
+        "qt-5.11.patch")
 sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
-            'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23')
+            'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+            'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 <"$srcdir"/no-qca-qt4.patch
+  patch -p1 <"$srcdir"/qt-5.11.patch
 }
 
 build() {

Added: qt-5.11.patch
===================================================================
--- qt-5.11.patch	                        (rev 0)
+++ qt-5.11.patch	2018-09-10 23:03:40 UTC (rev 379419)
@@ -0,0 +1,21 @@
+From 4b838c04fa90ab56974bc4c57aaf7d4e80b8fff8 Mon Sep 17 00:00:00 2001
+From: Vitozz <thetvg at gmail.com>
+Date: Mon, 28 May 2018 20:45:04 +0300
+Subject: [PATCH] Try to fix build with qt-5.11
+
+---
+ src/accountmanagedlg.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/accountmanagedlg.cpp b/src/accountmanagedlg.cpp
+index 3770906d..6150349f 100644
+--- a/src/accountmanagedlg.cpp
++++ b/src/accountmanagedlg.cpp
+@@ -28,6 +28,7 @@
+ #include <QTimer>
+ #include <QHeaderView>
+ #include <QDropEvent>
++#include <QButtonGroup>
+ 
+ #include "psicon.h"
+ #include "psiaccount.h"



More information about the arch-commits mailing list