[PATCH 0/1] (maintenance) refcard: Use aliases.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • zimoun
Owner
unassigned
Submitted by
zimoun
Severity
normal
Z
Z
zimoun wrote on 24 Sep 2019 15:24
(address . guix-patches@gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20190924132441.14233-1-zimon.toutoune@gmail.com
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
Z
Z
zimoun wrote on 24 Sep 2019 15:26
[PATCH 1/1] refcard: Use aliases. Update version to 1.0.1.
(address . 37498@debbugs.gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20190924132618.14290-1-zimon.toutoune@gmail.com
* 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(-)

Toggle diff (61 lines)
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
L
L
Ludovic Courtès wrote on 6 Nov 2019 15:39
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 37498-done@debbugs.gnu.org)
87h83h2hoa.fsf@gnu.org
Hello!

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

Toggle quote (3 lines)
> * 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’.
Closed
?