unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6
@ 2024-03-14  6:54 Andy Tai
  2024-03-15  6:32 ` [bug#69793] icewm Feng Shu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andy Tai @ 2024-03-14  6:54 UTC (permalink / raw)
  To: 69793; +Cc: Andy Tai

* gnu/packages/wm.scm (icewm): Update to 3.4.6

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a6f1ecd5c9..2d2d98db84 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

base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#69793] icewm
  2024-03-14  6:54 [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Andy Tai
@ 2024-03-15  6:32 ` Feng Shu
  2024-03-25 13:55 ` [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6 Andy Tai
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Feng Shu @ 2024-03-15  6:32 UTC (permalink / raw)
  To: 69793


Do not forget this bug: https://issues.guix.gnu.org/68439


-- 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6
  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
  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
  3 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-03-25 13:55 UTC (permalink / raw)
  To: 68439, 69793; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#69793]
  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 ` [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6 Andy Tai
@ 2024-03-26 21:19 ` Andy Tai
  2024-03-27 12:59 ` bug#68439: [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Christopher Baines
  3 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-03-26 21:19 UTC (permalink / raw)
  To: 69793

patch passes Guix QA: https://qa.guix.gnu.org/issue/69793




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#68439: [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6
  2024-03-14  6:54 [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Andy Tai
                   ` (2 preceding siblings ...)
  2024-03-26 21:19 ` [bug#69793] Andy Tai
@ 2024-03-27 12:59 ` Christopher Baines
  3 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2024-03-27 12:59 UTC (permalink / raw)
  To: Andy Tai; +Cc: 68439-done, guix-patches, 69793-done

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]


Andy Tai <atai@atai.org> writes:

> * gnu/packages/wm.scm (icewm): Update to 3.4.6
>
> Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks both, I've pushed this to master as
8cc450e59a4c83fa39097964f62c2b2c84e0aee3.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-27 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6 Andy Tai
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

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).