[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/285: gnu: qutebrowser: Update to 1.8.3.
From: |
guix-commits |
Subject: |
123/285: gnu: qutebrowser: Update to 1.8.3. |
Date: |
Sun, 29 Dec 2019 20:44:13 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 91892b1813ac129408e2e40780f2a319f1b5bf8b
Author: Brett Gilio <address@hidden>
Date: Tue Dec 24 14:32:23 2019 -0600
gnu: qutebrowser: Update to 1.8.3.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.8.3.
[arguments]: Update how .desktop attribute gets installed.
---
gnu/packages/web-browsers.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 29fbe17..531c0e2 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2018 Timo Eisenmann <address@hidden>
;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
;;; Copyright © 2019 Clément Lassieur <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -275,7 +276,7 @@ access.")
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "0.11.0")
+ (version "1.8.3")
(source
(origin
(method url-fetch)
@@ -284,10 +285,11 @@ access.")
"qutebrowser-" version ".tar.gz"))
(sha256
(base32
- "13ihx66jm1dd6vx8px7pm0kbzf2sf9x43hhivc1rp17kahnxxdyv"))))
+ "055zmzk3q0m3hx1742nfy2mdawfllrkvijnbzp1hiv01dj1bxaf8"))))
(build-system python-build-system)
(native-inputs
- `(("asciidoc" ,asciidoc)))
+ `(("asciidoc" ,asciidoc)
+ ("python-attrs" ,python-attrs))) ; for tests
(inputs
`(("python-colorama" ,python-colorama)
("python-cssutils" ,python-cssutils)
@@ -321,11 +323,10 @@ access.")
'(16 24 32 48 64 128 256 512))
(install-file "icons/qutebrowser.svg"
(string-append hicolor "/scalable/apps"))
-
- (substitute* "qutebrowser.desktop"
+ (substitute* "misc/org.qutebrowser.qutebrowser.desktop"
(("Exec=qutebrowser")
(string-append "Exec=" out "/bin/qutebrowser")))
- (install-file "qutebrowser.desktop" app)
+ (install-file "misc/org.qutebrowser.qutebrowser.desktop" app)
#t))))))
(home-page "https://qutebrowser.org/")
(synopsis "Minimal, keyboard-focused, vim-like web browser")
- 245/285: gnu: emacs-paren-face: Update to 1.0.5., (continued)
- 245/285: gnu: emacs-paren-face: Update to 1.0.5., guix-commits, 2019/12/29
- 247/285: gnu: emacs-ccls: Revise license., guix-commits, 2019/12/29
- 275/285: gnu: txr: Update to 230., guix-commits, 2019/12/29
- 77/285: gnu: python-sphinx: Fix license., guix-commits, 2019/12/29
- 79/285: gnu: python-sphinxcontrib-jsmath: Fix license., guix-commits, 2019/12/29
- 76/285: gnu: python-sphinx: Use HTTP URI., guix-commits, 2019/12/29
- 81/285: gnu: python-sphinxcontrib-programoutput: Fix home-page., guix-commits, 2019/12/29
- 85/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license., guix-commits, 2019/12/29
- 86/285: gnu: python-eventlet: Update to 0.25.1., guix-commits, 2019/12/29
- 91/285: gnu: Add python-flit., guix-commits, 2019/12/29
- 123/285: gnu: qutebrowser: Update to 1.8.3.,
guix-commits <=
- 125/285: gnu: qutebrowser: Update source URI., guix-commits, 2019/12/29
- 126/285: gnu: chez-scheme: Update to 9.5.2., guix-commits, 2019/12/29
- 235/285: gnu: emacs-ag: Adjust indentation., guix-commits, 2019/12/29
- 246/285: gnu: emacs-ccls: Update to 0.1-4., guix-commits, 2019/12/29
- 74/285: gnu: python-sphinx: Update to 2.3.1., guix-commits, 2019/12/29
- 95/285: gnu: gnunet: Fix license., guix-commits, 2019/12/29
- 198/285: gnu: emacs-telega: Update to 0.5.4., guix-commits, 2019/12/29
- 227/285: gnu: emacs-with-editor: Update to 2.9.0., guix-commits, 2019/12/29
- 228/285: gnu: emacs-minions: Update to 0.3.2., guix-commits, 2019/12/29
- 233/285: gnu: emacs-wget: Adjust indentation., guix-commits, 2019/12/29