Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/poppler/files: poppler-0.26.0-qt5-dependencies.patch
Date: Fri, 23 May 2014 22:49:56
Message-Id: 20140523224953.526812004E@flycatcher.gentoo.org
1 dilfridge 14/05/23 22:49:53
2
3 Added: poppler-0.26.0-qt5-dependencies.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch?rev=1.1&content-type=text/plain
14
15 Index: poppler-0.26.0-qt5-dependencies.patch
16 ===================================================================
17 From 95f6a96e390830233d953f8afa37817499912b35 Mon Sep 17 00:00:00 2001
18 From: Johannes Huber <johu@g.o>
19 Date: Sat, 10 May 2014 15:00:48 +0200
20 Subject: [PATCH] [Qt5] Drop unused dependencies
21
22 ---
23 CMakeLists.txt | 6 ++----
24 1 file changed, 2 insertions(+), 4 deletions(-)
25
26 diff --git a/CMakeLists.txt b/CMakeLists.txt
27 index fbafc4e..073f39b 100644
28 --- a/CMakeLists.txt
29 +++ b/CMakeLists.txt
30 @@ -106,12 +106,10 @@ if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_
31 find_package(Qt5Core)
32 find_package(Qt5Gui)
33 find_package(Qt5Xml)
34 - find_package(Qt5Widgets)
35 - find_package(Qt5Test)
36 - if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND)
37 + if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND)
38 set(QT5_FOUND true)
39 else ()
40 - message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test not found")
41 + message("-- Package Qt5Core or Qt5Gui or Qt5Xml not found")
42 set(QT5_FOUND false)
43 endif()
44 else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.8.7)
45 --
46 1.9.2