From unknown Wed Jun 18 00:23:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76191] [PATCH 1/3] gnu: rofi: Propagate inputs. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Feb 2025 04:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76191 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76191@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173924733826058 (code B ref -1); Tue, 11 Feb 2025 04:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2025 04:15:38 +0000 Received: from localhost ([127.0.0.1]:53408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thhgP-0006mD-Us for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:15:38 -0500 Received: from lists.gnu.org ([2001:470:142::17]:36966) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thhgM-0006lr-CJ for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:15:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thhgD-0004kt-Po for guix-patches@gnu.org; Mon, 10 Feb 2025 23:15:25 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thhgB-0000aO-2J for guix-patches@gnu.org; Mon, 10 Feb 2025 23:15:25 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 48CE838A3E91; Tue, 11 Feb 2025 04:15:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Qwv_057wFT7X; Tue, 11 Feb 2025 04:15:10 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 04:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d6b06380; Tue, 11 Feb 2025 04:18:51 +0000 (UTC) From: iyzsong@envs.net Date: Tue, 11 Feb 2025 12:18:48 +0800 Message-ID: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: 宋文武 * gnu/packages/xdisorg.scm (rofi) [inputs]: Move cairo, glib and pango to propagated-inputs. Change-Id: I09c06192f03c25f106c1632782e82a68e5f52630 Fixes: --- 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 From unknown Wed Jun 18 00:23:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76191] [PATCH 2/3] gnu: rofi-calc: Update to 2.3.0. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Feb 2025 04:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76191 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76191@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 76191-submit@debbugs.gnu.org id=B76191.173924742826289 (code B ref 76191); Tue, 11 Feb 2025 04:18:01 +0000 Received: (at 76191) by debbugs.gnu.org; 11 Feb 2025 04:17:08 +0000 Received: from localhost ([127.0.0.1]:53414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thhhr-0006pu-Jt for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:17:07 -0500 Received: from mail.envs.net ([5.199.136.28]:49672) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thhho-0006pe-KI for 76191@debbugs.gnu.org; Mon, 10 Feb 2025 23:17:05 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id D335538A3E91; Tue, 11 Feb 2025 04:17:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2PC96wKnZOvW; Tue, 11 Feb 2025 04:17:00 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 04:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0110e8f4; Tue, 11 Feb 2025 04:20:51 +0000 (UTC) From: iyzsong@envs.net Date: Tue, 11 Feb 2025 12:20:50 +0800 Message-ID: X-Mailer: git-send-email 2.48.1 In-Reply-To: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> References: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: 宋文武 * 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 From unknown Wed Jun 18 00:23:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76191] [PATCH 3/3] gnu: pinentry-rofi: Update to 3.0.0. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Feb 2025 04:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76191 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76191@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 76191-submit@debbugs.gnu.org id=B76191.173924743126299 (code B ref 76191); Tue, 11 Feb 2025 04:18:02 +0000 Received: (at 76191) by debbugs.gnu.org; 11 Feb 2025 04:17:11 +0000 Received: from localhost ([127.0.0.1]:53416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thhhv-0006q7-17 for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:17:11 -0500 Received: from mail.envs.net ([5.199.136.28]:47012) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thhhr-0006pq-5M for 76191@debbugs.gnu.org; Mon, 10 Feb 2025 23:17:07 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 6021E38A3ED7; Tue, 11 Feb 2025 04:17:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6ea8y5p0K4sr; Tue, 11 Feb 2025 04:17:03 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 04:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f518b852; Tue, 11 Feb 2025 04:20:58 +0000 (UTC) From: iyzsong@envs.net Date: Tue, 11 Feb 2025 12:20:56 +0800 Message-ID: <3b227829b5d7ec5ccf985eab43cf78c4e3ad7d53.1739247514.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> References: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: 宋文武 * 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 From unknown Wed Jun 18 00:23:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: iyzsong@envs.net Subject: bug#76191: closed (Re: [bug#76191] [PATCH 1/3] gnu: rofi: Propagate inputs.) Message-ID: References: <87h6507iwu.fsf@envs.net> <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> X-Gnu-PR-Message: they-closed 76191 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76191@debbugs.gnu.org Date: Tue, 11 Feb 2025 12:38:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1739277483-29920-1" This is a multi-part message in MIME format... ------------=_1739277483-29920-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76191: [PATCH 1/3] gnu: rofi: Propagate inputs. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76191@debbugs.gnu.org. --=20 76191: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76191 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739277483-29920-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76191-done) by debbugs.gnu.org; 11 Feb 2025 12:37:52 +0000 Received: from localhost ([127.0.0.1]:54779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thpWS-0007li-AT for submit@debbugs.gnu.org; Tue, 11 Feb 2025 07:37:52 -0500 Received: from mail.envs.net ([5.199.136.28]:37086) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thpWQ-0007lQ-8S for 76191-done@debbugs.gnu.org; Tue, 11 Feb 2025 07:37:51 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 7139238A3F16 for <76191-done@debbugs.gnu.org>; Tue, 11 Feb 2025 12:37:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VXaOJQap0JNy for <76191-done@debbugs.gnu.org>; Tue, 11 Feb 2025 12:37:47 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA for <76191-done@debbugs.gnu.org>; Tue, 11 Feb 2025 12:37:47 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 73dda6cd for <76191-done@debbugs.gnu.org>; Tue, 11 Feb 2025 12:41:37 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: 76191-done@debbugs.gnu.org Subject: Re: [bug#76191] [PATCH 1/3] gnu: rofi: Propagate inputs. In-Reply-To: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Tue, 11 Feb 2025 12:18:48 +0800") References: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> Date: Tue, 11 Feb 2025 20:41:37 +0800 Message-ID: <87h6507iwu.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76191-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed now, close. ------------=_1739277483-29920-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2025 04:15:38 +0000 Received: from localhost ([127.0.0.1]:53408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thhgP-0006mD-Us for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:15:38 -0500 Received: from lists.gnu.org ([2001:470:142::17]:36966) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thhgM-0006lr-CJ for submit@debbugs.gnu.org; Mon, 10 Feb 2025 23:15:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thhgD-0004kt-Po for guix-patches@gnu.org; Mon, 10 Feb 2025 23:15:25 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thhgB-0000aO-2J for guix-patches@gnu.org; Mon, 10 Feb 2025 23:15:25 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 48CE838A3E91; Tue, 11 Feb 2025 04:15:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Qwv_057wFT7X; Tue, 11 Feb 2025 04:15:10 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 04:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d6b06380; Tue, 11 Feb 2025 04:18:51 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: rofi: Propagate inputs. Date: Tue, 11 Feb 2025 12:18:48 +0800 Message-ID: <8cbae1c74df93f6f508a163278504d9b8f929655.1739247514.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: 宋文武 * gnu/packages/xdisorg.scm (rofi) [inputs]: Move cairo, glib and pango to propagated-inputs. Change-Id: I09c06192f03c25f106c1632782e82a68e5f52630 Fixes: --- 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 ------------=_1739277483-29920-1--