[PATCH 1/3] gnu: rofi: Propagate inputs.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal

Debbugs page

iyzsong wrote on 11 Feb 05:18 +0100
(address . guix-patches@gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xdisorg.scm (rofi) [inputs]: Move cairo, glib and pango
to propagated-inputs.

Change-Id: I09c06192f03c25f106c1632782e82a68e5f52630
---
gnu/packages/xdisorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 64607dc44d..d1523f0ee8 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2129,19 +2129,18 @@ (define-public rofi
`(,glib "bin")
pkg-config))
(inputs
- (list cairo
- glib
- libjpeg-turbo
+ (list libjpeg-turbo
(librsvg-for-system)
libxcb
libxkbcommon
- pango
startup-notification
xcb-util
xcb-util-cursor
xcb-util-keysyms
xcb-util-wm
xcb-util-xrm))
+ (propagated-inputs
+ (list cairo glib pango)) ;in Requires.private of rofi.pc
(native-search-paths
;; This is where rofi will search for plugins by default.
(list (search-path-specification

base-commit: 69cbb0dd25eebbb38e179c1679aa0433008d9d08
--
2.48.1
iyzsong wrote on 11 Feb 05:20 +0100
[PATCH 2/3] gnu: rofi-calc: Update to 2.3.0.
(address . 76191@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
a15907bba52fe868a622054bf53fc6c8d3cdc951.1739247514.git.iyzsong@member.fsf.org
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xdisorg.scm (rofi-calc): Update to 2.3.0.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d1523f0ee8..8c05247836 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2190,7 +2190,7 @@ (define-public rofi-wayland
(define-public rofi-calc
(package
(name "rofi-calc")
- (version "2.1.0")
+ (version "2.3.0")
(source
(origin
(method git-fetch)
@@ -2200,7 +2200,7 @@ (define-public rofi-calc
(file-name (git-file-name name version))
(sha256
(base32
- "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi"))))
+ "041i50rbk7cdbrmn43hz4kx4ijdzff4pw1jv2symwfn07z9a6f30"))))
(build-system gnu-build-system)
(arguments
(list
--
2.48.1
iyzsong wrote on 11 Feb 05:20 +0100
[PATCH 3/3] gnu: pinentry-rofi: Update to 3.0.0.
(address . 76191@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
3b227829b5d7ec5ccf985eab43cf78c4e3ad7d53.1739247514.git.iyzsong@member.fsf.org
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/gnupg.scm (pinentry-rofi): Update to 3.0.0.

Change-Id: I39ff348c93bf236a2453b2a4262ab920ce2d79c0
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 633600870b..3b402f7bfb 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -950,7 +950,7 @@ (define-public pinentry-efl
(define-public pinentry-rofi
(package
(name "pinentry-rofi")
- (version "2.1.0")
+ (version "3.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -958,7 +958,7 @@ (define-public pinentry-rofi
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1v5rl2kkvkj1pw3bn20gwa2pa7caan3hbqnr6fshv5j7h56919i7"))))
+ (base32 "0m3lv6cydx2jg7743m6lab0v1myz84xys9z2sdb1b9jiq4xmayhq"))))
(build-system gnu-build-system)
(arguments
`(#:modules
--
2.48.1
宋文武 wrote on 11 Feb 13:41 +0100
Re: [bug#76191] [PATCH 1/3] gnu: rofi: Propagate inputs.
(address . 76191-done@debbugs.gnu.org)
87h6507iwu.fsf@envs.net
Pushed now, close.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76191@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76191
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch