GNU bug report logs - #64028
[PATCH 00/18] Update xorg fonts

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Mon, 12 Jun 2023 20:53:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64028 in the body.
You can then email your comments to 64028 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 12 Jun 2023 20:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 00/18] Update xorg fonts
Date: Mon, 12 Jun 2023 22:51:56 +0200
Hi,

this series updates the xorg fonts. The main change is that upstream
Makefiles now include the --no-name flag to gzip for reproducibility
(see e.g. https://lists.freedesktop.org/archives/xorg/2023-February/061298.html)
so we can drop the macro that added it.

Thanks!

Timotej Lazar (18):
  gnu: font-adobe100dpi: Update to 1.0.4.
  gnu: font-adobe75dpi: Update to 1.0.4.
  gnu: font-alias: Update to 1.0.5.
  gnu: font-arabic-misc: Update to 1.0.4.
  gnu: font-cronyx-cyrillic: Update to 1.0.4.
  gnu: font-dec-misc: Update to 1.0.4.
  gnu: font-isas-misc: Update to 1.0.4.
  gnu: font-micro-misc: Update to 1.0.4.
  gnu: font-misc-cyrillic: Update to 1.0.4.
  gnu: font-misc-ethiopic: Update to 1.0.5.
  gnu: font-misc-misc: Update to 1.1.3.
  gnu: font-mutt-misc: Update to 1.0.4.
  gnu: font-schumacher-misc: Update to 1.1.3.
  gnu: font-screen-cyrillic: Update to 1.0.5.
  gnu: font-sony-misc: Update to 1.0.4.
  gnu: font-sun-misc: Update to 1.0.4.
  gnu: font-winitzki-cyrillic: Update to 1.0.4.
  gnu: font-xfree86-type1: Update to 1.0.5.

 gnu/packages/xorg.scm | 200 +++++++++++++++++++++++-------------------
 1 file changed, 108 insertions(+), 92 deletions(-)


base-commit: 5c66be3c17e279e4589320c69deb5dba0fd034e2
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 01/18] gnu: font-adobe100dpi: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:16 +0200
* gnu/packages/xorg.scm (font-adobe100dpi): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e1a7cf96f9..a17bd160a2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -491,10 +491,12 @@ (define-syntax-rule (xorg-font-origin font version hash)
 (define-public font-adobe100dpi
   (package
     (name "font-adobe100dpi")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             "font-adobe-100dpi" version
-             "0m60f5bd0caambrk8ksknb5dks7wzsg7g7xaf0j21jxmx8rq9h5j"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-adobe-100dpi-" version ".tar.xz"))
+              (sha256 "1kwwbaiqnfm3pcysy9gw0g9xhpgmhjcd6clp7zajhqq5br2gyymn")))
     (build-system gnu-build-system)
     (inputs
       (list bdftopcf font-util mkfontdir))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:02 GMT) Full text and rfc822 format available.

Message #11 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 02/18] gnu: font-adobe75dpi: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:17 +0200
* gnu/packages/xorg.scm (font-adobe75dpi): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a17bd160a2..66cd17476d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -515,10 +515,12 @@ (define-public font-adobe100dpi
 (define-public font-adobe75dpi
   (package
     (name "font-adobe75dpi")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             "font-adobe-75dpi" version
-             "02advcv9lyxpvrjv8bjh1b797lzg6jvhipclz49z8r8y98g4l0n6"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-adobe-75dpi-" version ".tar.xz"))
+              (sha256 "04drk4wi176524lxjwfrnkr3dwz1hysabqfajpj6klfypqnsd08j")))
     (build-system gnu-build-system)
     (inputs
       (list bdftopcf font-util mkfontdir))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:02 GMT) Full text and rfc822 format available.

