unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36292] [PATCH] gnu: zathura: Install icons.
@ 2019-06-19 14:38 Alex Griffin
  2019-06-20  8:17 ` bug#36292: " Gábor Boskovits
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Griffin @ 2019-06-19 14:38 UTC (permalink / raw)
  To: 36292

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

This patch adds librsvg to zathura's native-inputs, so that the build system will generate and install zathura's application icons.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-zathura-Install-icons.patch --]
[-- Type: text/x-patch; name="0001-gnu-zathura-Install-icons.patch", Size: 1232 bytes --]

From 1074386436f612452e3dd70c28410ee88df2850a Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Wed, 19 Jun 2019 09:35:31 -0500
Subject: [PATCH] gnu: zathura: Install icons.

* gnu/packages/pdf.scm (zathura)[native-inputs]: Add librsvg to build and
install the application icons.
---
 gnu/packages/pdf.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 5c858510eb..b2eb81ef0f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -514,6 +515,9 @@ by using the poppler rendering engine.")
                      ;; For building documentation.
                      ("python-sphinx" ,python-sphinx)
 
+                     ;; For building icons.
+                     ("librsvg" ,librsvg)
+
                      ;; For tests.
                      ("check" ,check)
                      ("xorg-server" ,xorg-server-for-tests)))
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36292: gnu: zathura: Install icons.
  2019-06-19 14:38 [bug#36292] [PATCH] gnu: zathura: Install icons Alex Griffin
@ 2019-06-20  8:17 ` Gábor Boskovits
  0 siblings, 0 replies; 2+ messages in thread
From: Gábor Boskovits @ 2019-06-20  8:17 UTC (permalink / raw)
  To: 36292-done

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

This is fixed on master on commit a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe>
Thanks for the report.

[-- Attachment #2: Type: text/html, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19 14:38 [bug#36292] [PATCH] gnu: zathura: Install icons Alex Griffin
2019-06-20  8:17 ` bug#36292: " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).