summarylogtreecommitdiffstats
path: root/0003-Do-not-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
authorKevin Slagle2018-03-31 18:40:53 -0400
committerKevin Slagle2018-03-31 18:40:53 -0400
commit99aace3adda0fa723c4622fa2ad4e089bb3e5a7b (patch)
tree9597dede6aecd77c963d1fc74fa4774356128994 /0003-Do-not-build-the-main-poppler-library.patch
parenta80b5aad867b62cd149f6a8d0db52c0d3fb2d66d (diff)
downloadaur-poppler-qt5-cairo.tar.gz
version 0.63.0
Diffstat (limited to '0003-Do-not-build-the-main-poppler-library.patch')
-rw-r--r--0003-Do-not-build-the-main-poppler-library.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0003-Do-not-build-the-main-poppler-library.patch b/0003-Do-not-build-the-main-poppler-library.patch
index a7fdb1c90346..fccb3094125d 100644
--- a/0003-Do-not-build-the-main-poppler-library.patch
+++ b/0003-Do-not-build-the-main-poppler-library.patch
@@ -1,6 +1,6 @@
-From bb4a8ad27a054694eca6c9735661820cf8d043e0 Mon Sep 17 00:00:00 2001
+From 83b36ebe1038ea951308093d6bd3e2c4d42960d7 Mon Sep 17 00:00:00 2001
From: Kevin Slagle <kjslag@gmail.com>
-Date: Sat, 31 Mar 2018 14:15:38 -0400
+Date: Sat, 31 Mar 2018 18:27:27 -0400
Subject: [PATCH 3/3] Do not build the main poppler library
---
@@ -8,10 +8,10 @@ Subject: [PATCH 3/3] Do not build the main poppler library
1 file changed, 18 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f181fdec..dff4dc9f 100644
+index eecd41fb..c300e69f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -537,24 +537,6 @@ if(TIFF_FOUND)
+@@ -476,24 +476,6 @@ if(TIFF_FOUND)
set(poppler_LIBS ${poppler_LIBS} ${TIFF_LIBRARIES})
endif()
@@ -22,7 +22,7 @@ index f181fdec..dff4dc9f 100644
-else()
-add_library(poppler ${poppler_SRCS})
-endif()
--set_target_properties(poppler PROPERTIES VERSION 72.0.0 SOVERSION 72)
+-set_target_properties(poppler PROPERTIES VERSION 74.0.0 SOVERSION 74)
-if(MINGW)
- get_target_property(POPPLER_SOVERSION poppler SOVERSION)
- set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")