Message #14 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 03/18] gnu: font-alias: Update to 1.0.5.
Date: Mon, 12 Jun 2023 22:53:18 +0200
* gnu/packages/xorg.scm (font-alias): Update to 1.0.5.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 66cd17476d..7178fe584d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -542,10 +542,12 @@ (define-public font-adobe75dpi
 (define-public font-alias
   (package
     (name "font-alias")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "0xjjjindczv3g7m1597l0x19zz75xy70wh5garghz61fpzl1l4gk"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-alias-" version ".tar.xz"))
+              (sha256 "0vkb5mybc0fjfq29lgf5w1b536bwifzkyj8ad9iy7q3kpcby52cz")))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (arguments
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:03 GMT) Full text and rfc822 format available.

Message #17 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 04/18] gnu: font-arabic-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:19 +0200
* gnu/packages/xorg.scm (font-arabic-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7178fe584d..4b706be667 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -577,10 +577,12 @@ (define-public font-alias
 (define-public font-arabic-misc
   (package
     (name "font-arabic-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "1x246dfnxnmflzf0qzy62k8jdpkb6jkgspcjgbk8jcq9lw99npah"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-arabic-misc-" version ".tar.xz"))
+              (sha256 "0rrlcqbyx9y7hnhbkjir8rs6jkfqyalj1zvhr8niv2n7a8dydzs6")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:03 GMT) Full text and rfc822 format available.

Message #20 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 05/18] gnu: font-cronyx-cyrillic: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:20 +0200
* gnu/packages/xorg.scm (font-cronyx-cyrillic): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4b706be667..26a4c789e1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -606,10 +606,12 @@ (define-public font-arabic-misc
 (define-public font-cronyx-cyrillic
   (package
     (name "font-cronyx-cyrillic")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "0ai1v4n61k8j9x2a1knvfbl2xjxk3xxmqaq3p9vpqrspc69k31kf"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-cronyx-cyrillic-" version ".tar.xz"))
+              (sha256 "12dpsvif85z1m6jvq9g91lmzj0rll5rh3871mbvdpzyb1p7821yw")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:03 GMT) Full text and rfc822 format available.

Message #23 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 06/18] gnu: font-dec-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:21 +0200
* gnu/packages/xorg.scm (font-dec-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 26a4c789e1..902563bbf2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -631,10 +631,12 @@ (define-public font-cronyx-cyrillic
 (define-public font-dec-misc
   (package
     (name "font-dec-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "0yzza0l4zwyy7accr1s8ab7fjqkpwggqydbm2vc19scdby5xz7g1"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-dec-misc-" version ".tar.xz"))
+              (sha256 "1xqs2qg21h5xg519810hw4bvykjdpf0xgk0xwp0bxy4g3lh6inc2")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:04 GMT) Full text and rfc822 format available.

Message #26 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 07/18] gnu: font-isas-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:22 +0200
* gnu/packages/xorg.scm (font-isas-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 902563bbf2..d38375c5e6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -653,10 +653,12 @@ (define-public font-dec-misc
 (define-public font-isas-misc
   (package
     (name "font-isas-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "0rx8q02rkx673a7skkpnvfkg28i8gmqzgf25s9yi0lar915sn92q"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-isas-misc-" version ".tar.xz"))
+              (sha256 "1z1qqi64hbp297f6ryiswa4ikfn7mcwnb8nadyglni6swsxrbra7")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:04 GMT) Full text and rfc822 format available.

Message #29 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 08/18] gnu: font-micro-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:23 +0200
* gnu/packages/xorg.scm (font-micro-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d38375c5e6..98ccd2b1f7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -675,10 +675,12 @@ (define-public font-isas-misc
 (define-public font-micro-misc
   (package
     (name "font-micro-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "1dldxlh54zq1yzfnrh83j5vm0k4ijprrs5yl18gm3n9j1z0q2cws"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-micro-misc-" version ".tar.xz"))
+              (sha256 "0hzryqyml0bzzw91vqdmzdlb7dm18jmyz0mxy6plks3sppbbkq1f")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:04 GMT) Full text and rfc822 format available.

Message #32 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 09/18] gnu: font-misc-cyrillic: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:24 +0200
* gnu/packages/xorg.scm (font-misc-cyrillic): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 98ccd2b1f7..43fbaa6e09 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -694,10 +694,12 @@ (define-public font-micro-misc
 (define-public font-misc-cyrillic
   (package
     (name "font-misc-cyrillic")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "0q2ybxs8wvylvw95j6x9i800rismsmx4b587alwbfqiw6biy63z4"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-misc-cyrillic-" version ".tar.xz"))
+              (sha256 "14z9x174fidjn65clkd2y1l6pxspmvphizap9a8h2h06adzil0kn")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 20:54:05 GMT) Full text and rfc822 format available.

Message #35 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 10/18] gnu: font-misc-ethiopic: Update to 1.0.5.
Date: Mon, 12 Jun 2023 22:53:25 +0200
* gnu/packages/xorg.scm (font-misc-ethiopic): Update to 1.0.5.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 43fbaa6e09..a69f3a8678 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -713,10 +713,12 @@ (define-public font-misc-cyrillic
 (define-public font-misc-ethiopic
   (package
     (name "font-misc-ethiopic")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "1q2azkdwc4x3kh53xclwpf9q654k70lhiyns1cjq594wvxnhz339"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-misc-ethiopic-" version ".tar.xz"))
+              (sha256 "04mnd620s9wkdid9wnf181yh5vf0n7l096nc3z4zdvm1w7kafja7")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir mkfontscale))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:02 GMT) Full text and rfc822 format available.

Message #38 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 12/18] gnu: font-mutt-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:27 +0200
* gnu/packages/xorg.scm (font-mutt-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b87573d083..e0931918fd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -757,10 +757,12 @@ (define-public font-misc-misc
 (define-public font-mutt-misc
   (package
     (name "font-mutt-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "13qghgr1zzpv64m0p42195k1kc77pksiv059fdvijz1n6kdplpxx"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-mutt-misc-" version ".tar.xz"))
+              (sha256 "095vd33kqd157j6xi4sjxwdsjpwpgqliifa8nkybq8rcw7s5j8xi")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:02 GMT) Full text and rfc822 format available.

Message #41 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 15/18] gnu: font-sony-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:30 +0200
* gnu/packages/xorg.scm (font-sony-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8d6d4f8991..8ab783f453 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -817,10 +817,12 @@ (define-public font-screen-cyrillic
 (define-public font-sony-misc
   (package
     (name "font-sony-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "1xfgcx4gsgik5mkgkca31fj3w72jw9iw76qyrajrsz1lp8ka6hr0"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-sony-misc-" version ".tar.xz"))
+              (sha256 "0swlhjmmagrfkip4i9yq7cr56hains1j41mjs05nxc6c7y19zc76")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:03 GMT) Full text and rfc822 format available.

Message #44 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 17/18] gnu: font-winitzki-cyrillic: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:32 +0200
* gnu/packages/xorg.scm (font-winitzki-cyrillic): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ee09b55a8d..ed3e6e0907 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -874,10 +874,12 @@ (define-public font-util
 (define-public font-winitzki-cyrillic
   (package
     (name "font-winitzki-cyrillic")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "181n1bgq8vxfxqicmy1jpm1hnr6gwn1kdhl6hr4frjigs1ikpldb"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-winitzki-cyrillic-" version ".tar.xz"))
+              (sha256 "1a4pz8f7hz6nn9xirz2k1j81ykl3lwrpi1ydmzipciy15l984v9v")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:03 GMT) Full text and rfc822 format available.

Message #47 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 16/18] gnu: font-sun-misc: Update to 1.0.4.
Date: Mon, 12 Jun 2023 22:53:31 +0200
* gnu/packages/xorg.scm (font-sun-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8ab783f453..ee09b55a8d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -836,10 +836,12 @@ (define-public font-sony-misc
 (define-public font-sun-misc
   (package
     (name "font-sun-misc")
-    (version "1.0.3")
-    (source (xorg-font-origin
-             name version
-             "1q6jcqrffg9q5f5raivzwx9ffvf7r11g6g0b125na1bhpz5ly7s8"))
+    (version "1.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-sun-misc-" version ".tar.xz"))
+              (sha256 "17yvhk1hlajm3q57r09q8830zz7cnckrg8hgzajgyyljdl8xv16x")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:04 GMT) Full text and rfc822 format available.

Message #50 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 14/18] gnu: font-screen-cyrillic: Update to 1.0.5.
Date: Mon, 12 Jun 2023 22:53:29 +0200
* gnu/packages/xorg.scm (font-screen-cyrillic): Update to 1.0.5.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 493d617a20..8d6d4f8991 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -798,10 +798,12 @@ (define-public font-schumacher-misc
 (define-public font-screen-cyrillic
   (package
     (name "font-screen-cyrillic")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "0yayf1qlv7irf58nngddz2f1q04qkpr5jwp4aja2j5gyvzl32hl2"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-screen-cyrillic-" version ".tar.xz"))
+              (sha256 "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:05 GMT) Full text and rfc822 format available.

Message #53 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 18/18] gnu: font-xfree86-type1: Update to 1.0.5.
Date: Mon, 12 Jun 2023 22:53:33 +0200
* gnu/packages/xorg.scm (font-xfree86-type1): Update to 1.0.5.
[source]: Drop upstreamed snippet.
(xorg-font-origin): Drop obsolete macro.
(%xorg-font-origin): Drop unused procedure.
---
 gnu/packages/xorg.scm | 30 ++++++------------------------
 1 file changed, 6 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ed3e6e0907..e41ddea28f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -468,26 +468,6 @@ (define-public encodings
     (description "Xorg font encoding files.")
     (license license:public-domain)))
 
-(define (%xorg-font-origin font version hash)
-  (origin
-    (method url-fetch)
-    (uri (string-append "mirror://xorg/individual/font/" font "-"
-                        version ".tar.bz2"))
-    (sha256 hash)
-    (modules '((guix build utils)))
-    (snippet
-     ;; Do not include timestamps in '.pcf.gz' files.
-     '(begin
-        (substitute* "Makefile.in"
-          (("^COMPRESS = (.*)$" _ rest)
-           (string-append "COMPRESS = " (string-trim-right rest)
-                          " --no-name\n")))
-        #t))))
-
-(define-syntax-rule (xorg-font-origin font version hash)
-  "Expand to the 'origin' form for the given Xorg font package."
-  (%xorg-font-origin font version (base32 hash)))
-
 (define-public font-adobe100dpi
   (package
     (name "font-adobe100dpi")
@@ -893,10 +873,12 @@ (define-public font-winitzki-cyrillic
 (define-public font-xfree86-type1
   (package
     (name "font-xfree86-type1")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "0jp3zc0qfdaqfkgzrb44vi9vi0a8ygb35wp082yz7rvvxhmg9sya"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-xfree86-type1-" version ".tar.xz"))
+              (sha256 "0ds8xbgxy9h0bqn2p38vylfzn8cqkp7n51kwmw1c18ayi9w2qg59")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir mkfontscale))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:05 GMT) Full text and rfc822 format available.

Message #56 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 13/18] gnu: font-schumacher-misc: Update to 1.1.3.
Date: Mon, 12 Jun 2023 22:53:28 +0200
* gnu/packages/xorg.scm (font-schumacher-misc): Update to 1.1.3.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e0931918fd..493d617a20 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -776,10 +776,12 @@ (define-public font-mutt-misc
 (define-public font-schumacher-misc
   (package
     (name "font-schumacher-misc")
-    (version "1.1.2")
-    (source (xorg-font-origin
-             name version
-             "0nkym3n48b4v36y4s927bbkjnsmicajarnf6vlp7wxp0as304i74"))
+    (version "1.1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-schumacher-misc-" version ".tar.xz"))
+              (sha256 "0w40lr214n39al449fnm4k1bpyj3fjrhz2yxqd6a6m8yvc69z14b")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir font-util bdftopcf))
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64028; Package guix-patches. (Mon, 12 Jun 2023 21:10:06 GMT) Full text and rfc822 format available.

Message #59 received at 64028 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 64028 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 11/18] gnu: font-misc-misc: Update to 1.1.3.
Date: Mon, 12 Jun 2023 22:53:26 +0200
* gnu/packages/xorg.scm (font-misc-misc): Update to 1.1.3.
[source]: Drop upstreamed snippet.
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a69f3a8678..b87573d083 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -735,10 +735,12 @@ (define-public font-misc-ethiopic
 (define-public font-misc-misc
   (package
     (name "font-misc-misc")
-    (version "1.1.2")
-    (source (xorg-font-origin
-             name version
-             "150pq6n8n984fah34n3k133kggn9v0c5k07igv29sxp1wi07krxq"))
+    (version "1.1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-misc-misc-" version ".tar.xz"))
+              (sha256 "1vcgc6lbc53fqaz8alhxcb6f231hhvj9hn2nkzg1mclbymhy7avr")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir font-util bdftopcf))
-- 
2.40.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 18 Jun 2023 21:34:02 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Sun, 18 Jun 2023 21:34:02 GMT) Full text and rfc822 format available.

Message #64 received at 64028-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 64028-done <at> debbugs.gnu.org
Subject: Re: bug#64028: [PATCH 00/18] Update xorg fonts
Date: Sun, 18 Jun 2023 23:33:26 +0200
Hi,

Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> this series updates the xorg fonts. The main change is that upstream
> Makefiles now include the --no-name flag to gzip for reproducibility
> (see e.g. https://lists.freedesktop.org/archives/xorg/2023-February/061298.html)
> so we can drop the macro that added it.

Neat.

>   gnu: font-adobe100dpi: Update to 1.0.4.
>   gnu: font-adobe75dpi: Update to 1.0.4.
>   gnu: font-alias: Update to 1.0.5.
>   gnu: font-arabic-misc: Update to 1.0.4.
>   gnu: font-cronyx-cyrillic: Update to 1.0.4.
>   gnu: font-dec-misc: Update to 1.0.4.
>   gnu: font-isas-misc: Update to 1.0.4.
>   gnu: font-micro-misc: Update to 1.0.4.
>   gnu: font-misc-cyrillic: Update to 1.0.4.
>   gnu: font-misc-ethiopic: Update to 1.0.5.
>   gnu: font-misc-misc: Update to 1.1.3.
>   gnu: font-mutt-misc: Update to 1.0.4.
>   gnu: font-schumacher-misc: Update to 1.1.3.
>   gnu: font-screen-cyrillic: Update to 1.0.5.
>   gnu: font-sony-misc: Update to 1.0.4.
>   gnu: font-sun-misc: Update to 1.0.4.
>   gnu: font-winitzki-cyrillic: Update to 1.0.4.
>   gnu: font-xfree86-type1: Update to 1.0.5.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Jul 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.