From eada307685631b8d6413141d2052ca42167ff667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 22 Feb 2020 16:34:53 +0100 Subject: [PATCH] testing/konversation: attempt to fix build with recent Qt --- .../0001-Fix-build-with-Qt-5.13.patch | 21 +++++++++++++++++++ testing/konversation/APKBUILD | 6 ++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 testing/konversation/0001-Fix-build-with-Qt-5.13.patch diff --git a/testing/konversation/0001-Fix-build-with-Qt-5.13.patch b/testing/konversation/0001-Fix-build-with-Qt-5.13.patch new file mode 100644 index 00000000000..f92dd340584 --- /dev/null +++ b/testing/konversation/0001-Fix-build-with-Qt-5.13.patch @@ -0,0 +1,21 @@ +From 4d0036617becc26a76fd021138c98aceec4c7b53 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Sun, 21 Jul 2019 09:14:32 +0200 +Subject: [PATCH] Fix build with Qt 5.13 + +--- + src/irc/outputfilter.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/irc/outputfilter.cpp b/src/irc/outputfilter.cpp +index f9e6253f..45d11fb2 100644 +--- a/src/irc/outputfilter.cpp ++++ b/src/irc/outputfilter.cpp +@@ -32,6 +32,7 @@ + + #include + #include ++#include + #include + #include + #include diff --git a/testing/konversation/APKBUILD b/testing/konversation/APKBUILD index fc7ef73a0a1..b008714db5a 100644 --- a/testing/konversation/APKBUILD +++ b/testing/konversation/APKBUILD @@ -13,7 +13,8 @@ makedepends="extra-cmake-modules qt5-qtbase-dev karchive-dev kbookmarks-dev kparts-dev solid-dev kwallet-dev kwidgetsaddons-dev kglobalaccel-dev kdbusaddons-dev knotifications-dev kwindowsystem-dev kiconthemes-dev kitemviews-dev phonon-dev qca-dev" -source="https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz + 0001-Fix-build-with-Qt-5.13.patch" subpackages="$pkgname-doc $pkgname-lang" build() { @@ -32,4 +33,5 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="001534c7f6c5110ca5e210977cc4275e083f5c3704078a74aa573af659154e0fa4c3c960be08f41256db1ac4568f0734741bf10cfb2e15d9e6f6440250682504 konversation-1.7.5.tar.xz" +sha512sums="001534c7f6c5110ca5e210977cc4275e083f5c3704078a74aa573af659154e0fa4c3c960be08f41256db1ac4568f0734741bf10cfb2e15d9e6f6440250682504 konversation-1.7.5.tar.xz +20e7626721286194ee036d64bdb5faae1b774bc19a3958f221c03e3269b0d4ce6e768d6e4ee7c2db1ec9502ac2be202184cb842d072f321422664d62f56212ec 0001-Fix-build-with-Qt-5.13.patch"