PDFTranslator: update to the latest commit

* fix license
* escape quotes in description
* fix copyright years
* bump revision
This commit is contained in:
Sergei Reznikov
2015-04-02 15:27:57 +03:00
parent e2598e975d
commit 59efd4f127

View File

@@ -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" that evolved into PDF."
LICENSE="MIT"
COPYRIGHT="2013-2015 3dEyes**"
a system called \"Camelot\" that evolved into PDF."
LICENSE="GNU GPL v3"
COPYRIGHT="2012-2015 3dEyes**"
HOMEPAGE="https://github.com/threedeyes/PDFTranslator"
SRC_URI="git+https://github.com/threedeyes/PDFTranslator#a4b96e3"
REVISION="2"
SRC_URI="git+https://github.com/threedeyes/PDFTranslator#480ce75"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"