xpdf 4.01.01
Closes #40486. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7bbbe3803c
commit
d0dc059727
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
class Xpdf < Formula
|
||||
desc "PDF viewer"
|
||||
homepage "https://www.xpdfreader.com/"
|
||||
url "https://xpdfreader-dl.s3.amazonaws.com/xpdf-4.00.tar.gz"
|
||||
mirror "https://fossies.org/linux/misc/xpdf-4.00.tar.gz"
|
||||
sha256 "ff3d92c42166e35b1ba6aec9b5f0adffb5fc05a3eb95dc49505b6e344e4216d6"
|
||||
url "https://xpdfreader-dl.s3.amazonaws.com/xpdf-4.01.01.tar.gz"
|
||||
sha256 "ba550c7d3e4f73b1833cfcdcd9dbe39849dd0cd459b6774c4ecdfeca993204a4"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -21,10 +20,6 @@ class Xpdf < Formula
|
|||
:because => "xpdf, pdf2image, and poppler install conflicting executables"
|
||||
|
||||
def install
|
||||
# Reported 6 Feb 2018 to xpdf AT xpdfreader DOT com
|
||||
inreplace ["xpdf/CMakeLists.txt", "xpdf-qt/CMakeLists.txt"], " man/",
|
||||
" share/man/"
|
||||
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue