From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 12:57:14 2021 Received: (at submit) by debbugs.gnu.org; 15 Jul 2021 16:57:14 +0000 Received: from localhost ([127.0.0.1]:49584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m44fh-0005ID-OR for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:57:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:38024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m44ff-0005I4-Mg for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:57:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m44ff-0007ky-5G for guix-patches@gnu.org; Thu, 15 Jul 2021 12:57:11 -0400 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]:45738) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m44fc-0005GU-EY for guix-patches@gnu.org; Thu, 15 Jul 2021 12:57:10 -0400 Received: from localhost.localdomain ([213.119.236.63]) by michel.telenet-ops.be with bizsmtp id VUx2250091Nl63106Ux2iA; Thu, 15 Jul 2021 18:57:03 +0200 From: Maxime Devos To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: gs-font: Rename to 'font-ghostscript'. Date: Thu, 15 Jul 2021 18:56:47 +0200 Message-Id: <20210715165647.30567-1-maximedevos@telenet.be> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1626368223; bh=pxZVeLa4Ij9IObMImy1mexkOrcjgJHycHD7gLs/SD0c=; h=From:To:Cc:Subject:Date; b=afuW7QtLbOT/BD509hyC9f9enX5TqrZzeYSkBDCKMLrObKei6Hlz354q/RQk+SZ64 lmLP+Aigt0zpiBfyEagf0kTMwHCjbEaDa57IPva5l+DtCnOu/pjBun3EaRFGrruref kYXJVsm1eYxVFBeXAXrb/Sis8Xq/rH4u1R4r2I5UjvJbu7UT/6bDse/gbj8cZpMOKt 0dwUVuAFizjtSSlFyq+niqu+jOhelOlMIvJh0LJjRbomZwHGU7bD+JttK6kCS+xGu+ 42o7FsmP9mpX1Ln6rakJkjw1v1gRPU2zyswaaqHYS7Vr0pVNdNsLH2D8RDeGQjyMx3 Jtz96s+f2YVoQ== Received-SPF: pass client-ip=2a02:1800:110:4::f00:18; envelope-from=maximedevos@telenet.be; helo=michel.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: Maxime Devos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) According to (guix)Fonts, font package names must be prefixed with 'font-'. Adjust 'gs-fonts' to follow this convention. * gnu/packages/fontutils.scm (gs-fonts)[name]: Set to "font-ghostscript". (gs-fonts): Rename variable to 'font-ghostscript'. (gs-fonts): Add deprecated package. * gnu/packages/ghostscript.scm (ghostscript)[arguments]<#:configure-flags>: Replace 'gs-fonts' with 'font-ghostscript'. (ghostscript)[inputs]: Likewise. * gnu/packages/fontutils.scm (fontconfig)[inputs]: Likewise. * gnu/packages/gtk.scm (pango-1.42)[arguments]{disable-layout-test}: Likewise. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]{configure-flags}: Likewise. (graphicsmagick)[inputs]: Likewise. * gnu/packages/mp3.scm (ripperx)[propagated-inputs]: Likewise. * doc/guix.texi (X11 Fonts): Likewise. --- doc/guix.texi | 12 ++++++------ gnu/packages/fontutils.scm | 5 +++-- gnu/packages/ghostscript.scm | 11 +++++++---- gnu/packages/gtk.scm | 9 +++++---- gnu/packages/imagemagick.scm | 4 ++-- gnu/packages/mp3.scm | 2 +- 6 files changed, 24 insertions(+), 19 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 808b2af664..47b1dbfcbe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1889,12 +1889,12 @@ themselves. @subsection X11 Fonts @cindex fonts -The majority of graphical applications use Fontconfig to locate and -load fonts and perform X11-client-side rendering. The @code{fontconfig} -package in Guix looks for fonts in @file{$HOME/.guix-profile} -by default. Thus, to allow graphical applications installed with Guix -to display fonts, you have to install fonts with Guix as well. -Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and +The majority of graphical applications use Fontconfig to locate and load +fonts and perform X11-client-side rendering. The @code{fontconfig} +package in Guix looks for fonts in @file{$HOME/.guix-profile} by +default. Thus, to allow graphical applications installed with Guix to +display fonts, you have to install fonts with Guix as well. Essential +font packages include @code{font-ghostscript}, @code{font-dejavu}, and @code{font-gnu-freefont}. @cindex @code{fc-cache} diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index dbce5beba8..bc049133b5 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -338,8 +338,9 @@ Font Format (WOFF).") ("freetype" ,freetype) ("libuuid" ,util-linux "lib"))) (inputs - ;; We use to use 'gs-fonts' but they are not recognized by newer versions - ;; of Pango, causing many applications to fail to find fonts otherwise. + ;; We use to use 'font-ghostscript' but they are not recognized by newer + ;; versions of Pango, causing many applications to fail to find fonts + ;; otherwise. `(("font-dejavu" ,font-dejavu))) (native-inputs `(("gperf" ,gperf) diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 26a964d4d4..0bda0d56b7 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -204,7 +204,7 @@ printing, and psresize, for adjusting page sizes.") "--enable-dynamic" "--disable-compile-inits" (string-append "--with-fontpath=" - (assoc-ref %build-inputs "gs-fonts") + (assoc-ref %build-inputs "font-ghostscript") "/share/fonts/type1/ghostscript") ,@(if (%current-target-system) @@ -278,7 +278,7 @@ printing, and psresize, for adjusting page sizes.") (inputs `(("fontconfig" ,fontconfig) ("freetype" ,freetype) - ("gs-fonts" ,gs-fonts) + ("font-ghostscript" ,font-ghostscript) ("jbig2dec" ,jbig2dec) ("libjpeg" ,libjpeg-turbo) ("libpaper" ,libpaper) @@ -343,9 +343,9 @@ architecture.") (license license:expat) (home-page (package-home-page ghostscript)))) -(define-public gs-fonts +(define-public font-ghostscript (package - (name "gs-fonts") + (name "font-ghostscript") (version "8.11") (source (origin (method url-fetch) @@ -384,6 +384,9 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.") (license license:gpl2) (home-page "https://sourceforge.net/projects/gs-fonts/"))) +(define-public gs-fonts + (deprecated-package "gs-fonts" font-ghostscript)) + (define-public libspectre (package (name "libspectre") diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a90db08f6e..5f2d440e38 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -401,10 +401,11 @@ handling for GTK+-2.x.") (add-after 'configure 'disable-layout-test (lambda _ ;; This test requires that fontconfig uses bitmap fonts - ;; such as "gs-fonts"; however providing such a package - ;; alone is not enough, as the requirement comes from - ;; deeper in the font stack. Since this version of Pango - ;; is only used for librsvg, simply disable the test. + ;; such as "font-ghostscript"; however providing such a + ;; package alone is not enough, as the requirement comes + ;; from deeper in the font stack. Since this version of + ;; Pango is only used for librsvg, simply disable the + ;; test. (substitute* "tests/Makefile" (("test-layout\\$\\(EXEEXT\\)") "")) #t))))))) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index 4f0ffcbcc6..f7cd961c05 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -235,12 +235,12 @@ script.") "--with-quantum-depth=16" ; required by Octave "--enable-quantum-library-names" (string-append "--with-gs-font-dir=" - (assoc-ref %build-inputs "gs-fonts") + (assoc-ref %build-inputs "font-ghostscript") "/share/fonts/type1/ghostscript")))) (inputs `(("graphviz" ,graphviz) ("ghostscript" ,ghostscript) - ("gs-fonts" ,gs-fonts) + ("font-ghostscript" ,font-ghostscript) ("lcms" ,lcms) ("libx11" ,libx11) ("libxml2" ,libxml2) diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index ff67d9e9e5..d59a133535 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -480,7 +480,7 @@ use with CD-recording software).") (patches (search-patches "ripperx-missing-file.patch")))) (build-system gnu-build-system) (propagated-inputs - `(("gs-fonts" ,gs-fonts) + `(("font-ghostscript" ,font-ghostscript) ("cdparanoia" ,cdparanoia) ("flac" ,flac) ("lame" ,lame) -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 25 11:54:08 2021 Received: (at 49580-done) by debbugs.gnu.org; 25 Jul 2021 15:54:08 +0000 Received: from localhost ([127.0.0.1]:49217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7gS8-00087p-9Q for submit@debbugs.gnu.org; Sun, 25 Jul 2021 11:54:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7gS6-00087L-IH for 49580-done@debbugs.gnu.org; Sun, 25 Jul 2021 11:54:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40206) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m7gS1-0000Ld-9L; Sun, 25 Jul 2021 11:54:01 -0400 Received: from [2a01:e0a:19b:d9a0:f2f7:a404:c3d3:f8b4] (port=33684 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m7gS1-0000TF-1f; Sun, 25 Jul 2021 11:54:01 -0400 From: Mathieu Othacehe To: Maxime Devos Subject: Re: bug#49580: [PATCH core-updates] gnu: gs-font: Rename to 'font-ghostscript'. References: <20210715165647.30567-1-maximedevos@telenet.be> Date: Sun, 25 Jul 2021 17:53:59 +0200 In-Reply-To: <20210715165647.30567-1-maximedevos@telenet.be> (Maxime Devos's message of "Thu, 15 Jul 2021 18:56:47 +0200") Message-ID: <878s1uqtig.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49580-done Cc: 49580-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello Maxime, > * gnu/packages/fontutils.scm > (gs-fonts)[name]: Set to "font-ghostscript". > (gs-fonts): Rename variable to 'font-ghostscript'. > (gs-fonts): Add deprecated package. Nice, pushed as a682fea916b9f3ff101a76273aa754e11d53244d. Thanks, Mathieu From unknown Tue Jun 17 01:48:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Aug 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator