unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 68439@debbugs.gnu.org, 69793@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6
Date: Mon, 25 Mar 2024 06:55:46 -0700	[thread overview]
Message-ID: <4bd9cafc35b9cbd3406361ba5c47bcabb5026c3c.1711374916.git.atai@atai.org> (raw)
In-Reply-To: <deb2927dce492d285a2d4dda1658a98095715686.1710399274.git.atai@atai.org>

* gnu/packages/wm.scm (icewm): Update to 3.4.6
  [arguments]: Remove the deletion of gmo files as
  they are not regenerated correctly.

Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f
---
 gnu/packages/wm.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7d21d04094..65378040e5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -797,7 +797,7 @@ (define-public i3lock-fancy
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.4.5")
+    (version "3.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -805,7 +805,7 @@ (define-public icewm
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "1wd5k0whh2b43a72223cy19pwc29fhrhd2dnc61fha2y5ndgw6ld"))))
+                "1j4jd1fim12h8ry7jkx6y298kyn63pabih1m61rljbzvr3lyy1db"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (inputs (list fontconfig
@@ -830,13 +830,6 @@ (define-public icewm
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
-               (add-after 'unpack 'remove-gmo-files
-                 ;; gmo files are generated from .po files
-                 ;; so remove them before build to make sure
-                 ;; they are re-generated if needed
-                 (lambda _
-                   (for-each delete-file
-                             (find-files "po" "\\.gmo$"))))
                (add-after 'unpack 'skip-failing-test
                  ;; strtest.cc tests failing due to $HOME and /etc setup
                  ;; difference under guix

base-commit: 1415ea78c15043ddc9d3d3dfe9219a4160493bf1
-- 
2.34.1





  parent reply	other threads:[~2024-03-25 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  6:54 [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Andy Tai
2024-03-15  6:32 ` [bug#69793] icewm Feng Shu
2024-03-25 13:55 ` Andy Tai [this message]
2024-03-26 21:19 ` [bug#69793] Andy Tai
2024-03-27 12:59 ` bug#68439: [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Christopher Baines

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=4bd9cafc35b9cbd3406361ba5c47bcabb5026c3c.1711374916.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=68439@debbugs.gnu.org \
    --cc=69793@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).