summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSebastian Dümcke <code@sam-d.com>2024-11-07 17:50:05 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-23 16:39:19 +0100
commit8d6389b866d91a72569ecf50ddf313c17430d34b (patch)
tree522ab00b2916ea2b12c22e23e9f58c77c7d5a513 /etc
parentccf72d5074b0c5ba793e686cbb1d6eaad39824bf (diff)
news: Add entry for guix pack’s AppImage format
* etc/news.scm: Add entry. Change-Id: If37b3b578517c15c2868239998975f7718f7d689 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index bf0edda00d1..0628b0fdb43 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -26,6 +26,7 @@
26;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net> 26;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net>
27;; Copyright © 2024 Zheng Junjie <873216071@qq.com> 27;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
28;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> 28;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
29;; Copyright © 2024 Sebastian Dümcke <code@sam-d.com>
29;; 30;;
30;; Copying and distribution of this file, with or without modification, are 31;; Copying and distribution of this file, with or without modification, are
31;; permitted in any medium without royalty provided the copyright notice and 32;; permitted in any medium without royalty provided the copyright notice and
@@ -33,6 +34,43 @@
33 34
34(channel-news 35(channel-news
35 (version 0) 36 (version 0)
37 (entry (commit "ccf72d5074b0c5ba793e686cbb1d6eaad39824bf")
38 (title
39 (de "Neues Format @samp{appimage} für den Befehl @command{guix pack}")
40 (en "New @samp{AppImage} format for the @command{guix pack} command")
41 (fr "Nouveau format @samp{AppImage} pour la commande @command{guix pack}"))
42 (body
43 (de "@command{guix pack} kann nun AppImage-Dateien erstellen. Das
44AppImage-Dateiformat erlaubt es, in einer einzelnen Datei Software zu verteilen. Die
45AppImage-Datei lässt sich ohne besondere Benutzerrechte ausführen. Hier ist
46ein Beispiel:
47
48@example
49guix pack --format=appimage --entry-point=bin/hello hello
50@end example
51
52Siehe @command{info \"(guix.de) Aufruf von guix pack\"} für mehr
53Informationen.")
54 (en "@command{guix pack} can now produce AppImage a single file,
55self-contained software archive. AppImage files are easily distributed and can
56be run with user privileges. Here is an example for the @code{hello} package:
57
58@example
59guix pack --format=appimage --entry-point=bin/hello hello
60@end example
61
62See @command{info \"(guix) Invoking guix pack\"} for more information.")
63 (fr "@command{guix pack} peut désormais produire un fichier
64AppImage. AppImage est une manière de distribuer les logiciels en un seul
65fichier, qui peut être executé avec des droits d’utilisateur. Voici un
66exemple pour le paquet @code{hello} :
67
68@example
69guix pack --format=appimage --entry-point=bin/hello hello
70@end example
71
72Consultez @command{info \"(guix.fr) Invoquer guix pack\"} pour plus
73d’informations.")))
36 74
37 (entry (commit "b93434e656eba4260df82158a96c295000d3ff44") 75 (entry (commit "b93434e656eba4260df82158a96c295000d3ff44")
38 (title (en "PostgreSQL service upgrade") 76 (title (en "PostgreSQL service upgrade")