From 5d5e26eb7b79506cbe713f5843c8e3b0d5042c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= Date: Sat, 10 Jan 2015 13:23:56 +1100 Subject: [PATCH 1/2] Fix some check_libraries() for arch By now, the python-jinja and python-pygments packages are available in community. --- qutebrowser/misc/earlyinit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py index f22637871..eda1e3fee 100644 --- a/qutebrowser/misc/earlyinit.py +++ b/qutebrowser/misc/earlyinit.py @@ -234,14 +234,14 @@ def check_libraries(): 'jinja2': _missing_str("jinja2", debian="apt-get install python3-jinja2", - arch="Install python-jinja from the AUR", + arch="Install python-jinja from community", windows="Install from http://www.lfd.uci.edu/" "~gohlke/pythonlibs/#jinja2 or via pip.", pip="jinja2"), 'pygments': _missing_str("pygments", debian="apt-get install python3-pygments", - arch="Install python-jinja from the AUR", + arch="Install python-pygments from community", windows="Install from http://www.lfd.uci.edu/" "~gohlke/pythonlibs/#pygments or via pip.", pip="pygments"), From 011cd08fc8a22fd09764093edf582c474e3f3817 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 22 Jan 2015 07:01:46 +0100 Subject: [PATCH 2/2] Update AUTHORS --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index 63dfbc965..8bfee7fbb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -141,6 +141,7 @@ Contributors, sorted by the number of commits in descending order: * Regina Hug * Mathias Fussenegger * Larry Hynes +* Thorsten Wißmann * Thiago Barroso Perrotta * Matthias Lisin * Helen Sherwood-Taylor