From unknown Mon Aug 18 17:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58188] [PATCH] gnu: bemenu: Update to 0.6.10, use new package style. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Sep 2022 07:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58188 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58188@debbugs.gnu.org Cc: kiasoc5 X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166452192129283 (code B ref -1); Fri, 30 Sep 2022 07:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Sep 2022 07:12:01 +0000 Received: from localhost ([127.0.0.1]:40380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeABk-0007cE-QS for submit@debbugs.gnu.org; Fri, 30 Sep 2022 03:12:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:35564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeABh-0007c5-Qd for submit@debbugs.gnu.org; Fri, 30 Sep 2022 03:11:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeABf-0007pM-Sv for guix-patches@gnu.org; Fri, 30 Sep 2022 03:11:57 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44156) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeABd-0002wU-Hd for guix-patches@gnu.org; Fri, 30 Sep 2022 03:11:55 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DEEFA4C3E1; Fri, 30 Sep 2022 09:11:48 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id QgSGdRkelndX; Fri, 30 Sep 2022 09:11:47 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664521906; bh=vTEdrTKNqhl9NplYrTNBjvHtpKYSFrDjI8qjuc1GqMg=; h=From:To:Cc:Subject:Date; b=M9n6n/Ky2oFf+t0B0S26pCzVC373SBoPq/dTi2CGRyS9bBCaP52gfHMHoCbhXDTLK VIo8uDq8LKH9OfhMGhl4ckQbVmTQszILRYVwObkpOr8lXthIdzYFeDQ65yH7lZm/FE cx1An+ATqGcbJ8kSxUpqwhxD2ABkPdcj1V/A7iZ0T5vZqvyowrj7T5ceOXfgAgeQPL qpS6wd1mznUS6A9ocFor0DTCfRtHQXJFQlz+b5O8eGLXkYzVZx5Zg1snROsAzAGvly LDlGJPWzXU/sVAx7t4J9d9FIBHnCN/AE8UMSxxqoKnTzurhqKXh5S0SOArrQGg2M7G 8BBfeOFDtl9Ew== Date: Fri, 30 Sep 2022 03:10:50 -0400 Message-Id: <0e05c782c1daa781f1617a6b7faf56f68da5f294.1664521850.git.kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.10. [arguments]: Use G-expressions. Use #$output instead of assoc-ref. [inputs]: Remove labels. --- gnu/packages/xdisorg.scm | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 9908f29191..cc94cc0c95 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -313,7 +313,7 @@ (define-public autorandr (define-public bemenu (package (name "bemenu") - (version "0.6.4") + (version "0.6.10") (source (origin (method git-fetch) @@ -322,27 +322,28 @@ (define-public bemenu (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18vplvnymgc6576sdh84lm5rlwyb9d038plqpjs638hzskf4q577")))) + (base32 "0i2pv3qnb0l2ryvj9ycf9d5rng6yfk0kpjkq8hy6g956672wdzx6")))) (build-system gnu-build-system) (arguments - `(#:tests? #f - #:make-flags (list ,(string-append "CC=" (cc-for-target)) - "CFLAGS=-O2 -fPIC" - (string-append "LDFLAGS=-Wl,-rpath=" - (assoc-ref %outputs "out") "/lib") - (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:phases - (modify-phases %standard-phases - (delete 'configure)))) ; no configure script + (list + #:tests? #f + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + "CFLAGS=-O2 -fPIC" + (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib") + (string-append "PREFIX=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) ; no configure script (inputs - `(("cairo" ,cairo) - ("libx11" ,libx11) - ("libxkbcomon" ,libxkbcommon) - ("libxinerama" ,libxinerama) - ("ncurses" ,ncurses) - ("pango" ,pango) - ("wayland" ,wayland) - ("wayland-protocols" ,wayland-protocols))) + (list cairo + libx11 + libxkbcommon + libxinerama + ncurses + pango + wayland + wayland-protocols)) (native-inputs (list doxygen pkg-config)) (home-page "https://github.com/Cloudef/bemenu") base-commit: 1ee2d117d8fa9e2e0d4ec46cc5555497bb5e6337 -- 2.37.3 From unknown Mon Aug 18 17:53:43 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: kiasoc5 Subject: bug#58188: closed (Re: bug#58188: [PATCH] gnu: bemenu: Update to 0.6.10, use new package style.) Message-ID: References: <87bkqejast.fsf@gnu.org> <0e05c782c1daa781f1617a6b7faf56f68da5f294.1664521850.git.kiasoc5@disroot.org> X-Gnu-PR-Message: they-closed 58188 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58188@debbugs.gnu.org Date: Fri, 14 Oct 2022 22:33:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1665786781-16723-1" This is a multi-part message in MIME format... ------------=_1665786781-16723-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58188: [PATCH] gnu: bemenu: Update to 0.6.10, use new package style. 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 58188@debbugs.gnu.org. --=20 58188: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58188 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665786781-16723-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58188-done) by debbugs.gnu.org; 14 Oct 2022 22:33:00 +0000 Received: from localhost ([127.0.0.1]:38915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTEi-0004LW-JF for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:33:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTEf-0004LF-Lp for 58188-done@debbugs.gnu.org; Fri, 14 Oct 2022 18:32:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55832) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTEa-0007at-Fe; Fri, 14 Oct 2022 18:32:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ieYSysdXUyulCC2dDnK5pnIjD5CwDDLmuHvFWVUQhJ8=; b=JydHFkfRrsSW8OgIqQ9v qUSO+VPa7JmiF3zkb5U7O2UZl3qXPm7Dy9l8Wn41nhhhl2Dm7EqqI6jeq+H8cqK/7YG9fEiI5UrmP 0rILOaH17/GhcP2ur6O8jg+o1mbZfckv29DBiDLcnv5iLHm2kREWfOLk8jikUUmNb64VsTfNhOKmF ZTlyfUvt5L4+dyUnvopmFegE4VSU+rmPUAownygJSyMVCqj6H50313n3BVNnyP9RLCGR0Bkt3ZhGJ Q62EnPNmx69BHYOGaRxmBoH2cTYVxzR6BhSXsGmKKVbXl1i7R/Pq4F0qBYpopV2P2IlLAyOKotkm/ Qln0ewx8E7HQsw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55472 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTEZ-0001Kj-Bo; Fri, 14 Oct 2022 18:32:52 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: kiasoc5 Subject: Re: bug#58188: [PATCH] gnu: bemenu: Update to 0.6.10, use new package style. References: <0e05c782c1daa781f1617a6b7faf56f68da5f294.1664521850.git.kiasoc5@disroot.org> Date: Sat, 15 Oct 2022 00:32:50 +0200 In-Reply-To: <0e05c782c1daa781f1617a6b7faf56f68da5f294.1664521850.git.kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Fri, 30 Sep 2022 03:10:50 -0400") Message-ID: <87bkqejast.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58188-done Cc: 58188-done@debbugs.gnu.org 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: -3.3 (---) kiasoc5 skribis: > * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.10. > [arguments]: Use G-expressions. Use #$output instead of assoc-ref. > [inputs]: Remove labels. Applied, thanks! ------------=_1665786781-16723-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Sep 2022 07:12:01 +0000 Received: from localhost ([127.0.0.1]:40380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeABk-0007cE-QS for submit@debbugs.gnu.org; Fri, 30 Sep 2022 03:12:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:35564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeABh-0007c5-Qd for submit@debbugs.gnu.org; Fri, 30 Sep 2022 03:11:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeABf-0007pM-Sv for guix-patches@gnu.org; Fri, 30 Sep 2022 03:11:57 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44156) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeABd-0002wU-Hd for guix-patches@gnu.org; Fri, 30 Sep 2022 03:11:55 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DEEFA4C3E1; Fri, 30 Sep 2022 09:11:48 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id QgSGdRkelndX; Fri, 30 Sep 2022 09:11:47 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664521906; bh=vTEdrTKNqhl9NplYrTNBjvHtpKYSFrDjI8qjuc1GqMg=; h=From:To:Cc:Subject:Date; b=M9n6n/Ky2oFf+t0B0S26pCzVC373SBoPq/dTi2CGRyS9bBCaP52gfHMHoCbhXDTLK VIo8uDq8LKH9OfhMGhl4ckQbVmTQszILRYVwObkpOr8lXthIdzYFeDQ65yH7lZm/FE cx1An+ATqGcbJ8kSxUpqwhxD2ABkPdcj1V/A7iZ0T5vZqvyowrj7T5ceOXfgAgeQPL qpS6wd1mznUS6A9ocFor0DTCfRtHQXJFQlz+b5O8eGLXkYzVZx5Zg1snROsAzAGvly LDlGJPWzXU/sVAx7t4J9d9FIBHnCN/AE8UMSxxqoKnTzurhqKXh5S0SOArrQGg2M7G 8BBfeOFDtl9Ew== To: guix-patches@gnu.org Subject: [PATCH] gnu: bemenu: Update to 0.6.10, use new package style. Date: Fri, 30 Sep 2022 03:10:50 -0400 Message-Id: <0e05c782c1daa781f1617a6b7faf56f68da5f294.1664521850.git.kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 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: -2.4 (--) * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.10. [arguments]: Use G-expressions. Use #$output instead of assoc-ref. [inputs]: Remove labels. --- gnu/packages/xdisorg.scm | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 9908f29191..cc94cc0c95 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -313,7 +313,7 @@ (define-public autorandr (define-public bemenu (package (name "bemenu") - (version "0.6.4") + (version "0.6.10") (source (origin (method git-fetch) @@ -322,27 +322,28 @@ (define-public bemenu (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18vplvnymgc6576sdh84lm5rlwyb9d038plqpjs638hzskf4q577")))) + (base32 "0i2pv3qnb0l2ryvj9ycf9d5rng6yfk0kpjkq8hy6g956672wdzx6")))) (build-system gnu-build-system) (arguments - `(#:tests? #f - #:make-flags (list ,(string-append "CC=" (cc-for-target)) - "CFLAGS=-O2 -fPIC" - (string-append "LDFLAGS=-Wl,-rpath=" - (assoc-ref %outputs "out") "/lib") - (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:phases - (modify-phases %standard-phases - (delete 'configure)))) ; no configure script + (list + #:tests? #f + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + "CFLAGS=-O2 -fPIC" + (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib") + (string-append "PREFIX=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) ; no configure script (inputs - `(("cairo" ,cairo) - ("libx11" ,libx11) - ("libxkbcomon" ,libxkbcommon) - ("libxinerama" ,libxinerama) - ("ncurses" ,ncurses) - ("pango" ,pango) - ("wayland" ,wayland) - ("wayland-protocols" ,wayland-protocols))) + (list cairo + libx11 + libxkbcommon + libxinerama + ncurses + pango + wayland + wayland-protocols)) (native-inputs (list doxygen pkg-config)) (home-page "https://github.com/Cloudef/bemenu") base-commit: 1ee2d117d8fa9e2e0d4ec46cc5555497bb5e6337 -- 2.37.3 ------------=_1665786781-16723-1--