summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2018-11-24 13:27:55 +0100
committerFlorian Freund2018-11-24 13:27:55 +0100
commit2dd97e77aa8f8e1054f48e9db9551f830d12d695 (patch)
tree3468da8a6563e20b7c1243988b169a8f6249c7b4
parentf409d6e148b4960e059cdf53effae5858f35ec10 (diff)
downloadaur-2dd97e77aa8f8e1054f48e9db9551f830d12d695.tar.gz
Remove unused patch
-rw-r--r--fixpoppler.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/fixpoppler.patch b/fixpoppler.patch
deleted file mode 100644
index cb55dc5fb91e..000000000000
--- a/fixpoppler.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6dd346daefbe6133ebd3a81489880d94b1a87a65 Mon Sep 17 00:00:00 2001
-From: Florian Freund <florian88freund@gmail.com>
-Date: Wed, 21 Nov 2018 01:08:04 +0100
-Subject: Change lib installation to poppler 0.69.0 and fix ignoring DESTDIR
-
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2715e91b..93a9c8eb 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -322,11 +322,11 @@ install (DIRECTORY ui
-
- if (BUILD_POPPLER)
- # The Path /usr/lib is hardcoded, fix if there is a better solution
-- set(POPPLER_LIB ${CMAKE_INSTALL_PREFIX}/lib/libpoppler.so.72)
-+ set(POPPLER_LIB ${CMAKE_INSTALL_PREFIX}/lib/libpoppler.so.80)
-
- install(CODE "MESSAGE(\"Install Poppler workaround to ${POPPLER_LIB}\")")
-- install(CODE "configure_file(${CMAKE_CURRENT_BINARY_DIR}/poppler-prefix/src/poppler-build/libpoppler.so.72.0.0 ${POPPLER_LIB} COPYONLY)")
-- install(CODE "file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/install_manifest_workaround.txt \"${POPPLER_LIB}\")")
-+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/poppler-prefix/src/poppler-build/libpoppler.so.80.0.0 DESTINATION lib)
-+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/poppler-prefix/src/poppler-build/libpoppler.so.80 DESTINATION lib)
- endif()
-
- # Uninstall target