emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59241: closed ([PATCH 1/2] gnu: rofi: Update to 1.7.5.)


From: GNU bug Tracking System
Subject: bug#59241: closed ([PATCH 1/2] gnu: rofi: Update to 1.7.5.)
Date: Sat, 19 Nov 2022 14:04:02 +0000

Your message dated Sat, 19 Nov 2022 14:02:46 +0000
with message-id <87cz9javof.fsf@cbaines.net>
and subject line Re: [bug#59241] [PATCH 1/2] gnu: rofi: Update to 1.7.5.
has caused the debbugs.gnu.org bug report #59241,
regarding [PATCH 1/2] gnu: rofi: Update to 1.7.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59241: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59241
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: rofi: Update to 1.7.5. Date: Sun, 13 Nov 2022 14:36:55 +0800
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.5.
[arguments]<#:phases>: Adjusted according to source change.
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c4cc351cad..c09e470460 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1810,7 +1810,7 @@ (define-public xdpyprobe
 (define-public rofi
   (package
     (name "rofi")
-    (version "1.7.3")
+    (version "1.7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/davatorium/rofi/";
@@ -1818,7 +1818,7 @@ (define-public rofi
                                   version "/rofi-" version ".tar.xz"))
               (sha256
                (base32
-                "0yxn9pmn9zp0k5ygnjqbj1pmp73g53wa47r145a8qcwqzxl8p1i5"))))
+                "138c4bl60p7namsb2pk8q5cdlxbdkli7zny192vk5jv5s5kczzya"))))
     (build-system gnu-build-system)
     (native-inputs
      (list bison
@@ -1853,7 +1853,7 @@ (define-public rofi
              (substitute* '("test/helper-expand.c")
                (("~root") "/root")
                (("~") "")
-               (("g_get_home_dir \\(\\)") "\"/\"")))))))
+               (("g_get_home_dir\\(\\)") "\"/\"")))))))
     (home-page "https://github.com/davatorium/rofi";)
     (synopsis "Application launcher")
     (description "Rofi is a minimalist application launcher.  It memorizes 
which

base-commit: c4025af8c11c3e9ea0c2747b6c475c916fb61d80
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#59241] [PATCH 1/2] gnu: rofi: Update to 1.7.5. Date: Sat, 19 Nov 2022 14:02:46 +0000 User-agent: mu4e 1.8.11; emacs 28.2
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/xdisorg.scm (rofi): Update to 1.7.5.
> [arguments]<#:phases>: Adjusted according to source change.
> ---
>  gnu/packages/xdisorg.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

This and the following patch look good to me, I've pushed them to master
as 04b5450ad852735dfa50961d3afc789b2e52b407.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]