mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
PDFTranslator: update to the latest commit
* fixed typo in description * cleanup REQUIRES * bump revision
This commit is contained in:
@@ -7,12 +7,12 @@ a manner independent of application software, hardware, and operating \
|
||||
systems. Each PDF file encapsulates a complete description of a fixed-layout \
|
||||
flat document, including the text, fonts, graphics, and other information \
|
||||
needed to display it. In 1991, Adobe Systems co-founder John Warnock outlined \
|
||||
a system called "Camelot"r that evolved into PDF."
|
||||
a system called "Camelot" that evolved into PDF."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/PDFTranslator"
|
||||
SRC_URI="git+https://github.com/threedeyes/PDFTranslator#d217df5"
|
||||
REVISION="1"; updateRevisionVariables
|
||||
SRC_URI="git+https://github.com/threedeyes/PDFTranslator#a4b96e3"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -23,20 +23,12 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libmupdf$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libjbig2dec$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libmupdf$secondaryArchSuffix
|
||||
devel:libopenjp2$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user