[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/122: gnu: w3m: Update to 0.5.3+git20210102.
From: |
guix-commits |
Subject: |
110/122: gnu: w3m: Update to 0.5.3+git20210102. |
Date: |
Fri, 11 Jun 2021 12:12:23 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2bcdd0740fdaf6147406c90a3967bf074b0faef0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Feb 7 00:02:40 2021 -0500
gnu: w3m: Update to 0.5.3+git20210102.
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20210102.
[configure-flags]: Add the "--with-imagelib=imlib2" option.
[inputs]: Add imlib2.
---
gnu/packages/w3m.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 934a6d9..a14ca02 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,6 +28,7 @@
#:use-module (gnu packages bdw-gc)
#:use-module (gnu packages compression)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages image)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
@@ -40,7 +42,7 @@
(define-public w3m
(package
(name "w3m")
- (version "0.5.3+git20200502")
+ (version "0.5.3+git20210102")
(source (origin
(method git-fetch)
;; Debian's fork of w3m is the only one that is still maintained.
@@ -50,21 +52,22 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0yyfhwcwy1dvdbirj6zqwk4gl8z9npfavs0k7ipcg5fd16vnx7mi"))))
+ "0amq1wfjp5mhqjmvrc0yhxjlx1335p78d7ap8iykfjn5h8yhmrg5"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
;; Use $EDITOR instead of a hard-coded value.
- #:configure-flags '("--with-editor=")
+ #:configure-flags (list "--with-editor="
+ "--with-imagelib=imlib2")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'fix-perl
(lambda _ (substitute* '("scripts/w3mmail.cgi.in"
"scripts/dirlist.cgi.in")
- (("@PERL@") (which "perl")))
- #t)))))
+ (("@PERL@") (which "perl"))))))))
(inputs
`(("gdk-pixbuf" ,gdk-pixbuf)
+ ("imlib2" ,imlib2)
("libgc" ,libgc)
("libx11" ,libx11)
("ncurses" ,ncurses)
- 121/122: gnu: tracker-miners: Update to 3.1.1 and make related changes., (continued)
- 121/122: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/06/11
- 65/122: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/06/11
- 70/122: gnu: wayland: Update to 1.19.0., guix-commits, 2021/06/11
- 73/122: gnu: wayland-protocols: Update description., guix-commits, 2021/06/11
- 75/122: gnu: gtk+-2: Enable tests., guix-commits, 2021/06/11
- 84/122: gnu: ibus: Update to 1.5.24., guix-commits, 2021/06/11
- 90/122: gnu: faac: Correct source uri., guix-commits, 2021/06/11
- 97/122: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/06/11
- 112/122: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/06/11
- 111/122: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/06/11
- 110/122: gnu: w3m: Update to 0.5.3+git20210102.,
guix-commits <=
- 107/122: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/06/11
- 120/122: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/06/11
- 122/122: gnu: tracker-miners: Enable some features., guix-commits, 2021/06/11
- 64/122: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/06/11
- 68/122: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/06/11
- 76/122: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/06/11
- 83/122: gnu: gtkmm-2: Fix build., guix-commits, 2021/06/11
- 98/122: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/06/11
- 99/122: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/06/11
- 105/122: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/06/11