GNU bug report logs - #73221
[PATCH] gnu: bemenu: Update to 0.6.23.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Fri, 13 Sep 2024 07:25:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 73221 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23.
Date: Fri, 13 Sep 2024 09:24:06 +0200
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23.
[arguments]: Drop redundant make flags.

Change-Id: Ia613c2be1c1af6c43adba4443ba9b99ed35dc0f0
---
 gnu/packages/xdisorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index dfd4000cf5..9ecc654f8c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -332,7 +332,7 @@ (define-public autorandr
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.6.21")
+    (version "0.6.23")
     (source
      (origin
        (method git-fetch)
@@ -341,14 +341,13 @@ (define-public bemenu
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a97h711nbwi01a3vv2944m8gyzi04hgfpiizrzinx79n4vp1zhk"))))
+        (base32 "0a4ihg1v1yyfwi4qq2zybhy39vw3nikd5qjrd5x3nxgjd0knmynj"))))
     (build-system gnu-build-system)
     (arguments
      (list
       #:tests? #f ; there are no tests
       #:make-flags
       #~(list (string-append "CC=" #$(cc-for-target))
-              "CFLAGS=-O2 -fPIC"
               (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
               (string-append "PREFIX=" #$output))
       #:phases

base-commit: 98bc13b9ea5f22a60de6c289d59072638001e08e
-- 
2.46.0





This bug report was last modified 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.