Skip to content

Commit

Permalink
Merge pull request #51 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
Poppler 23.05.0
  • Loading branch information
oschwartz10612 committed May 12, 2023
2 parents f6b5a5f + 119fa0f commit 0aa29ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POPPLER_VERSION=23.01.0
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.11.tar.gz"
POPPLER_VERSION=23.05.0
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
BUILD="0"

set -e
Expand All @@ -19,6 +19,7 @@ cp "$PKGS_PATH_DIR"/libpng*/Library/bin/libpng16.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/libcurl*/Library/bin/libcurl.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/openssl*/Library/bin/libcrypto-3-x64.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/openjpeg*/Library/bin/openjp2.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/libjpeg-turbo*/Library/bin/jpeg8.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/xz*/Library/bin/liblzma.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/cairo*/Library/bin/cairo.dll ./Library/bin/
# cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
Expand All @@ -27,7 +28,9 @@ cp "$PKGS_PATH_DIR"/lerc*/Library/bin/Lerc.dll ./Library/bin/
# cp "$PKGS_PATH_DIR"/jbig*/Library/bin/jbig.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/lcms2*/Library/bin/lcms2.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/fontconfig*/Library/bin/fontconfig-1.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/expat*/Library/bin/libexpat.dll ./Library/bin/
# cp "$PKGS_PATH_DIR"/expat*/Library/bin/libexpat.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/libexpat.dll
cp -a "$PKGS_PATH_DIR"/libiconv*/Library/bin/. ./Library/bin/

rm -rf "$PKGS_PATH_DIR"
Expand Down

0 comments on commit 0aa29ca

Please sign in to comment.