From unknown Sun Aug 10 16:46:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47499] [PATCH] Update waybar Resent-From: pricly_yellow@dismail.de Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 30 Mar 2021 14:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47499 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47499@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161711557611079 (code B ref -1); Tue, 30 Mar 2021 14:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Mar 2021 14:46:16 +0000 Received: from localhost ([127.0.0.1]:52558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRFdH-0002s4-Iq for submit@debbugs.gnu.org; Tue, 30 Mar 2021 10:46:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:48578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRCap-00045K-TW for submit@debbugs.gnu.org; Tue, 30 Mar 2021 07:31:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRCap-0000Zm-Mc for guix-patches@gnu.org; Tue, 30 Mar 2021 07:31:31 -0400 Received: from mx1.dismail.de ([78.46.223.134]:9180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRCak-0006FO-2O for guix-patches@gnu.org; Tue, 30 Mar 2021 07:31:31 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 75630fe2 for ; Tue, 30 Mar 2021 13:31:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to; s=20190914; bh=y3syCEWtYH0+gmNiFgO+mvgiI Lnibj4wGZDTjmHEMLs=; b=o+EJb1qm20KTMxDe+ZB6H0UnLzuL4bk4O1xuiTg7v N5WlkP0aVXdmRqn9wCj95vw5klYS0kV4cuJwUn9Mcoa4RiCOyVMIvaPXQpwbMKta RMg3pmX+BxvmQBLaZhRTgVHrJTdvSCyMD/3r1HQQeOor/kQ9yI4ZFBVRzD4st+VG qEJUDoC7PaXDEp3SkrGJZFcNwrF/zhYFHzGONx9hqdXcas32NdyxRVNWSflhXx90 1VNmJkon/UyXWfelNZsffeWCPc8urUZGG/9wYPjC4TzO25wJ7M79TrUYmWz5Q5Im v6zsNX/11aGrWGx5Psa1rty0vI6QHf8ZXhrfTuI/n2NNQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 88df1d87 for ; Tue, 30 Mar 2021 13:31:20 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 4b63c66b for ; Tue, 30 Mar 2021 13:31:19 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 9e2e1651 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 30 Mar 2021 13:31:17 +0200 (CEST) MIME-Version: 1.0 Date: Tue, 30 Mar 2021 11:31:17 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.14.0a From: pricly_yellow@dismail.de Message-ID: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> Received-SPF: pass client-ip=78.46.223.134; envelope-from=pricly_yellow@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, 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-Mailman-Approved-At: Tue, 30 Mar 2021 10:46:14 -0400 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 (--) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm=0Aindex 6105a98f14= ..96e1527d5c 100644=0A--- a/gnu/packages/wm.scm=0A+++ b/gnu/packages/wm.s= cm=0A@@ -1569,7 +1569,7 @@ modules for building a Wayland compositor.")= =0A (define-public waybar=0A (package=0A (name "waybar")=0A- (ve= rsion "0.9.4")=0A+ (version "0.9.5")=0A (source=0A (origin=0A= (method git-fetch)=0A@@ -1578,10 +1578,10 @@ modules for building= a Wayland compositor.")=0A (commit version)))=0A (fi= le-name (git-file-name name version))=0A (sha256=0A- (base3= 2 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76fy"))))=0A+ (= base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1l9q"))))=0A = (build-system meson-build-system)=0A (inputs `(("date" ,date)=0A- = ("fmt" ,fmt-6)=0A+ ("fmt" ,fmt)=0A (= "gtk-layer-shell" ,gtk-layer-shell)=0A ("gtkmm" ,gtkmm)=0A = ("jsoncpp" ,jsoncpp)=0A@@ -1590,7 +1590,7 @@ modules for bu= ilding a Wayland compositor.")=0A ("libmpdclent" ,libmpdcli= ent)=0A ("libnl" ,libnl)=0A ("pulseaudio" ,pu= lseaudio)=0A- ("spdlog" ,spdlog-1.7)=0A+ ("spdl= og" ,spdlog)=0A ("wayland" ,wayland)))=0A (native-input= s=0A `(("gcc" ,gcc-8) ; for #include From unknown Sun Aug 10 16:46:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47499] [PATCH] Update waybar Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 31 Mar 2021 14:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47499 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pricly_yellow@dismail.de Cc: 47499@debbugs.gnu.org Received: via spool by 47499-submit@debbugs.gnu.org id=B47499.161720120318496 (code B ref 47499); Wed, 31 Mar 2021 14:34:01 +0000 Received: (at 47499) by debbugs.gnu.org; 31 Mar 2021 14:33:23 +0000 Received: from localhost ([127.0.0.1]:55063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRbuN-0004oF-9s for submit@debbugs.gnu.org; Wed, 31 Mar 2021 10:33:23 -0400 Received: from flashner.co.il ([178.62.234.194]:46312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRbuK-0004nz-Ny for 47499@debbugs.gnu.org; Wed, 31 Mar 2021 10:33:21 -0400 Received: from localhost (unknown [31.210.177.71]) by flashner.co.il (Postfix) with ESMTPSA id BFBFB40895; Wed, 31 Mar 2021 14:33:14 +0000 (UTC) Date: Wed, 31 Mar 2021 17:32:32 +0300 From: Efraim Flashner Message-ID: References: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CoJepAgc6j0mYZAt" Content-Disposition: inline In-Reply-To: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 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 (-) --CoJepAgc6j0mYZAt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks for your patch. The commit message can use a bit more information so it's easy to follow what happened by just reading it. gnu: waybar: Update to 0.9.5. * gnu/packages/wm.scm (waybar): Update to 0.9.5. [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog. Also, if this is the last package which needs fmt-6 and spdlog-1.7 those can also be removed as part of this commit. I don't run sway myself, does the new version work with the updated dependencies? On Tue, Mar 30, 2021 at 11:31:17AM +0000, pricly_yellow--- via Guix-patches= via wrote: > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 6105a98f14..96e1527d5c 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -1569,7 +1569,7 @@ modules for building a Wayland compositor.") > (define-public waybar > (package > (name "waybar") > - (version "0.9.4") > + (version "0.9.5") > (source > (origin > (method git-fetch) > @@ -1578,10 +1578,10 @@ modules for building a Wayland compositor.") > (commit version))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76fy"))= )) > + (base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1l9q"))= )) > (build-system meson-build-system) > (inputs `(("date" ,date) > - ("fmt" ,fmt-6) > + ("fmt" ,fmt) > ("gtk-layer-shell" ,gtk-layer-shell) > ("gtkmm" ,gtkmm) > ("jsoncpp" ,jsoncpp) > @@ -1590,7 +1590,7 @@ modules for building a Wayland compositor.") > ("libmpdclent" ,libmpdclient) > ("libnl" ,libnl) > ("pulseaudio" ,pulseaudio) > - ("spdlog" ,spdlog-1.7) > + ("spdlog" ,spdlog) > ("wayland" ,wayland))) > (native-inputs > `(("gcc" ,gcc-8) ; for #include >=20 >=20 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --CoJepAgc6j0mYZAt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBkiAAACgkQQarn3Mo9 g1Eisg//URvEVFF6GfOadi89Zqgb8QjK4vy7PjWVvxTJ3Vtegwi093+0gvCnG6sb wNPzNTaf5e/Hx5eGmjupAUyGTGjQB2iUCBXdzCcT/H0y7jzMSuvY6RX5VhfTUMdL 3tdKPQQWNzBnNcUpC/6kH2ExQ9vdNWGI9KQSXKhH43FyYg+LxBy4QUIK2c+C+Yv9 HTe4XpR1vGvPt6D/JaXyQbr5JId7PVA6iPnFaUWDsvI602a/XANLxi5e/3nh5KNC /Vlp7cA3twyepAre0l1BnFY2SXVRZkad93IB+SfvGY84XvjTPvfkWVxShFYIGFeS +cb/A+11ky4hMO6YEuYKaiYvkiOnV/OUcOYhnIBbt6nIZHFYxlbaEM7xxaaOFX0c 0V8TZNhLH5SS66g0597uec7kvbaT0sX/URFfKh8aAXmF1CyVrigc8IGJxjYr2dF0 IW4bvIvf3HRK5GFmtmBcMErgn6HaGPQ160Qf7w9LN1xB0E0vqOpm3gZsClL+jftM j70UnoXGZaBBE1WaZTSf6OjS12ZpWFMr3hewyMOeNeZFxIIxiu7k+sB3HxCy5icD JiQ9StQ+GbwM0JD83pLjHoSfRCEWuksc/5Qzq7cxFvjrZh6R2l7IeyY3fxuPcfCK vRyCmSQ7jMzaGo4eQfMW+/KNr0mm76LVN2h9+T3uOkgGJFu+PVI= =HFjv -----END PGP SIGNATURE----- --CoJepAgc6j0mYZAt-- From unknown Sun Aug 10 16:46:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47499] [PATCH] Update waybar Resent-From: pricly_yellow@dismail.de Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 01 Apr 2021 06:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47499 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Efraim Flashner" Cc: 47499@debbugs.gnu.org Received: via spool by 47499-submit@debbugs.gnu.org id=B47499.161725740418618 (code B ref 47499); Thu, 01 Apr 2021 06:11:02 +0000 Received: (at 47499) by debbugs.gnu.org; 1 Apr 2021 06:10:04 +0000 Received: from localhost ([127.0.0.1]:55941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRqWq-0004qE-3i for submit@debbugs.gnu.org; Thu, 01 Apr 2021 02:10:04 -0400 Received: from mx1.dismail.de ([78.46.223.134]:25453) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRqWn-0004pd-I4 for 47499@debbugs.gnu.org; Thu, 01 Apr 2021 02:10:03 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7dfcee46; Thu, 1 Apr 2021 08:09:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=kZxfWxITSVwby4vZuP06hqB9PNkvkk39/hsxakbxLLQ=; b=Ql26h/Ti4lWz 03uOo/or6d/YGbExm+tzvrDEkFhFh06cBbq8w5X13RArdUYiGxwNfyb/eFL8gKC9 fInDSe9QporXj3HABr6Yzx4LwUcqR5D4ZB2HSWkUjjJamc+m6X4QqrbZj8GEaNLh 3zi+2oqE1+l0FbI4GD6TKmQvEQ7FPSJYgoRKLAduyzmVap+yMy8Z8qX62zxTNRO3 AT5G1YmDfFuOB9B5f4VSRup9fMTWtsMzh1F4ElOtbSKinbtvDqtiJKhaRGVqUIbo HB1VzPX9sKpjkMjyaAuIxfyS77mVw9M4KGt2KwP7DdKn7ngdQ+eUz/W7nukqmulG CcnT2zGNxw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id bd882864; Thu, 1 Apr 2021 08:09:54 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id d1ceb421; Thu, 1 Apr 2021 08:09:53 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 30dd31fe (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 1 Apr 2021 08:09:53 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 01 Apr 2021 06:09:52 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.14.0a From: pricly_yellow@dismail.de Message-ID: <6b52af4f96771757e24047262158fcaf@dismail.de> In-Reply-To: References: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> X-Spam-Score: -2.3 (--) 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 (---) Thanks for your comments, I tested new version with different configurati= ons, look's fine.=0A=0AThis patch for delete fmt-6 and spdlog-1.7, becaus= e this packages is not needs.=0A=0Adiff --git a/gnu/packages/pretty-print= .scm b/gnu/packages/pretty-print.scm=0Aindex af02fd91a9..4662a1e717 10064= 4=0A--- a/gnu/packages/pretty-print.scm=0A+++ b/gnu/packages/pretty-print= .scm=0A@@ -189,19 +189,6 @@ to @code{IOStreams}.")=0A;; The library is bs= d-2, but documentation and tests include other licenses.=0A(license (list= bsd-2 bsd-3 psfl))))=0A=0A-(define-public fmt-6=0A- (package=0A- (inheri= t fmt)=0A- (name "fmt")=0A- (version "6.2.1")=0A- (source=0A- (origin=0A-= (method url-fetch)=0A- (uri (string-append "https://github.com/fmtlib/fm= t/releases/download"=0A- version "/fmt-" version ".zip"))=0A- (sha256=0A-= (base32 "06l8g59frbsbwj15kg6x2bbn6p8yidh6wzsigdhbdjncvm1agzll"))))))=0A-= =0A(define-public source-highlight=0A(package=0A(name "source-highlight")= =0A=0Adiff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm=0A= index b879fecebc..6a4975e435 100644=0A--- a/gnu/packages/logging.scm=0A++= + b/gnu/packages/logging.scm=0A@@ -214,19 +214,3 @@ library.")=0A;; spdlo= g is under Expat license, but the bundled fmt library in=0A;; "include/sp= dlog/fmt/bundled" is under BSD 2 clause license.=0A(license (list license= :expat license:bsd-2))))=0A-=0A-(define-public spdlog-1.7=0A- (package=0A= - (inherit spdlog)=0A- (name "spdlog")=0A- (version "1.7.0")=0A- (source= =0A- (origin=0A- (method git-fetch)=0A- (uri (git-reference=0A- (url "htt= ps://github.com/gabime/spdlog")=0A- (commit (string-append "v" version)))= )=0A- (file-name (git-file-name name version))=0A- (sha256=0A- (base32=0A= - "1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j"))))))=0A=0AMarch= 31, 2021 2:33 PM, "Efraim Flashner" wrote:=0A=0A= > Thanks for your patch. The commit message can use a bit more=0A> inform= ation so it's easy to follow what happened by just reading it.=0A> =0A> g= nu: waybar: Update to 0.9.5.=0A> =0A> * gnu/packages/wm.scm (waybar): Upd= ate to 0.9.5.=0A> [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlo= g.=0A> =0A> Also, if this is the last package which needs fmt-6 and spdlo= g-1.7 those=0A> can also be removed as part of this commit.=0A> =0A> I do= n't run sway myself, does the new version work with the updated=0A> depen= dencies?=0A> =0A> On Tue, Mar 30, 2021 at 11:31:17AM +0000, pricly_yellow= --- via Guix-patches via wrote:=0A> =0A>> diff --git a/gnu/packages/wm.sc= m b/gnu/packages/wm.scm=0A>> index 6105a98f14..96e1527d5c 100644=0A>> ---= a/gnu/packages/wm.scm=0A>> +++ b/gnu/packages/wm.scm=0A>> @@ -1569,7 +15= 69,7 @@ modules for building a Wayland compositor.")=0A>> (define-public = waybar=0A>> (package=0A>> (name "waybar")=0A>> - (version "0.9.4")=0A>> += (version "0.9.5")=0A>> (source=0A>> (origin=0A>> (method git-fetch)=0A>>= @@ -1578,10 +1578,10 @@ modules for building a Wayland compositor.")=0A>= > (commit version)))=0A>> (file-name (git-file-name name version))=0A>> (= sha256=0A>> - (base32 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76= fy"))))=0A>> + (base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1= l9q"))))=0A>> (build-system meson-build-system)=0A>> (inputs `(("date" ,d= ate)=0A>> - ("fmt" ,fmt-6)=0A>> + ("fmt" ,fmt)=0A>> ("gtk-layer-shell" ,g= tk-layer-shell)=0A>> ("gtkmm" ,gtkmm)=0A>> ("jsoncpp" ,jsoncpp)=0A>> @@ -= 1590,7 +1590,7 @@ modules for building a Wayland compositor.")=0A>> ("lib= mpdclent" ,libmpdclient)=0A>> ("libnl" ,libnl)=0A>> ("pulseaudio" ,pulsea= udio)=0A>> - ("spdlog" ,spdlog-1.7)=0A>> + ("spdlog" ,spdlog)=0A>> ("wayl= and" ,wayland)))=0A>> (native-inputs=0A>> `(("gcc" ,gcc-8) ; for #include= =0A> =0A> --=0A> Efraim Flashner =D7= =90=D7=A4=D7=A8=D7=99=D7=9D =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8=0A> GPG key = =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351=0A> Confidentiality= cannot be guaranteed on emails sent or received unencrypted From unknown Sun Aug 10 16:46:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47499] [PATCH] Update waybar Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 01 Apr 2021 07:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47499 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pricly_yellow@dismail.de Cc: 47499@debbugs.gnu.org Received: via spool by 47499-submit@debbugs.gnu.org id=B47499.161726369128687 (code B ref 47499); Thu, 01 Apr 2021 07:55:01 +0000 Received: (at 47499) by debbugs.gnu.org; 1 Apr 2021 07:54:51 +0000 Received: from localhost ([127.0.0.1]:56046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsAF-0007Sd-2W for submit@debbugs.gnu.org; Thu, 01 Apr 2021 03:54:51 -0400 Received: from flashner.co.il ([178.62.234.194]:49680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsAD-0007SN-8Q for 47499@debbugs.gnu.org; Thu, 01 Apr 2021 03:54:49 -0400 Received: from localhost (unknown [31.210.177.71]) by flashner.co.il (Postfix) with ESMTPSA id 675C840271; Thu, 1 Apr 2021 07:54:43 +0000 (UTC) Date: Thu, 1 Apr 2021 10:53:45 +0300 From: Efraim Flashner Message-ID: References: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> <6b52af4f96771757e24047262158fcaf@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="y+yeuIePvysm28yj" Content-Disposition: inline In-Reply-To: <6b52af4f96771757e24047262158fcaf@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 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 (-) --y+yeuIePvysm28yj Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 01, 2021 at 06:09:52AM +0000, pricly_yellow@dismail.de wrote: > Thanks for your comments, I tested new version with different configurati= ons, look's fine. >=20 > This patch for delete fmt-6 and spdlog-1.7, because this packages is not = needs. Thanks. Patch applied! > diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm > index af02fd91a9..4662a1e717 100644 > --- a/gnu/packages/pretty-print.scm > +++ b/gnu/packages/pretty-print.scm > @@ -189,19 +189,6 @@ to @code{IOStreams}.") > ;; The library is bsd-2, but documentation and tests include other licens= es. > (license (list bsd-2 bsd-3 psfl)))) >=20 > -(define-public fmt-6 > - (package > - (inherit fmt) > - (name "fmt") > - (version "6.2.1") > - (source > - (origin > - (method url-fetch) > - (uri (string-append "https://github.com/fmtlib/fmt/releases/download" > - version "/fmt-" version ".zip")) > - (sha256 > - (base32 "06l8g59frbsbwj15kg6x2bbn6p8yidh6wzsigdhbdjncvm1agzll")))))) > - > (define-public source-highlight > (package > (name "source-highlight") >=20 > diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm > index b879fecebc..6a4975e435 100644 > --- a/gnu/packages/logging.scm > +++ b/gnu/packages/logging.scm > @@ -214,19 +214,3 @@ library.") > ;; spdlog is under Expat license, but the bundled fmt library in > ;; "include/spdlog/fmt/bundled" is under BSD 2 clause license. > (license (list license:expat license:bsd-2)))) > - > -(define-public spdlog-1.7 > - (package > - (inherit spdlog) > - (name "spdlog") > - (version "1.7.0") > - (source > - (origin > - (method git-fetch) > - (uri (git-reference > - (url "https://github.com/gabime/spdlog") > - (commit (string-append "v" version)))) > - (file-name (git-file-name name version)) > - (sha256 > - (base32 > - "1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j")))))) >=20 > March 31, 2021 2:33 PM, "Efraim Flashner" wrote: >=20 > > Thanks for your patch. The commit message can use a bit more > > information so it's easy to follow what happened by just reading it. > >=20 > > gnu: waybar: Update to 0.9.5. > >=20 > > * gnu/packages/wm.scm (waybar): Update to 0.9.5. > > [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog. > >=20 > > Also, if this is the last package which needs fmt-6 and spdlog-1.7 those > > can also be removed as part of this commit. > >=20 > > I don't run sway myself, does the new version work with the updated > > dependencies? > >=20 > > On Tue, Mar 30, 2021 at 11:31:17AM +0000, pricly_yellow--- via Guix-pat= ches via wrote: > >=20 > >> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > >> index 6105a98f14..96e1527d5c 100644 > >> --- a/gnu/packages/wm.scm > >> +++ b/gnu/packages/wm.scm > >> @@ -1569,7 +1569,7 @@ modules for building a Wayland compositor.") > >> (define-public waybar > >> (package > >> (name "waybar") > >> - (version "0.9.4") > >> + (version "0.9.5") > >> (source > >> (origin > >> (method git-fetch) > >> @@ -1578,10 +1578,10 @@ modules for building a Wayland compositor.") > >> (commit version))) > >> (file-name (git-file-name name version)) > >> (sha256 > >> - (base32 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76fy")))) > >> + (base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1l9q")))) > >> (build-system meson-build-system) > >> (inputs `(("date" ,date) > >> - ("fmt" ,fmt-6) > >> + ("fmt" ,fmt) > >> ("gtk-layer-shell" ,gtk-layer-shell) > >> ("gtkmm" ,gtkmm) > >> ("jsoncpp" ,jsoncpp) > >> @@ -1590,7 +1590,7 @@ modules for building a Wayland compositor.") > >> ("libmpdclent" ,libmpdclient) > >> ("libnl" ,libnl) > >> ("pulseaudio" ,pulseaudio) > >> - ("spdlog" ,spdlog-1.7) > >> + ("spdlog" ,spdlog) > >> ("wayland" ,wayland))) > >> (native-inputs > >> `(("gcc" ,gcc-8) ; for #include > >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --y+yeuIePvysm28yj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBlfAgACgkQQarn3Mo9 g1Fy3w/+LQTGCkUbYRwfd4oCcVF/I3oEAX5+TZf+7OBJGtnZEqjY+Lhgh9W3U+GM 9pIjISmbUbIncWUtz9I7HNIOkk61xfFyaBdzTlNWA2syVVYSEBJlY3+IctKtsF42 /YXmCWsnmWSYcAK+rCtkILSdVVz058xqV/tCf1/JxASDkNXyaHEFkApcKOk5HRJo 7N3HXC7Q9a4XKyYZOMeDDW7EaxQGsmW4M4uDj4NcqISEy9NUV+gFIJrP/L0Fgeqw B6Rx2oGz10oRZZDLkx69qCfXDv4GhuRtGXNTwzDD5jmV3z+FVu+kPykEpOOK/dss 0TKDILeMXjqug2GDKIxKYNuhdglObpFSzKa0bdy9nMFxKuLut0RsgW4v5BE16vxR OZMl9QXJqELPIDp3IQw0V1FfL06xRgpaEx0KQLH2789STUlkPfvnjN9qEGgfqLFX BjA/b263t1M+hCIugc3gP/8q6o3wQ2YUm0OcAeKpetGjofjzAFr1/PBTd/mPi8XM x3QXDj1NLdkpeCZQ5c8m1L3y89xh/PVyG4x0Nou+ZrGsmhvK6y5AsGcpjURM+gjn h9l6qI0dlequiVMba263PNuUQKlvagCZRaoUl1PrFZl8HT9xDW144KOOPpAodl+C 0pyeaXbFJa1Bs+wpVJHmUypCFwz2H4BnTO91Dh5cEKiVgEjPySU= =pOgy -----END PGP SIGNATURE----- --y+yeuIePvysm28yj-- From unknown Sun Aug 10 16:46:35 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: pricly_yellow@dismail.de Subject: bug#47499: closed (Re: [bug#47499] [PATCH] Update waybar) Message-ID: References: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> X-Gnu-PR-Message: they-closed 47499 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47499@debbugs.gnu.org Date: Thu, 01 Apr 2021 07:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1617263762-28871-1" This is a multi-part message in MIME format... ------------=_1617263762-28871-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47499: [PATCH] Update waybar 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 47499@debbugs.gnu.org. --=20 47499: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47499 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1617263762-28871-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47499-done) by debbugs.gnu.org; 1 Apr 2021 07:55:57 +0000 Received: from localhost ([127.0.0.1]:56058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsBI-0007VN-U3 for submit@debbugs.gnu.org; Thu, 01 Apr 2021 03:55:57 -0400 Received: from flashner.co.il ([178.62.234.194]:49700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsBH-0007VA-DX for 47499-done@debbugs.gnu.org; Thu, 01 Apr 2021 03:55:55 -0400 Received: from localhost (unknown [31.210.177.71]) by flashner.co.il (Postfix) with ESMTPSA id 832D54007B for <47499-done@debbugs.gnu.org>; Thu, 1 Apr 2021 07:55:49 +0000 (UTC) Date: Thu, 1 Apr 2021 10:54:39 +0300 From: Efraim Flashner To: 47499-done@debbugs.gnu.org Subject: Re: [bug#47499] [PATCH] Update waybar Message-ID: References: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> <6b52af4f96771757e24047262158fcaf@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="b80w8AVHhHpkKIGa" Content-Disposition: inline In-Reply-To: <6b52af4f96771757e24047262158fcaf@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47499-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 (-) --b80w8AVHhHpkKIGa Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Forgot to close the bug. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --b80w8AVHhHpkKIGa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBlfD8ACgkQQarn3Mo9 g1GRRg//dY6S4JxxeGHpuDnifCVKsyaDqfow8PZ4kU6IM780JmxctAp0JDRUMXyS uIn5xQMhkopnJC+RUWZLzwbxi9WhjoSFc69adto6ZPW6gv5tvDrJwHVas6XJs3B7 Cy7xnWNu2P8a1WzjInnpmFQt4NgZbHYHR/F8BHN4+zQl2rLgRqDpVz+n4UlvSwMZ x0K4cTF+mqTcbVcDWky4gqbUuPhPtm45IY2tHmHNDyfQTBU552zWFgDsuRoU3CXj 4CPfoTm/6u2Ziax2UCHJf8rrA8MbqyB7bRVryPuzjwiCm35jyLoDVSX+3D27YiE3 NmtSVoin7h8y0Eibiw11jA1R6nC2B/cCFRajMVvG4Tfs2ZgWVahps6/tl1dv8DY8 VarWzgXgU3fKEm1sLtJpJ5W2BZT2sT9wEkq9d0ycaEQPeALlGnbsxiPiZ/SBC6ZZ z9lxgRQyvdJS8Z+40oipQm/KQ8G1JYQ83oXkoPkbhJAARfjFYEqaTCS0Zp14hwlQ /7YW3OyWJ0ENJ/y1cOa56fEI7ptSLQI9IMlG1pDPlw+GZ3fXgv4TfTdpmCGxpIWP 4bZ6O/8mWva7Yl7XXya8wcb0HpBg3VV0W8tMl7xPs9pDsvUwBcq9U6egRaYQ56NN 3Ac3y/AQ+1cQX0rzLOTglImfeCmz5vY4mTGIesRJXpvucObncUI= =lxsy -----END PGP SIGNATURE----- --b80w8AVHhHpkKIGa-- ------------=_1617263762-28871-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Mar 2021 14:46:16 +0000 Received: from localhost ([127.0.0.1]:52558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRFdH-0002s4-Iq for submit@debbugs.gnu.org; Tue, 30 Mar 2021 10:46:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:48578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRCap-00045K-TW for submit@debbugs.gnu.org; Tue, 30 Mar 2021 07:31:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRCap-0000Zm-Mc for guix-patches@gnu.org; Tue, 30 Mar 2021 07:31:31 -0400 Received: from mx1.dismail.de ([78.46.223.134]:9180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRCak-0006FO-2O for guix-patches@gnu.org; Tue, 30 Mar 2021 07:31:31 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 75630fe2 for ; Tue, 30 Mar 2021 13:31:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to; s=20190914; bh=y3syCEWtYH0+gmNiFgO+mvgiI Lnibj4wGZDTjmHEMLs=; b=o+EJb1qm20KTMxDe+ZB6H0UnLzuL4bk4O1xuiTg7v N5WlkP0aVXdmRqn9wCj95vw5klYS0kV4cuJwUn9Mcoa4RiCOyVMIvaPXQpwbMKta RMg3pmX+BxvmQBLaZhRTgVHrJTdvSCyMD/3r1HQQeOor/kQ9yI4ZFBVRzD4st+VG qEJUDoC7PaXDEp3SkrGJZFcNwrF/zhYFHzGONx9hqdXcas32NdyxRVNWSflhXx90 1VNmJkon/UyXWfelNZsffeWCPc8urUZGG/9wYPjC4TzO25wJ7M79TrUYmWz5Q5Im v6zsNX/11aGrWGx5Psa1rty0vI6QHf8ZXhrfTuI/n2NNQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 88df1d87 for ; Tue, 30 Mar 2021 13:31:20 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 4b63c66b for ; Tue, 30 Mar 2021 13:31:19 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 9e2e1651 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 30 Mar 2021 13:31:17 +0200 (CEST) MIME-Version: 1.0 Date: Tue, 30 Mar 2021 11:31:17 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.14.0a From: pricly_yellow@dismail.de Message-ID: <66440fd6f09f9beee9f30da0151d6b7b@dismail.de> Subject: [PATCH] Update waybar To: guix-patches@gnu.org Received-SPF: pass client-ip=78.46.223.134; envelope-from=pricly_yellow@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, 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 X-Mailman-Approved-At: Tue, 30 Mar 2021 10:46:14 -0400 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 (--) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm=0Aindex 6105a98f14= ..96e1527d5c 100644=0A--- a/gnu/packages/wm.scm=0A+++ b/gnu/packages/wm.s= cm=0A@@ -1569,7 +1569,7 @@ modules for building a Wayland compositor.")= =0A (define-public waybar=0A (package=0A (name "waybar")=0A- (ve= rsion "0.9.4")=0A+ (version "0.9.5")=0A (source=0A (origin=0A= (method git-fetch)=0A@@ -1578,10 +1578,10 @@ modules for building= a Wayland compositor.")=0A (commit version)))=0A (fi= le-name (git-file-name name version))=0A (sha256=0A- (base3= 2 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76fy"))))=0A+ (= base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1l9q"))))=0A = (build-system meson-build-system)=0A (inputs `(("date" ,date)=0A- = ("fmt" ,fmt-6)=0A+ ("fmt" ,fmt)=0A (= "gtk-layer-shell" ,gtk-layer-shell)=0A ("gtkmm" ,gtkmm)=0A = ("jsoncpp" ,jsoncpp)=0A@@ -1590,7 +1590,7 @@ modules for bu= ilding a Wayland compositor.")=0A ("libmpdclent" ,libmpdcli= ent)=0A ("libnl" ,libnl)=0A ("pulseaudio" ,pu= lseaudio)=0A- ("spdlog" ,spdlog-1.7)=0A+ ("spdl= og" ,spdlog)=0A ("wayland" ,wayland)))=0A (native-input= s=0A `(("gcc" ,gcc-8) ; for #include ------------=_1617263762-28871-1--