[qutebrowser] qutebrowser v1.1.0 released!

Florian Bruhin me at the-compiler.org
Mon Jan 15 22:46:51 CET 2018


On Mon, Jan 15, 2018 at 08:31:49PM +0100, Florian Bruhin wrote:
> - There's now a `misc/Makefile` file in releases, which should help
>   distributions which package qutebrowser, as they can run something like
>   `make -f misc/Makefile DESTDIR="$pkgdir" install` now.

Welp, looks like this doesn't actually work because a path changed after
the Makefile was written.

Either continue packaging the way you were before until v1.1.1 comes
out, or replace "testbrowser_cpp" in the Makefile by "testbrowser":

diff --git a/misc/Makefile b/misc/Makefile
index fe97eb6bf..714223d10 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -21,5 +21,5 @@ install: doc/qutebrowser.1.html
                $(wildcard misc/userscripts/*)
        install -Dm755 -t "$(DESTDIR)/usr/share/qutebrowser/scripts/" \
                $(filter-out scripts/__init__.py scripts/__pycache__ scripts/dev \
-                 scripts/testbrowser_cpp scripts/asciidoc2html.py scripts/setupcommon.py \
+                 scripts/testbrowser scripts/asciidoc2html.py scripts/setupcommon.py \
                        scripts/link_pyqt.py,$(wildcard scripts/*))

Sorry for the trouble!

Florian

-- 
https://www.qutebrowser.org  | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072  | https://the-compiler.org/pubkey.asc
         I love long mails!  | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20180115/8dfce815/attachment.asc>


More information about the qutebrowser mailing list