[arch-commits] Commit in tesseract/trunk (PKGBUILD fix_man_page_html.patch)

Jelle van der Waa jelle at archlinux.org
Sun Jul 7 19:32:27 UTC 2019


    Date: Sunday, July 7, 2019 @ 19:32:27
  Author: jelle
Revision: 487650

upgpkg: tesseract 4.1.0-1

Upstream update

Modified:
  tesseract/trunk/PKGBUILD
Deleted:
  tesseract/trunk/fix_man_page_html.patch

-------------------------+
 PKGBUILD                |   17 +++++------------
 fix_man_page_html.patch |   11 -----------
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-07 19:08:37 UTC (rev 487649)
+++ PKGBUILD	2019-07-07 19:32:27 UTC (rev 487650)
@@ -7,8 +7,8 @@
     spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="An OCR program"
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract"
@@ -19,17 +19,10 @@
 optdepends=('icu' 'cairo' 'pango'
 	    $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
 source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-        https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata
-        fix_man_page_html.patch)
-sha256sums=('a1f5422ca49a32e5f35c54dee5112b11b99928fc9f4ee6695cdc6768d69f61dd'
-            '9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff'
-            'd5fa9a8605afa775255404acb882471f894dc0d4de87eb8333fd155d649b7235')
+        https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
+sha256sums=('5c5ed5f1a76888dc57a83704f24ae02f8319849f5c4cf19d254296978a1a1961'
+            '9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
 
-prepare() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  patch -Np0 -i "${srcdir}/fix_man_page_html.patch"
-}
-
 build() {
   cd "$srcdir"/$pkgname-${pkgver}
   [ -x configure ] || ./autogen.sh

Deleted: fix_man_page_html.patch
===================================================================
--- fix_man_page_html.patch	2019-07-07 19:08:37 UTC (rev 487649)
+++ fix_man_page_html.patch	2019-07-07 19:32:27 UTC (rev 487650)
@@ -1,11 +0,0 @@
---- doc/Makefile.am	2018-11-04 17:53:43.979198215 +0100
-+++ doc/Makefile.am	2018-11-04 17:54:07.849192304 +0100
-@@ -36,7 +36,7 @@
- html: $(patsubst %,%.html,$(man_MANS))
- 
- %: %.asc
--	$(asciidoc) -o $@ $<
-+	a2x --doctype manpage --format manpage $<
- 
- %.html: %.asc
- 	asciidoc -b html5 -o $@ $<



More information about the arch-commits mailing list