all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39674] [PATCH] enable PostScript backend in Evince
@ 2020-02-19 12:08 raingloom
  2020-02-19 12:27 ` Nicolò Balzarotti
  2022-04-22 13:04 ` calcium via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: raingloom @ 2020-02-19 12:08 UTC (permalink / raw)
  To: 39674

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

Some of my teacheres distribute notes in .ps files, so I kinda need 
this, and I think others will find it helpful as well.

AFAIK other distros enable it too.

Much easier than converting PostScript files to PDF.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-evince-enable-ps.patch --]
[-- Type: text/x-patch, Size: 974 bytes --]

From c767aa2d6a3d779d90e8185e313892eb2212dd37 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@protonmail.com>
Date: Wed, 19 Feb 2020 12:47:42 +0100
Subject: [PATCH] gnu: evince: --enable-ps

---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3c63ab283d..5fae5d11ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1502,7 +1502,8 @@ forgotten when the session ends.")
                "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
+     `(#:configure-flags '("--disable-nautilus" "--enable-introspection"
+                           "--enable-ps")
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'skip-gtk-update-icon-cache
-- 
2.25.0


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

end of thread, other threads:[~2022-04-22 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 12:08 [bug#39674] [PATCH] enable PostScript backend in Evince raingloom
2020-02-19 12:27 ` Nicolò Balzarotti
2020-02-20  7:05   ` Nicolò Balzarotti
2020-02-22 23:24     ` raingloom
2020-03-18 10:02   ` Ludovic Courtès
2022-04-22 13:04 ` calcium via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.