unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37498] [PATCH 0/1] (maintenance) refcard: Use aliases.
@ 2019-09-24 13:24 zimoun
  2019-09-24 13:26 ` [bug#37498] [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1 zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2019-09-24 13:24 UTC (permalink / raw)
  To: 37498

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#37498] [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1.
  2019-09-24 13:24 [bug#37498] [PATCH 0/1] (maintenance) refcard: Use aliases zimoun
@ 2019-09-24 13:26 ` zimoun
  2019-11-06 14:39   ` bug#37498: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2019-09-24 13:26 UTC (permalink / raw)
  To: 37498

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#37498: [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1.
  2019-09-24 13:26 ` [bug#37498] [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1 zimoun
@ 2019-11-06 14:39   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-11-06 14:39 UTC (permalink / raw)
  To: zimoun; +Cc: 37498-done

Hello!

zimoun <zimon.toutoune@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-06 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 13:24 [bug#37498] [PATCH 0/1] (maintenance) refcard: Use aliases zimoun
2019-09-24 13:26 ` [bug#37498] [PATCH 1/1] refcard: Use aliases. Update version to 1.0.1 zimoun
2019-11-06 14:39   ` bug#37498: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).