guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xournalpp: Remove outdated comments.


From: guix-commits
Subject: branch master updated: gnu: xournalpp: Remove outdated comments.
Date: Thu, 16 Apr 2020 17:43:57 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 91fb989  gnu: xournalpp: Remove outdated comments.
91fb989 is described below

commit 91fb989f105691a3c0b713c710bd9b27d4def4fc
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Thu Apr 16 23:43:50 2020 +0200

    gnu: xournalpp: Remove outdated comments.
    
    * gnu/packages/pdf.scm (xournalpp): Remove outdated comments.  This is
    a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.
---
 gnu/packages/pdf.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 39e41c7..f23f1e3 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -844,11 +844,6 @@ using a stylus.")
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-permissions-on-po-files
            (lambda _
-             ;; ;; Always generate translations.  A recent upstream patch
-             ;; ;; disabled it.
-             ;; (substitute* "po/CMakeLists.txt"
-             ;;   (("gettext_create_translations \\(\"\\$\\{potfile\\}\"\\)")
-             ;;    "gettext_create_translations (\"${potfile}\" ALL)"))
              ;; Make sure 'msgmerge' can modify the PO files.
              (for-each (lambda (po) (chmod po #o666))
                        (find-files "." "\\.po$"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]