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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73221 in the body.
You can then email your comments to 73221 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73221; Package guix-patches. (Fri, 13 Sep 2024 07:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 13 Sep 2024 07:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 25 Sep 2024 16:02:02 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Wed, 25 Sep 2024 16:02:02 GMT) Full text and rfc822 format available.

Message #10 received at 73221-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 73221-done <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23.
Date: Wed, 25 Sep 2024 18:00:06 +0200
Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23.
> [arguments]: Drop redundant make flags.
>
> Change-Id: Ia613c2be1c1af6c43adba4443ba9b99ed35dc0f0

Pushed as 6fd261b2e0446f3c80f5534371586dfcc12371d3.

(Tobias, please make sure to close such tickets.  :-))

Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Oct 2024 11:24:11 GMT) Full text and rfc822 format available.

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.