[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
217/377: gnu: rofi: Update to 1.7.0.
From: |
guix-commits |
Subject: |
217/377: gnu: rofi: Update to 1.7.0. |
Date: |
Thu, 2 Sep 2021 17:55:36 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 8fe8f534545ee3ae40945a7bc8b5a29b3af46cdc
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Aug 29 14:00:43 2021 +0200
gnu: rofi: Update to 1.7.0.
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.0.
[inputs]: Add xcb-util-cursor.
[source]<origin>, [home-page]: Change URL to the redirected one.
---
gnu/packages/xdisorg.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 71c2ea4..acab64c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 David Wilson <david@daviwil.com>
;;; Copyright © 2020 Ivan Vilata i Balaguer <ivan@selidor.net>
-;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Damien Cassou <damien@cassou.me>
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com>
@@ -1740,15 +1740,15 @@ connectivity of the X server running on a particular
@code{DISPLAY}.")
(define-public rofi
(package
(name "rofi")
- (version "1.6.1")
+ (version "1.7.0")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/DaveDavenport/rofi/"
+ (uri (string-append "https://github.com/davatorium/rofi/"
"releases/download/"
version "/rofi-" version ".tar.xz"))
(sha256
(base32
- "12p9z8bl1gg8k024m4a6zfz7gf1zbyffardh98raqgabn6knwk22"))))
+ "1929q3dks8fqd3pfkzs0ba06gwzhlgcrfar9fpga43f3byrrbfxa"))))
(build-system gnu-build-system)
(inputs
`(("pango" ,pango)
@@ -1760,6 +1760,7 @@ connectivity of the X server running on a particular
@code{DISPLAY}.")
("libxkbcommon" ,libxkbcommon)
("libxcb" ,libxcb)
("xcb-util" ,xcb-util)
+ ("xcb-util-cursor" ,xcb-util-cursor)
("xcb-util-xrm" ,xcb-util-xrm)
("xcb-util-wm" ,xcb-util-wm)))
(native-inputs
@@ -1779,7 +1780,7 @@ connectivity of the X server running on a particular
@code{DISPLAY}.")
(("~") "")
(("g_get_home_dir \\(\\)") "\"/\""))
#t)))))
- (home-page "https://github.com/DaveDavenport/rofi")
+ (home-page "https://github.com/davatorium/rofi")
(synopsis "Application launcher")
(description "Rofi is a minimalist application launcher. It memorizes
which
applications you regularly use and also allows you to search for an application
- 202/377: gnu: python-rope: Update to 0.19.0 and remove python2-rope., (continued)
- 202/377: gnu: python-rope: Update to 0.19.0 and remove python2-rope., guix-commits, 2021/09/02
- 205/377: gnu: python-pytest-forked: Update to 1.3.0 and run test suite., guix-commits, 2021/09/02
- 204/377: gnu: python-py-next: Update to 1.10.0., guix-commits, 2021/09/02
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/02
- 209/377: gnu: Add python-pytest-xdist-next., guix-commits, 2021/09/02
- 207/377: gnu: python-pytest-mock: Update to 3.6.1 and run test suite., guix-commits, 2021/09/02
- 214/377: services: base: Honor file-system-create-mount-point? at all times., guix-commits, 2021/09/02
- 235/377: gnu: Add python-pybbi., guix-commits, 2021/09/02
- 228/377: build: Build (gnu packages rocm)., guix-commits, 2021/09/02
- 220/377: gnu: mu: Update to 1.6.5., guix-commits, 2021/09/02
- 217/377: gnu: rofi: Update to 1.7.0.,
guix-commits <=
- 226/377: bootloader: Report location of the deprecated 'target' field., guix-commits, 2021/09/02
- 222/377: gnu: guile-websocket: Update to 0.1-d17878f6., guix-commits, 2021/09/02
- 213/377: gnu: python-pytest-django: Update to 4.4.0., guix-commits, 2021/09/02
- 224/377: gnu: extra-cmake-modules: Avoid dependency on qtbase when on armhf., guix-commits, 2021/09/02
- 225/377: build: Build (gnu system setuid)., guix-commits, 2021/09/02
- 236/377: gnu: Add python-svgutils., guix-commits, 2021/09/02
- 245/377: gnu: python-scikit-learn: Update to 0.24.2., guix-commits, 2021/09/02
- 244/377: gnu: python-anndata: Fetch sources from git., guix-commits, 2021/09/02
- 243/377: gnu: python-scanpy: Update to 1.8.1., guix-commits, 2021/09/02
- 264/377: gnu: glibmm: Enable documentation., guix-commits, 2021/09/02