all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn via Bug reports for GNU Guix <bug-guix@gnu.org>
To: "58031@debbugs.gnu.org" <58031@debbugs.gnu.org>
Subject: bug#58031: LibreOffice 7.3.5.2 is not reproducible
Date: Fri, 25 Nov 2022 22:39:45 +0000	[thread overview]
Message-ID: <JAf8EQA_pSLylDM8WqEPzEwLuU0J3hF5eHHhy5BiMt2sLRA5aGNznfShFWVAGkYwQbO_L_G8ozCYOSZBWhvQlZAECdU3KaEZCRXb_L2kUl4=@protonmail.com> (raw)
In-Reply-To: <87tu4xetpi.fsf@inria.fr>

Hi,

From some local testing, it appears the timestamps in bpmn.otg can be addressed by adding "otg" to the list of file extensions the existing 'reset-zip-timestamps phase looks for:

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 8343f8ffc6..69319177db 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1159,7 +1159,7 @@ (define-public libreoffice
               (for-each (lambda (file)
                           (invoke "ziptime" file))
                         ;; So many different extensions for .zip files.
-                        (find-files #$output "\\.(bau|dat|otp|ott|zip)$"))))
+                        (find-files #$output "\\.(bau|dat|otg|otp|ott|zip)$"))))
           (add-after 'install 'bin-and-desktop-install
             ;; Create 'soffice' and 'libreoffice' symlinks to the executable
             ;; script.





  reply	other threads:[~2022-11-25 22:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 20:12 bug#58031: LibreOffice 7.3.5.2 is not reproducible Ludovic Courtès
2022-11-25 22:39 ` Kaelyn via Bug reports for GNU Guix [this message]
2022-11-26 22:12   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='JAf8EQA_pSLylDM8WqEPzEwLuU0J3hF5eHHhy5BiMt2sLRA5aGNznfShFWVAGkYwQbO_L_G8ozCYOSZBWhvQlZAECdU3KaEZCRXb_L2kUl4=@protonmail.com' \
    --to=bug-guix@gnu.org \
    --cc=58031@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.