[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68439: [PATCH v2] gnu: icewm: Update to 3.4.6
From: |
Andy Tai |
Subject: |
bug#68439: [PATCH v2] gnu: icewm: Update to 3.4.6 |
Date: |
Mon, 25 Mar 2024 06:55:46 -0700 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#68439: [PATCH v2] gnu: icewm: Update to 3.4.6,
Andy Tai <=