unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43378] [PATCH] Update rofi to 1.6.0.
@ 2020-09-13 13:54 Gabriel Arazas
  2020-09-14  7:12 ` bug#43378: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Arazas @ 2020-09-13 13:54 UTC (permalink / raw)
  To: 43378

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

I don't know if this is currently being updated by someone else. I've 
searched the Debbugs issue tracker for this before completing this but 
better be done than nothing, I guess.

There is an attached patch that updates rofi to 1.6.0 as released at 
least a week ago ( https://github.com/davatorium/rofi/releases/tag/1.6.0 ).

I've tested the build with the latest features (e.g., custom mode 
scripts, initial media support) and it is working so far on my end.


[-- Attachment #2: 0001-gnu-rofi-Update-to-1.6.0.patch --]
[-- Type: text/x-patch, Size: 1832 bytes --]

From 9199caf17c4112fb6e1c8a12977052cfb2265f83 Mon Sep 17 00:00:00 2001
From: Gabriel Arazas <foo.dogsquared@gmail.com>
Date: Sun, 13 Sep 2020 21:39:12 +0800
Subject: [PATCH] gnu: rofi: Update to 1.6.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.6.0.
[inputs]: Add libjpeg-turbo.
---
 gnu/packages/xdisorg.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 50cde39e81..44f903ccb0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -39,6 +39,7 @@
 ;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
 ;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1453,7 +1454,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
 (define-public rofi
   (package
     (name "rofi")
-    (version "1.5.4")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/DaveDavenport/rofi/"
@@ -1461,13 +1462,14 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
                                   version "/rofi-" version ".tar.xz"))
               (sha256
                (base32
-                "1nslmyqyzhfr4hxd4llqkkkb8ap8apkdna32rllvar7r576059ci"))))
+                "0566b499lbpfb1gk4p17iw78ywmk9l2jww1kqjbdanrl22hai1y4"))))
     (build-system gnu-build-system)
     (inputs
      `(("pango" ,pango)
        ("cairo" ,cairo)
        ("glib" ,glib)
        ("startup-notification" ,startup-notification)
+       ("libjpeg" ,libjpeg-turbo)
        ("librsvg" ,librsvg)
        ("libxkbcommon" ,libxkbcommon)
        ("libxcb" ,libxcb)
-- 
2.28.0


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

* bug#43378: [PATCH] Update rofi to 1.6.0.
  2020-09-13 13:54 [bug#43378] [PATCH] Update rofi to 1.6.0 Gabriel Arazas
@ 2020-09-14  7:12 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-09-14  7:12 UTC (permalink / raw)
  To: Gabriel Arazas; +Cc: 43378-done

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

Looks good. Patch pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

end of thread, other threads:[~2020-09-14  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 13:54 [bug#43378] [PATCH] Update rofi to 1.6.0 Gabriel Arazas
2020-09-14  7:12 ` bug#43378: " Efraim Flashner

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