[Dev] [libre/qutebrowser] Update to v1.8.2

theova theova at bluewin.ch
Mon Nov 25 08:35:59 GMT 2019


The following patch upgrades qutebrowser to version 1.8.2.

I tested it in x86_64 and built it successfully on armv7h.

The built on i686 failed:
  File "/usr/lib/python3.7/site-packages/packaging/requirements.py", line
  9, in <module>
  |      from pyparsing import stringStart, stringEnd, originalTextFor, ParseException
  |  ModuleNotFoundError: No module named 'pyparsing

I guess this is due to syncronisation issues caused by python 3.8.

Nevertheless, the architecture needed for this package is "any".

---
  libre/qutebrowser/PKGBUILD | 9 ++++-----
  1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD
index c12b4ef66..f405aee44 100644
--- a/libre/qutebrowser/PKGBUILD
+++ b/libre/qutebrowser/PKGBUILD
@@ -9,9 +9,9 @@
  #  - set webkit backend as default

  pkgname=qutebrowser
-pkgver=1.8.1
+pkgver=1.8.2
  pkgrel=1
-pkgrel+=.par2
+pkgrel+=.par1
  pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
  pkgdesc+=", without nonfree qt5-webengine recommendation"
  arch=("any")
@@ -31,7 +31,7 @@ source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/q
  	"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc"
  	"webkit-warning.patch")
  validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") # Florian Bruhin
-sha256sums=('dcf6eb63fc2430ac28ee40e2a236391adb7cdbe7debf4cbe53e0d12ff8726e32'
+sha256sums=('baf01c47095428ca95ddd796598efd5419aee6b34c08ecdb98c12c796f6b5471'
  	    'SKIP'
  	    '8509032254715a09d807ac5901657e66d0d0780e47bbe2b06f634d7b7c9792d0')

@@ -47,8 +47,7 @@ build() {
  	# make sure webkit is the default backend
  	sed -i 's/webengine/webkit/' qutebrowser/config/configdata.yml

-	a2x -f manpage doc/qutebrowser.1.asciidoc
-	python setup.py build
+	make -f misc/Makefile all
  }

  package() {
--
2.24.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20191125/f9d4c0b5/attachment.sig>


More information about the Dev mailing list