summarylogtreecommitdiffstats
path: root/0003-Don-t-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Don-t-build-the-main-poppler-library.patch')
-rw-r--r--0003-Don-t-build-the-main-poppler-library.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0003-Don-t-build-the-main-poppler-library.patch b/0003-Don-t-build-the-main-poppler-library.patch
index a3505ab63d57..4d5d6c828b3d 100644
--- a/0003-Don-t-build-the-main-poppler-library.patch
+++ b/0003-Don-t-build-the-main-poppler-library.patch
@@ -1,4 +1,4 @@
-From 079b86ba750d68b9cf648babcaa2087033435866 Mon Sep 17 00:00:00 2001
+From f012312abb99f90b3ed5edf86b844764b9953d38 Mon Sep 17 00:00:00 2001
From: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Tue, 1 Sep 2020 12:22:28 +0100
Subject: [PATCH 3/3] Don't build the main poppler library.
@@ -8,10 +8,10 @@ Subject: [PATCH 3/3] Don't build the main poppler library.
1 file changed, 17 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2f035b8d..3105ebd5 100644
+index 307b26e8..8dedf6de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -541,23 +541,6 @@ ADD_GPERF_FILE(TimesItalicWidths)
+@@ -562,23 +562,6 @@ ADD_GPERF_FILE(TimesItalicWidths)
ADD_GPERF_FILE(TimesRomanWidths)
ADD_GPERF_FILE(ZapfDingbatsWidths)
@@ -21,7 +21,7 @@ index 2f035b8d..3105ebd5 100644
-else()
-add_library(poppler ${poppler_SRCS})
-endif()
--set_target_properties(poppler PROPERTIES VERSION 103.0.0 SOVERSION 103)
+-set_target_properties(poppler PROPERTIES VERSION 105.0.0 SOVERSION 105)
-if(MINGW AND BUILD_SHARED_LIBS)
- get_target_property(POPPLER_SOVERSION poppler SOVERSION)
- set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
@@ -36,5 +36,5 @@ index 2f035b8d..3105ebd5 100644
install(FILES
poppler/Annot.h
--
-2.28.0
+2.29.2