summarylogtreecommitdiffstats
path: root/0004-Don-t-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
authorPaul Gideon Dann2016-08-09 14:54:49 +0100
committerPaul Gideon Dann2016-08-09 14:54:49 +0100
commit3186fca13a3f64f7c0e8e89ba9be51cc8c52cbc2 (patch)
tree3bfabca6499493159a58db36c53bb0f0f1c6c172 /0004-Don-t-build-the-main-poppler-library.patch
parentc9d04dbcf4f77015900700da4df8662dd131dfac (diff)
downloadaur-3186fca13a3f64f7c0e8e89ba9be51cc8c52cbc2.tar.gz
Updating for Poppler 0.46.0
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 0f108c640626..ee6f611d0874 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 f92820594da3886cb45d797259591ec8305a815f Mon Sep 17 00:00:00 2001
+From 8a3d08351ebedd4efdfc90944911c52845097514 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 d385893..388d21a 100644
+index c90d0e8..4ba7bdd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -494,17 +494,6 @@ if(HAVE_PTHREAD)
+@@ -495,17 +495,6 @@ if(HAVE_PTHREAD)
set(poppler_LIBS ${poppler_LIBS} ${CMAKE_THREAD_LIBS_INIT})
endif()
@@ -22,7 +22,7 @@ index d385893..388d21a 100644
-else(MSVC)
-add_library(poppler SHARED ${poppler_SRCS})
-endif(MSVC)
--set_target_properties(poppler PROPERTIES VERSION 59.0.0 SOVERSION 59)
+-set_target_properties(poppler PROPERTIES VERSION 63.0.0 SOVERSION 63)
-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 d385893..388d21a 100644
install(FILES
poppler/Annot.h
--
-2.8.0
+2.9.2