summarylogtreecommitdiffstats
path: root/0004-Don-t-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
authorPaul Gideon Dann2017-08-07 12:53:55 +0100
committerPaul Gideon Dann2017-08-07 12:53:55 +0100
commitf501336a358adc3615e97d7313b9f8cfb4832e06 (patch)
tree823628140122bf62dda57f6c8027031de97bf4d1 /0004-Don-t-build-the-main-poppler-library.patch
parent5c2636e94b6a1f3886edebe9a61b25671a3bd00f (diff)
downloadaur-f501336a358adc3615e97d7313b9f8cfb4832e06.tar.gz
Update for Poppler 0.57
Diffstat (limited to '0004-Don-t-build-the-main-poppler-library.patch')
-rw-r--r--0004-Don-t-build-the-main-poppler-library.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0004-Don-t-build-the-main-poppler-library.patch b/0004-Don-t-build-the-main-poppler-library.patch
index d41152f3dd44..95b2423b7751 100644
--- a/0004-Don-t-build-the-main-poppler-library.patch
+++ b/0004-Don-t-build-the-main-poppler-library.patch
@@ -1,4 +1,4 @@
-From 10b74e97a67520b7405f37cc65b90d8ed0fedbc2 Mon Sep 17 00:00:00 2001
+From d539ffdea09d1634d1780d2e7b065df001290575 Mon Sep 17 00:00:00 2001
From: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Tue, 20 Oct 2009 18:32:35 +0100
Subject: [PATCH 4/4] Don't build the main poppler library.
@@ -8,10 +8,10 @@ Subject: [PATCH 4/4] Don't build the main poppler library.
1 file changed, 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 98d23a61..37aecf7e 100644
+index 390a6b5f..ddab7e8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -530,17 +530,6 @@ if(HAVE_PTHREAD)
+@@ -532,17 +532,6 @@ if(HAVE_PTHREAD)
set(poppler_LIBS ${poppler_LIBS} ${CMAKE_THREAD_LIBS_INIT})
endif()
@@ -22,7 +22,7 @@ index 98d23a61..37aecf7e 100644
-else(MSVC)
-add_library(poppler SHARED ${poppler_SRCS})
-endif(MSVC)
--set_target_properties(poppler PROPERTIES VERSION 67.0.0 SOVERSION 67)
+-set_target_properties(poppler PROPERTIES VERSION 68.0.0 SOVERSION 68)
-target_link_libraries(poppler LINK_PRIVATE ${poppler_LIBS})
-install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
-
@@ -30,5 +30,5 @@ index 98d23a61..37aecf7e 100644
install(FILES
poppler/Annot.h
--
-2.13.1
+2.13.2