GNU bug report logs -
#76191
[PATCH 1/3] gnu: rofi: Propagate inputs.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:16:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
To reply to this bug, email your comments to 76191 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76191
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 11 Feb 2025 04:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xdisorg.scm (rofi) [inputs]: Move cairo, glib and pango
to propagated-inputs.
Change-Id: I09c06192f03c25f106c1632782e82a68e5f52630
Fixes: <https://issues.guix.gnu.org/76184>
---
gnu/packages/xdisorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76191
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:18:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 76191 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> 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(-)
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76191
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:18:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76191 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> 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(-)
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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 11 Feb 2025 12:38:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 12:38:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 76191-done <at> debbugs.gnu.org (full text, mbox):
Pushed now, close.
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.