diff options
| author | Sebastian Dümcke <code@sam-d.com> | 2024-11-07 17:50:05 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-23 16:39:19 +0100 |
| commit | 8d6389b866d91a72569ecf50ddf313c17430d34b (patch) | |
| tree | 522ab00b2916ea2b12c22e23e9f58c77c7d5a513 /etc | |
| parent | ccf72d5074b0c5ba793e686cbb1d6eaad39824bf (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.scm | 38 |
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 | ||
| 44 | AppImage-Dateiformat erlaubt es, in einer einzelnen Datei Software zu verteilen. Die | ||
| 45 | AppImage-Datei lässt sich ohne besondere Benutzerrechte ausführen. Hier ist | ||
| 46 | ein Beispiel: | ||
| 47 | |||
| 48 | @example | ||
| 49 | guix pack --format=appimage --entry-point=bin/hello hello | ||
| 50 | @end example | ||
| 51 | |||
| 52 | Siehe @command{info \"(guix.de) Aufruf von guix pack\"} für mehr | ||
| 53 | Informationen.") | ||
| 54 | (en "@command{guix pack} can now produce AppImage a single file, | ||
| 55 | self-contained software archive. AppImage files are easily distributed and can | ||
| 56 | be run with user privileges. Here is an example for the @code{hello} package: | ||
| 57 | |||
| 58 | @example | ||
| 59 | guix pack --format=appimage --entry-point=bin/hello hello | ||
| 60 | @end example | ||
| 61 | |||
| 62 | See @command{info \"(guix) Invoking guix pack\"} for more information.") | ||
| 63 | (fr "@command{guix pack} peut désormais produire un fichier | ||
| 64 | AppImage. AppImage est une manière de distribuer les logiciels en un seul | ||
| 65 | fichier, qui peut être executé avec des droits d’utilisateur. Voici un | ||
| 66 | exemple pour le paquet @code{hello} : | ||
| 67 | |||
| 68 | @example | ||
| 69 | guix pack --format=appimage --entry-point=bin/hello hello | ||
| 70 | @end example | ||
| 71 | |||
| 72 | Consultez @command{info \"(guix.fr) Invoquer guix pack\"} pour plus | ||
| 73 | d’informations."))) | ||
| 36 | 74 | ||
| 37 | (entry (commit "b93434e656eba4260df82158a96c295000d3ff44") | 75 | (entry (commit "b93434e656eba4260df82158a96c295000d3ff44") |
| 38 | (title (en "PostgreSQL service upgrade") | 76 | (title (en "PostgreSQL service upgrade") |
