GNU bug report logs - #37498
[PATCH 0/1] (maintenance) refcard: Use aliases.

Previous Next

Package: guix-patches;

Reported by: zimoun <zimon.toutoune <at> gmail.com>

Date: Tue, 24 Sep 2019 13:25: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 37498 in the body.
You can then email your comments to 37498 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#37498; Package guix-patches. (Tue, 24 Sep 2019 13:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to zimoun <zimon.toutoune <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 24 Sep 2019 13:25:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: zimoun <zimon.toutoune <at> gmail.com>
Subject: [PATCH 0/1] (maintenance) refcard: Use aliases.
Date: Tue, 24 Sep 2019 15:24:41 +0200
Dear,

This patch makes uniform the use of aliases of 'guix package'.
Moreover it updates the version and corrects superseded texlive-fonts-lm
package.

Thank you.

All the best,
simon


zimoun (1):
  refcard: Use aliases. Update version to 1.0.1.

 doc/refcard/build.scm         |  6 +++---
 doc/refcard/guix-refcard.lout | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#37498; Package guix-patches. (Tue, 24 Sep 2019 13:27:03 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: 37498 <at> debbugs.gnu.org
Cc: zimoun <zimon.toutoune <at> gmail.com>
Subject: [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1.
Date: Tue, 24 Sep 2019 15:26:18 +0200
* doc/refcard/guix-refcard.lout: Use all aliases. Update version to 1.0.1.
* doc/refcard/build.scm: Update 'texlive-fonts-lm' supersedes by 'texlive-lm'.
---
 doc/refcard/build.scm         |  6 +++---
 doc/refcard/guix-refcard.lout | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/refcard/build.scm b/doc/refcard/build.scm
index 0dfcead..4318ba7 100644
--- a/doc/refcard/build.scm
+++ b/doc/refcard/build.scm
@@ -14,7 +14,7 @@
 (define lout (specification->package "lout"))
 (define font-gentium (specification->package "font-sil-gentium"))
 (define font-charis (specification->package "font-sil-charis"))
-(define texlive-fonts-lm (specification->package "texlive-fonts-lm"))
+(define texlive-fonts-lm (specification->package "texlive-lm"))
 (define coreutils (specification->package "coreutils"))
 (define ttf2pt1 (specification->package "ttf2pt1"))
 
@@ -69,7 +69,7 @@ PDF."
           (invoke #$(file-append lout "/bin/lout") "-a" "-r3"
                   "-I."
                   "-F" #$(file-append font-directory "/share/fonts/type1")
-                  "-F" #$(file-append texlive-fonts-lm
+                  "-F" #$(file-append texlive-lm
                                       "/share/texmf-dist/fonts/afm/public/lm")
                   "-s" #$file "-o" ps-file)
 
@@ -77,7 +77,7 @@ PDF."
                                       "/bin:" 'suffix))
           (setenv "GS_FONTPATH"
                   (string-append #$font-directory "/share/fonts/type1:"
-                                 #$texlive-fonts-lm
+                                 #$texlive-lm
                                  "/share/texmf-dist/fonts/type1/public/lm"))
           (invoke #$(file-append ghostscript "/bin/ps2pdf")
                   "-dPDFSETTINGS=/prepress" "-sPAPERSIZE=a4"
diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout
index 37b0b36..d8cf750 100644
--- a/doc/refcard/guix-refcard.lout
+++ b/doc/refcard/guix-refcard.lout
@@ -50,7 +50,7 @@ macro @Footer {
 @Text @Begin
 
 @Heading { 1.5f @Font { GNU Guix Reference Card } }
-//1.4fx { for version 1.0.0 }
+//1.4fx { for version 1.0.1 }
 //1.2fx 
 @URL{ "https://gnu.org/software/guix/" }
 //2fx
@@ -77,10 +77,10 @@ the sequel.  Here are some examples:
 @C { Managing Packages }
 @Begin
 @Entry {  guix search @Var { regexp } @Dots  } {  search for packages  }
-@Entry {  guix package "--"show=@Var { spec }  } {  show package info  }
-@Entry {  guix package -i @Var { spec }@Dots  } {  install packages  }
-@Entry {  guix package -u [@Var { regexp }]  } {  upgrade packages  }
-@Entry {  guix package -r @Var { name}@Dots  } {  remove packages  }
+@Entry {  guix show @Var { spec }  } {  show package info  }
+@Entry {  guix install @Var { spec }@Dots  } {  install packages  }
+@Entry {  guix upgrade [@Var { regexp }]  } {  upgrade packages  }
+@Entry {  guix remove @Var { name}@Dots  } {  remove packages  }
 @Entry {  guix package -m @Var { file } } { instantiate from manifest }
 @Entry {  guix package "--"roll-back  } {  roll back  }
 @Entry {  guix package -l  } {  list profile generations  }
-- 
2.21.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 06 Nov 2019 14:40:02 GMT) Full text and rfc822 format available.

Notification sent to zimoun <zimon.toutoune <at> gmail.com>:
bug acknowledged by developer. (Wed, 06 Nov 2019 14:40:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 37498-done <at> debbugs.gnu.org
Subject: Re: [bug#37498] [PATCH 1/1] refcard: Use aliases. Update version to
 1.0.1.
Date: Wed, 06 Nov 2019 15:39:01 +0100
Hello!

zimoun <zimon.toutoune <at> gmail.com> skribis:

> * doc/refcard/guix-refcard.lout: Use all aliases. Update version to 1.0.1.
> * doc/refcard/build.scm: Update 'texlive-fonts-lm' supersedes by 'texlive-lm'.

Somehow this had fallen through the cracks.  Applied, thanks!  :-)

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Dec 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 144 days ago.

Previous Next


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