From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51363) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4OA3-0000Y0-1m for guix-patches@gnu.org; Wed, 19 Feb 2020 07:09:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4OA2-0005Ij-3N for guix-patches@gnu.org; Wed, 19 Feb 2020 07:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4OA2-0005Ib-0V for guix-patches@gnu.org; Wed, 19 Feb 2020 07:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4OA1-0003VB-S1 for guix-patches@gnu.org; Wed, 19 Feb 2020 07:09:01 -0500 Subject: [bug#39674] [PATCH] enable PostScript backend in Evince Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51282) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4O9E-0008Vz-7P for guix-patches@gnu.org; Wed, 19 Feb 2020 07:08:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4O9D-00051R-2b for guix-patches@gnu.org; Wed, 19 Feb 2020 07:08:12 -0500 Received: from mx1.riseup.net ([198.252.153.129]:58742) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4O9C-000513-PW for guix-patches@gnu.org; Wed, 19 Feb 2020 07:08:11 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 48MxLx5qjDzF0RQ for ; Wed, 19 Feb 2020 04:08:09 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 48MxLw57xzz8sts for ; Wed, 19 Feb 2020 04:08:08 -0800 (PST) Date: Wed, 19 Feb 2020 13:08:03 +0100 From: raingloom Message-Id: <1582114083.2225.0@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-bXZCVCW53J3+BdOsLWsv" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39674@debbugs.gnu.org --=-bXZCVCW53J3+BdOsLWsv Content-Type: text/plain; charset=us-ascii; format=flowed 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. --=-bXZCVCW53J3+BdOsLWsv Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-evince-enable-ps.patch Content-Transfer-Encoding: quoted-printable >From c767aa2d6a3d779d90e8185e313892eb2212dd37 Mon Sep 17 00:00:00 2001 From: raingloom 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 --=20 2.25.0 = --=-bXZCVCW53J3+BdOsLWsv--