mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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>
This commit is contained in:
parent
ccf72d5074
commit
8d6389b866
1 changed files with 38 additions and 0 deletions
38
etc/news.scm
38
etc/news.scm
|
@ -26,6 +26,7 @@
|
||||||
;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net>
|
;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||||
;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||||
|
;; Copyright © 2024 Sebastian Dümcke <code@sam-d.com>
|
||||||
;;
|
;;
|
||||||
;; Copying and distribution of this file, with or without modification, are
|
;; Copying and distribution of this file, with or without modification, are
|
||||||
;; permitted in any medium without royalty provided the copyright notice and
|
;; permitted in any medium without royalty provided the copyright notice and
|
||||||
|
@ -33,6 +34,43 @@
|
||||||
|
|
||||||
(channel-news
|
(channel-news
|
||||||
(version 0)
|
(version 0)
|
||||||
|
(entry (commit "ccf72d5074b0c5ba793e686cbb1d6eaad39824bf")
|
||||||
|
(title
|
||||||
|
(de "Neues Format @samp{appimage} für den Befehl @command{guix pack}")
|
||||||
|
(en "New @samp{AppImage} format for the @command{guix pack} command")
|
||||||
|
(fr "Nouveau format @samp{AppImage} pour la commande @command{guix pack}"))
|
||||||
|
(body
|
||||||
|
(de "@command{guix pack} kann nun AppImage-Dateien erstellen. Das
|
||||||
|
AppImage-Dateiformat erlaubt es, in einer einzelnen Datei Software zu verteilen. Die
|
||||||
|
AppImage-Datei lässt sich ohne besondere Benutzerrechte ausführen. Hier ist
|
||||||
|
ein Beispiel:
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix pack --format=appimage --entry-point=bin/hello hello
|
||||||
|
@end example
|
||||||
|
|
||||||
|
Siehe @command{info \"(guix.de) Aufruf von guix pack\"} für mehr
|
||||||
|
Informationen.")
|
||||||
|
(en "@command{guix pack} can now produce AppImage a single file,
|
||||||
|
self-contained software archive. AppImage files are easily distributed and can
|
||||||
|
be run with user privileges. Here is an example for the @code{hello} package:
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix pack --format=appimage --entry-point=bin/hello hello
|
||||||
|
@end example
|
||||||
|
|
||||||
|
See @command{info \"(guix) Invoking guix pack\"} for more information.")
|
||||||
|
(fr "@command{guix pack} peut désormais produire un fichier
|
||||||
|
AppImage. AppImage est une manière de distribuer les logiciels en un seul
|
||||||
|
fichier, qui peut être executé avec des droits d’utilisateur. Voici un
|
||||||
|
exemple pour le paquet @code{hello} :
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix pack --format=appimage --entry-point=bin/hello hello
|
||||||
|
@end example
|
||||||
|
|
||||||
|
Consultez @command{info \"(guix.fr) Invoquer guix pack\"} pour plus
|
||||||
|
d’informations.")))
|
||||||
|
|
||||||
(entry (commit "b93434e656eba4260df82158a96c295000d3ff44")
|
(entry (commit "b93434e656eba4260df82158a96c295000d3ff44")
|
||||||
(title (en "PostgreSQL service upgrade")
|
(title (en "PostgreSQL service upgrade")
|
||||||
|
|
Loading…
Add table
Reference in a new issue