From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DE5C138334 for ; Sun, 11 Aug 2019 10:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B031E085B; Sun, 11 Aug 2019 10:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EB02E085B for ; Sun, 11 Aug 2019 10:17:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FBEA3498CB for ; Sun, 11 Aug 2019 10:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C718751 for ; Sun, 11 Aug 2019 10:17:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1565518625.7bdba88ae5f2a20fac20464472b107924a4d8d88.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/files/, net-im/choqok/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/choqok/choqok-1.6.0_p20190726.ebuild net-im/choqok/files/choqok-1.6.0_p20190726-missing-header.patch X-VCS-Directories: net-im/choqok/ net-im/choqok/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7bdba88ae5f2a20fac20464472b107924a4d8d88 X-VCS-Branch: master Date: Sun, 11 Aug 2019 10:17:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6e88895-502b-47f1-aff4-e66f56a7fd07 X-Archives-Hash: 75ef629626fb19e6785ad3a075364bef commit: 7bdba88ae5f2a20fac20464472b107924a4d8d88 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 10:15:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 10:17:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdba88a net-im/choqok: Fix missing header with Frameworks 5.61 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/choqok/choqok-1.6.0_p20190726.ebuild | 2 + .../choqok-1.6.0_p20190726-missing-header.patch | 94 ++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/net-im/choqok/choqok-1.6.0_p20190726.ebuild b/net-im/choqok/choqok-1.6.0_p20190726.ebuild index a24edf12236..bb949cf2200 100644 --- a/net-im/choqok/choqok-1.6.0_p20190726.ebuild +++ b/net-im/choqok/choqok-1.6.0_p20190726.ebuild @@ -59,3 +59,5 @@ src_configure() { kde5_src_configure } + +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) diff --git a/net-im/choqok/files/choqok-1.6.0_p20190726-missing-header.patch b/net-im/choqok/files/choqok-1.6.0_p20190726-missing-header.patch new file mode 100644 index 00000000000..d8b58183e2b --- /dev/null +++ b/net-im/choqok/files/choqok-1.6.0_p20190726-missing-header.patch @@ -0,0 +1,94 @@ +From 08fb06b63a78888e6703de6ac1a4fd6a0e2791eb Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:14:30 +0200 +Subject: Fix compile on CI + +plugins/uploaders/flickr/flickr.h:50:24: error: field mUrlMap has incomplete type QMap +plugins/uploaders/imageshack/imageshack.h:48:24: error: field mUrlMap has incomplete type QMap +--- + plugins/uploaders/flickr/flickr.h | 2 ++ + plugins/uploaders/imageshack/imageshack.h | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/plugins/uploaders/flickr/flickr.h b/plugins/uploaders/flickr/flickr.h +index 890219a..7b26609 100644 +--- a/plugins/uploaders/flickr/flickr.h ++++ b/plugins/uploaders/flickr/flickr.h +@@ -26,6 +26,8 @@ + + #include "uploader.h" + ++#include ++ + /** + @author Andrey Esin \ + */ +diff --git a/plugins/uploaders/imageshack/imageshack.h b/plugins/uploaders/imageshack/imageshack.h +index d9ddc88..63d0e3f 100644 +--- a/plugins/uploaders/imageshack/imageshack.h ++++ b/plugins/uploaders/imageshack/imageshack.h +@@ -26,6 +26,8 @@ + + #include "uploader.h" + ++#include ++ + /** + @author Mehrdad Momeny \ + */ +-- +cgit v1.1 + +From bef6784596bf0b41287ebad81f138e1c8c2a6be2 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:20:34 +0200 +Subject: Fix build on CI + +Even more missing QMap includes +--- + plugins/uploaders/mobypicture/mobypicture.h | 2 ++ + plugins/uploaders/posterous/posterous.h | 2 ++ + plugins/uploaders/twitgoo/twitgoo.h | 2 ++ + 3 files changed, 6 insertions(+) + +diff --git a/plugins/uploaders/mobypicture/mobypicture.h b/plugins/uploaders/mobypicture/mobypicture.h +index 098f411..86f61fd 100644 +--- a/plugins/uploaders/mobypicture/mobypicture.h ++++ b/plugins/uploaders/mobypicture/mobypicture.h +@@ -26,6 +26,8 @@ + + #include "uploader.h" + ++#include ++ + class KJob; + + class Mobypicture : public Choqok::Uploader +diff --git a/plugins/uploaders/posterous/posterous.h b/plugins/uploaders/posterous/posterous.h +index c7f6fe1..5c9442d 100644 +--- a/plugins/uploaders/posterous/posterous.h ++++ b/plugins/uploaders/posterous/posterous.h +@@ -26,6 +26,8 @@ + + #include "uploader.h" + ++#include ++ + class KJob; + + class Posterous : public Choqok::Uploader +diff --git a/plugins/uploaders/twitgoo/twitgoo.h b/plugins/uploaders/twitgoo/twitgoo.h +index ee3f496..020080e 100644 +--- a/plugins/uploaders/twitgoo/twitgoo.h ++++ b/plugins/uploaders/twitgoo/twitgoo.h +@@ -26,6 +26,8 @@ + + #include "uploader.h" + ++#include ++ + class KJob; + + class Twitgoo : public Choqok::Uploader +-- +cgit v1.1