[arch-commits] Commit in hgview/trunk (PKGBUILD hg47.patch)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Aug 11 16:22:20 UTC 2018


    Date: Saturday, August 11, 2018 @ 16:22:19
  Author: aginiewicz
Revision: 371138

upgpkg: hgview 1.10.2-1

hgview: new upstream release

Added:
  hgview/trunk/hg47.patch
Modified:
  hgview/trunk/PKGBUILD

------------+
 PKGBUILD   |   12 ++++++++----
 hg47.patch |    9 +++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-11 16:02:02 UTC (rev 371137)
+++ PKGBUILD	2018-08-11 16:22:19 UTC (rev 371138)
@@ -3,8 +3,8 @@
 # Contributor: TDY <tdy at gmx.com>
 
 pkgname=hgview
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="A fast Mercurial log navigator"
 arch=('any')
 url="http://www.logilab.org/project/hgview/"
@@ -16,12 +16,16 @@
             'python2-pyinotify: for CLI interface'
             'python2-pygments: for CLI interface')
 makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
-source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c3ab3a1c62eff28e48ab8e4df38466c9')
+source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz
+        hg47.patch)
+md5sums=('1d68a8de8652a3ca411a049579a694e4'
+         'be6e50bed82d8424c223433fe216dfaa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  patch -p1 < ../hg47.patch
+
   python2 setup.py build
 }
 

Added: hg47.patch
===================================================================
--- hg47.patch	                        (rev 0)
+++ hg47.patch	2018-08-11 16:22:19 UTC (rev 371138)
@@ -0,0 +1,9 @@
+diff -urN hgview-1.10.2.orig/hgviewlib/__init__.py hgview-1.10.2/hgviewlib/__init__.py
+--- hgview-1.10.2.orig/hgviewlib/__init__.py	2018-08-11 18:17:12.701368614 +0200
++++ hgview-1.10.2/hgviewlib/__init__.py	2018-08-11 18:17:26.204879111 +0200
+@@ -23,4 +23,4 @@
+ from mercurial import demandimport
+ 
+ # this should help docutils, see hgrepoview.rst2html
+-demandimport.ignore.append('roman')
++demandimport.IGNORES.add('roman')



More information about the arch-commits mailing list