Skip to content

Commit

Permalink
Upgrade xpdfreader from 4.04 to 4.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Drabenstott authored and rebecca-draben committed Feb 11, 2024
1 parent 642cad2 commit 14464e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ RUN set -ex \

# Install pdftotext
RUN set -ex \
&& wget --no-check-certificate https://dl.xpdfreader.com/xpdf-tools-linux-4.04.tar.gz \
&& tar -xvf xpdf-tools-linux-4.04.tar.gz \
&& cp xpdf-tools-linux-4.04/bin64/pdftotext /usr/local/bin/pdftotext-4
&& wget --no-check-certificate https://dl.xpdfreader.com/xpdf-tools-linux-4.05.tar.gz \
&& tar -xvf xpdf-tools-linux-4.05.tar.gz \
&& cp xpdf-tools-linux-4.05/bin64/pdftotext /usr/local/bin/pdftotext-4
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ RUN set -ex \

# install xpdfreader pdftotext, which supports multiline description parsing
RUN set -ex \
&& curl -k https://dl.xpdfreader.com/xpdf-4.04.tar.gz | tar zxf - \
&& chmod -R 755 ./xpdf-4.04 \
&& cd ./xpdf-4.04/ \
&& curl -k https://dl.xpdfreader.com/xpdf-4.05.tar.gz | tar zxf - \
&& chmod -R 755 ./xpdf-4.05 \
&& cd ./xpdf-4.05/ \
&& mkdir build \
&& cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets=1 \
&& make \
Expand Down

0 comments on commit 14464e6

Please sign in to comment.