From 68f3ba37db8e60b3c43dbd8060275b6a8293ba78 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Fri, 15 May 2020 14:09:12 +0200 Subject: news: Add ‘de’ translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/news.scm: Add a ‘de’ translation. --- etc/news.scm | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index c6e4e7d089..898f07a45c 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -13,7 +13,9 @@ (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution -engine")) +engine") + (de "@command{guix pack -RR} führt neuen Ausführungstreiber +ein")) (body (en "The @command{guix pack -RR} command allows you to create a tarball containing @dfn{relocatable binaries}. Until now, those would rely @@ -31,7 +33,28 @@ GUIX_EXECUTION_ENGINE=performance export GUIX_EXECUTION_ENGINE @end example -Run @command{info \"(guix) Invoking guix pack\"} for more information."))) +Run @command{info \"(guix) Invoking guix pack\"} for more information.") + (de "Mit dem Befehl @command{guix pack -RR} können Sie einen Tarball +mit @dfn{verschieblichen Binärdateien} erzeugen (englisch „Relocatable +Binaries“). Bisher wurden diese entweder in „unprivilegierten +Benutzernamensräumen“ ohne Berechtigungen ausgeführt, oder in PRoot, wenn +keine unprivilegierten Benutzernamensräume unterstützt wurden. Allerdings +fällt bei der Ausführung mit PRoot bei manchen Anwendungen deutlich mehr +Rechenaufwand an. + +Um dem entgegenzuwirken, stellt @command{guix pack -RR} nun eine dritte Option +zur Verfügung, die sich eine Erweiterung des GNU-Laufzeit-Binders („Run-Time +Linker“, ld.so) und Fakechroot zu Nutze macht. Dadurch entsteht fast kein +Mehraufwand. Sie können sich die schnellste Option aussuchen, wenn Sie eine +verschiebliche Binärdatei ausführen, zum Beispiel so: + +@example +GUIX_EXECUTION_ENGINE=performance +export GUIX_EXECUTION_ENGINE +@end example + +Führen Sie @command{info \"(guix.de) Aufruf von guix pack\"} aus, wenn Sie +mehr wissen wollen."))) (entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f") (title (en "New @option{--path} option for @command{guix graph}") -- cgit 1.4.1 From 489699c45676978fed745b9f1de723e73f7535ed Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 May 2020 08:25:31 -0400 Subject: news: Add entry for Btrfs subvolume boot support. * etc/news.scm: Add entry. --- etc/news.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index 898f07a45c..e059504d6a 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -11,6 +11,21 @@ (channel-news (version 0) + (entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b") + (title (en "Add support to boot from a Btrfs subvolume") + (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs")) + (body + (en "The generation of the GRUB configuration file produced from an +operating system declaration now takes into account the use of a Btrfs +subvolume for the partition holding @file{/gnu/store}. Run the command +@command{info \"(guix) Btrfs file system\"} for more information and +examples." + (fr "La génération du fichier de configuration de GRUB produite à +partir de la déclaration d'un @code{operating-system} tient maintenant compte +de l'utilisation d'un sous-volume Btrfs pour la partition contenant +@file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file +system\"} pour des exemples et plus d'information."))) + (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution engine") -- cgit 1.4.1 From 1271c14f65eb926f3fc0fb0eaebbb7e32b5f9822 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 May 2020 08:40:18 -0400 Subject: news: Update copyright. * etc/news.scm: Update copyright, as a follow-up to 489699c456. --- etc/news.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index e059504d6a..bb42cdd48c 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -3,6 +3,7 @@ ;; Copyright © 2019, 2020 Ludovic Courtès ;; Copyright © 2020 Mathieu Othacehe ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen +;; Copyright © 2020 Maxim Cournoyer ;; ;; Copying and distribution of this file, with or without modification, are ;; permitted in any medium without royalty provided the copyright notice and -- cgit 1.4.1 From 12df6684b983507b2a73e14f45d28a71cddfb3b1 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 May 2020 09:00:05 -0400 Subject: news: Add missing closing parentheses. This broke 'guix pull'. Apologies! * etc/news.scm: Fix the latest entry. --- etc/news.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index bb42cdd48c..1ba7598073 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -20,12 +20,12 @@ operating system declaration now takes into account the use of a Btrfs subvolume for the partition holding @file{/gnu/store}. Run the command @command{info \"(guix) Btrfs file system\"} for more information and -examples." +examples.") (fr "La génération du fichier de configuration de GRUB produite à partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant @file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file -system\"} pour des exemples et plus d'information."))) +system\"} pour des exemples et plus d'information.")))) (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution -- cgit 1.4.1 From ebf5e53c7d8f1d44d1efc7a7da8f529147d95389 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 20 May 2020 21:18:06 +0200 Subject: news: Remove superfluous closing bracket. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/news.scm: Use an equal number of ‘(’s and ‘)’s. --- etc/news.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index 1ba7598073..a69140b547 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,7 +25,7 @@ examples.") partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant @file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file -system\"} pour des exemples et plus d'information.")))) +system\"} pour des exemples et plus d'information."))) (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution -- cgit 1.4.1 From 52c463a9ca0b591ef095c85e421867149135628d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 20 May 2020 21:24:51 +0200 Subject: news: Add ‘nl’ translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/news.scm: Add an ‘nl’ ‘translation’. --- etc/news.scm | 11 +++++++++-- gnu/packages/gl.scm | 7 +++---- gnu/packages/xfce.scm | 8 ++++---- 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index a69140b547..aace3eaa3c 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -1,6 +1,7 @@ ;; GNU Guix news, for use by 'guix pull'. ;; ;; Copyright © 2019, 2020 Ludovic Courtès +;; Copyright © 2019, 2020 Tobias Geerinckx-Rice ;; Copyright © 2020 Mathieu Othacehe ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;; Copyright © 2020 Maxim Cournoyer @@ -14,7 +15,8 @@ (entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b") (title (en "Add support to boot from a Btrfs subvolume") - (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs")) + (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs") + (nl "Nieuwe ondersteuning voor het opstarten vanaf een Btrfs-subvolume")) (body (en "The generation of the GRUB configuration file produced from an operating system declaration now takes into account the use of a Btrfs @@ -25,7 +27,12 @@ examples.") partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant @file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file -system\"} pour des exemples et plus d'information."))) +system\"} pour des exemples et plus d'information.") + (nl "Het opmaken van het GRUB-configuratiebestand op basis van +een @code{operating-system}-declaratie houdt nu rekening met het gebruik van +een Btrfs-subvolume voor de partitie die @file{/gnu/store} bevat. Voer +@command{info \"(guix) Btrfs file system\"} uit voor meer informatie en +voorbeelden."))) (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index e024dd2756..fdc361d761 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -775,7 +775,7 @@ and visualizations.") (define-public gl2ps (package (name "gl2ps") - (version "1.4.0") + (version "1.4.2") (source (origin (method url-fetch) @@ -783,15 +783,14 @@ and visualizations.") "http://geuz.org/gl2ps/src/gl2ps-" version ".tgz")) (sha256 - (base32 - "1qpidkz8x3bxqf69hlhyz1m0jmfi9kq24fxsp7rq6wfqzinmxjq3")))) + (base32 "1sgzv547h7hrskb9qd0x5yp45kmhvibjwj2mfswv95lg070h074d")))) (build-system cmake-build-system) (inputs `(("libpng" ,libpng) ("mesa" ,mesa) ("zlib" ,zlib))) (arguments - `(#:tests? #f)) ;; no tests + `(#:tests? #f)) ; no tests (home-page "http://www.geuz.org/gl2ps/") (synopsis "OpenGL to PostScript printing library") (description "GL2PS is a C library providing high quality vector diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 61b64ef553..f447c4097d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -120,15 +120,15 @@ Xfce Desktop Environment.") (define-public xfconf (package (name "xfconf") - (version "4.14.1") + (version "4.14.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" - name "/" (version-major+minor version) "/" - name "-" version ".tar.bz2")) + "xfconf/" (version-major+minor version) "/" + "xfconf-" version ".tar.bz2")) (sha256 (base32 - "0n8d55c98ff7wgwv3qa4g369sv4iasgm1w62zq10kq5f56iy14xq")))) + "00hcb96bw5ylfs9ppblchj8zv9026m3dlf7lnmgiq5f6xyh5542q")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit 1.4.1 From fabfa9afb4816e3465ec67eb5e40ecc8e0324f18 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Thu, 21 May 2020 11:29:41 +0200 Subject: news: Add ‘de’ translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/news.scm: Add a ‘de’ translation. --- etc/news.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index aace3eaa3c..6bf88ccb44 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -15,6 +15,8 @@ (entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b") (title (en "Add support to boot from a Btrfs subvolume") + (de "Unterstützung für Systemstart von einem +Btrfs-Unterlaufwerk hinzugefügt") (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs") (nl "Nieuwe ondersteuning voor het opstarten vanaf een Btrfs-subvolume")) (body @@ -23,6 +25,11 @@ operating system declaration now takes into account the use of a Btrfs subvolume for the partition holding @file{/gnu/store}. Run the command @command{info \"(guix) Btrfs file system\"} for more information and examples.") + (de "Für die Erzeugung einer GRUB-Konfigurationsdatei aus einer +Betriebssystemdeklaration kann jetzt ein Btrfs-Unterlaufwerk („Subvolume“) für +die Partition mit @file{/gnu/store} angegeben werden. Führen Sie +@command{info \"(guix) Btrfs file system\"} aus, wenn Sie mehr Informationen +und Beispiele sehen möchten.") (fr "La génération du fichier de configuration de GRUB produite à partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant -- cgit 1.4.1