Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
Date: Sat, 16 Feb 2019 10:24:12
Message-Id: 1550312643.561e765fc776910165e5bda5de9cdf1bf6197c26.jer@gentoo
1 commit: 561e765fc776910165e5bda5de9cdf1bf6197c26
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 10:23:36 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 10:24:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561e765f
7
8 net-analyzer/wireshark: Update qtsvg patch
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Fixes: https://bugs.gentoo.org/678120
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 .../wireshark/files/wireshark-99999999-qtsvg.patch | 23 ++--------------------
15 1 file changed, 2 insertions(+), 21 deletions(-)
16
17 diff --git a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
18 index 231acd5a6fa..8cff4bdd075 100644
19 --- a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
20 +++ b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
21 @@ -1,29 +1,10 @@
22 --- a/CMakeLists.txt
23 +++ b/CMakeLists.txt
24 -@@ -910,14 +910,12 @@
25 +@@ -1058,7 +1058,6 @@
26 Qt5LinguistTools
27 Qt5Multimedia
28 Qt5PrintSupport
29 - Qt5Svg
30 Qt5Widgets
31 )
32 - set(Qt5Core_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
33 - set(Qt5LinguistTools_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
34 - set(Qt5Multimedia_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
35 - set(Qt5PrintSupport_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
36 -- set(Qt5Svg_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
37 - set(Qt5Widgets_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
38 - if (APPLE)
39 - set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras)
40 -@@ -1187,11 +1185,6 @@
41 - # That's the name autotools used
42 - set(QT_MULTIMEDIA_LIB 1)
43 - endif()
44 -- if(Qt5Svg_FOUND)
45 -- set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5Svg_LIBRARIES})
46 -- # That's the name autotools used
47 -- set(QT_SVG_LIB 1)
48 -- endif()
49 - if(Qt5MacExtras_FOUND)
50 - set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5MacExtras_LIBRARIES})
51 - # That's the name autotools used
52 + if(APPLE)