From unknown Sun Jun 22 03:51:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44803 <44803@debbugs.gnu.org> To: bug#44803 <44803@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add elementary-xfce-icon-theme. Reply-To: bug#44803 <44803@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:51:16 +0000 retitle 44803 [PATCH 1/2] gnu: Add elementary-xfce-icon-theme. reassign 44803 guix-patches submitter 44803 Kei Kebreau severity 44803 normal tag 44803 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 22 12:20:38 2020 Received: (at submit) by debbugs.gnu.org; 22 Nov 2020 17:20:38 +0000 Received: from localhost ([127.0.0.1]:48194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgt2N-0001sd-JQ for submit@debbugs.gnu.org; Sun, 22 Nov 2020 12:20:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:46392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgt2L-0001sV-7G for submit@debbugs.gnu.org; Sun, 22 Nov 2020 12:20:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgt2L-00063F-1p for guix-patches@gnu.org; Sun, 22 Nov 2020 12:20:29 -0500 Received: from mout02.posteo.de ([185.67.36.66]:39847) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgt2B-0000ds-EW for guix-patches@gnu.org; Sun, 22 Nov 2020 12:20:27 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7CE12240105 for ; Sun, 22 Nov 2020 18:20:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606065614; bh=PxUKxwVviHYtVrdUJd1hs+pkiVdsIBB5ePItK5md8BU=; h=From:To:Cc:Subject:Date:From; b=kvjbDu521m0jBTqM/ILZ/Erw9EKYRNfqMk4/gJkNMSozcpTVqrUq2hG3vMBGsbOVv TIx1UStcaQvho25SeOcnjNu3BZeo9LzpXfyk9LhkfBPy9Byr8VFwVcbjhKtKlNoJ7j dT/p0u90LDXiLF0zc94ilXQt+RI9Qlesi45Vr70T58VeIeaG/eG9B9tyE8vQJ28acB gtadLB/0KELeVbUAvYEAboBcwSsJCXKM1gk6TftuKPWL5e+P+zEu1f0iRtI1KhLGbt RZlHKQINhoWBOGOKarQqP4VkgTlyNjNJ9aBPRxSkIrLEzy48zB/0bd3YskEwwtkxPb Fn2lBeFW2OobA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CfH940WgQz6tmj; Sun, 22 Nov 2020 18:20:07 +0100 (CET) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add elementary-xfce-icon-theme. Date: Sun, 22 Nov 2020 12:20:02 -0500 Message-Id: <20201122172002.14697-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=kkebreau@posteo.net; helo=mout02.posteo.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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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.0 (/) * gnu/packages/xfce.scm (elementary-xfce-icon-theme): New variable. --- gnu/packages/xfce.scm | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 02e8093ddf..0d3328af3c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015 Mark H Weaver ;;; Copyright © 2016 Andreas Enge ;;; Copyright © 2016 Florian Paul Schmidt -;;; Copyright © 2016 Kei Kebreau +;;; Copyright © 2016, 2020 Kei Kebreau ;;; Copyright © 2017, 2019 Ricardo Wurmus ;;; Copyright © 2017 Petter ;;; Copyright © 2017 Nikita @@ -64,6 +64,7 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system trivial) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix gexp) #:use-module ((guix licenses) #:hide (freetype)) #:use-module (guix packages) @@ -202,6 +203,41 @@ storage system.") to share commonly used Xfce widgets among the Xfce applications.") (license lgpl2.0+))) +(define-public elementary-xfce-icon-theme + (package + (name "elementary-xfce-icon-theme") + (version "0.15.1") + (source (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/shimmerproject/elementary-xfce.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rl15kh9c7qxw4pvwmw44fb4v3vwh6zin4wpx55bnvm5j76y6p3f")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f ; no check target + #:make-flags '("CC=gcc") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'make-git-checkout-writable + (lambda _ + (for-each make-file-writable (find-files ".")) + #t))))) + (native-inputs + `(("gtk+" ,gtk+) + ("optipng" ,optipng) + ("pkg-config" ,pkg-config))) + (home-page "https://shimmerproject.org/") + (synopsis "Elementary icons extended and maintained for Xfce") + (description "This is a fork of the upstream elementary project. This +icon-theme is supposed to keep everything working, but gets updates from +upstream occasionally.") + (license gpl2+))) + (define-public exo (package (name "exo") -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 22 12:24:50 2020 Received: (at 44803) by debbugs.gnu.org; 22 Nov 2020 17:24:50 +0000 Received: from localhost ([127.0.0.1]:48199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgt6R-000201-Az for submit@debbugs.gnu.org; Sun, 22 Nov 2020 12:24:50 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57345) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgt6P-0001zn-9s for 44803@debbugs.gnu.org; Sun, 22 Nov 2020 12:24:41 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 94E152400FC for <44803@debbugs.gnu.org>; Sun, 22 Nov 2020 18:24:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606065875; bh=BuhfwRKj7Sz++lr8rgEVR7Caumhh6g4INaCBctjLYXk=; h=From:To:Cc:Subject:Date:From; b=kE6IccxiZ7Li1QuGFMEFY6yLrJYA6f5fGsxAuSY6edAmxuUXytG9l/qC8/sHPZwk1 4mFCWqTluDBA+/xIPM0pJznenKzHEwxIWhvtMs2YRZaie8x2cBFU2EY6wVsJdT9xUd cN3v8gJBnwCU94UOxnl4abqMA2Sl6CNsc/ApE7rs87tNCFNqTEYdR7N6YXuXqFnLsY Whzg8ysx5a9fCZ5Y5WtbFL9a9Zwm7DWLMM/M/coR1+iOeUCV8a/sZPqVYIk7ODMEyh FctuGXI2uRPYSSfqOPbifWvJbF3meLx4hCEdMR4es3Ob7how7oxIMQbrgYdXr+hD45 YA7HQgO7vNu2A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CfHGB43nBz9rxS; Sun, 22 Nov 2020 18:24:34 +0100 (CET) From: Kei Kebreau To: 44803@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add greybird-gtk-theme. Date: Sun, 22 Nov 2020 12:24:32 -0500 Message-Id: <20201122172432.15384-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44803 Cc: Kei Kebreau 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 (-) * gnu/packages/gnome-xyz.scm (greybird-gtk-theme): New variable. --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d69f14ba0e..bdf80ae2ac 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2019 Giacomo Leidi ;;; Copyright © 2020 Alex Griffin ;;; Copyright © 2020 Jack Hill +;;; Copyright © 2020 Kei Kebreau ;;; Copyright © 2020 Ekaitz Zarraga ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Ryan Prior @@ -42,6 +43,7 @@ #:use-module (gnu packages ssh) #:use-module (gnu packages tls) #:use-module (gnu packages ruby) + #:use-module (gnu packages web) #:use-module (gnu packages xml)) (define-public matcha-theme @@ -515,6 +517,34 @@ scrollable tiling of windows and per monitor workspaces. It's inspired by paper notebooks and tiling window managers.") (license license:gpl3))) +(define-public greybird-gtk-theme + (package + (name "greybird-gtk-theme") + (version "3.22.12") + (source (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/shimmerproject/Greybird.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j66ddvl3pmwh2v8ajm8r5g5nbsr7r262ff1qn2nf3i0gy8b3lq8")))) + (build-system meson-build-system) + (native-inputs + `(("gtk+" ,gtk+) + ("glib:bin" ,glib "bin") ; for "glib-compile-resources" + ("librsvg" ,librsvg) + ("pkg-config" ,pkg-config) + ("ruby-sass" ,ruby-sass) + ("sassc" ,sassc))) + (home-page "https://shimmerproject.org/") + (synopsis "Grey GTK+ theme based on Bluebird") + (description "Greybird is a grey derivative of the Bluebird theme by the +Shimmer Project. It supports GNOME, Unity, and Xfce.") + (license (list license:gpl2+ license:cc-by-sa3.0)))) + (define-public numix-gtk-theme (package (name "numix-gtk-theme") -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 27 15:02:16 2020 Received: (at 44803) by debbugs.gnu.org; 27 Nov 2020 20:02:16 +0000 Received: from localhost ([127.0.0.1]:46259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kijwX-0002ko-R8 for submit@debbugs.gnu.org; Fri, 27 Nov 2020 15:02:16 -0500 Received: from mout02.posteo.de ([185.67.36.66]:34385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kijwV-0002kO-U6 for 44803@debbugs.gnu.org; Fri, 27 Nov 2020 15:02:09 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 64A632400FB for <44803@debbugs.gnu.org>; Fri, 27 Nov 2020 21:02:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606507321; bh=59cleYt1A9Ww+TlI6pNOKkWFJcmGI90KDXdXzXDuSF0=; h=From:To:Subject:Date:From; b=G4IYxzmIO4MhbMKQuS58wTuvpVeBUfCMUfiS3b70cMeofwyIKKXjPd0TJGRM0uOVL Rt6k54pNOfMlchcNW2sTeXozM+TkFZS0NeDEEHq60dwPdbRtmthbfrKnT7McXokeOb URnbB6y3NIBBT6BCGnjWdE+H4iXheXIl/BlTwcHfeZns4VTEy/6Gi9WwAeOVXZA4NY GlRQrIIy28t59xQzgUqURVo3nZGbP5HfJHIWUSzc7hKMLdaB2J/Ii2ErfH8Wpxwj4A +Oml/pHpoTTHcM3Rtrh8ChjDhKTISxveuPwJoXNrLgfy8pAIaSjMAYLuKAlDbUjsJ+ tu9wYrffHVGzg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CjQWX2YDlz9rxG for <44803@debbugs.gnu.org>; Fri, 27 Nov 2020 21:02:00 +0100 (CET) From: Kei Kebreau To: 44803@debbugs.gnu.org Subject: Re: [bug#44803] [PATCH 2/2] gnu: Add greybird-gtk-theme. References: <20201122172002.14697-1-kkebreau@posteo.net> <20201122172432.15384-1-kkebreau@posteo.net> Date: Fri, 27 Nov 2020 15:01:58 -0500 In-Reply-To: <20201122172432.15384-1-kkebreau@posteo.net> (Kei Kebreau's message of "Sun, 22 Nov 2020 12:24:32 -0500") Message-ID: <87blfitvpl.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44803 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Kei Kebreau writes: > * gnu/packages/gnome-xyz.scm (greybird-gtk-theme): New variable. > --- > gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm > index d69f14ba0e..bdf80ae2ac 100644 > --- a/gnu/packages/gnome-xyz.scm > +++ b/gnu/packages/gnome-xyz.scm > @@ -4,6 +4,7 @@ > ;;; Copyright =C2=A9 2019 Giacomo Leidi > ;;; Copyright =C2=A9 2020 Alex Griffin > ;;; Copyright =C2=A9 2020 Jack Hill > +;;; Copyright =C2=A9 2020 Kei Kebreau > ;;; Copyright =C2=A9 2020 Ekaitz Zarraga > ;;; Copyright =C2=A9 2020 Tobias Geerinckx-Rice > ;;; Copyright =C2=A9 2020 Ryan Prior > @@ -42,6 +43,7 @@ > #:use-module (gnu packages ssh) > #:use-module (gnu packages tls) > #:use-module (gnu packages ruby) > + #:use-module (gnu packages web) > #:use-module (gnu packages xml)) >=20=20 > (define-public matcha-theme > @@ -515,6 +517,34 @@ scrollable tiling of windows and per monitor workspa= ces. It's inspired by paper > notebooks and tiling window managers.") > (license license:gpl3))) >=20=20 > +(define-public greybird-gtk-theme > + (package > + (name "greybird-gtk-theme") > + (version "3.22.12") > + (source (origin > + (method git-fetch) > + (uri > + (git-reference > + (url "https://github.com/shimmerproject/Greybird.git") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "1j66ddvl3pmwh2v8ajm8r5g5nbsr7r262ff1qn2nf3i0gy8b3lq8"))= )) > + (build-system meson-build-system) > + (native-inputs > + `(("gtk+" ,gtk+) > + ("glib:bin" ,glib "bin") ; for "glib-compile-resources" > + ("librsvg" ,librsvg) > + ("pkg-config" ,pkg-config) > + ("ruby-sass" ,ruby-sass) > + ("sassc" ,sassc))) > + (home-page "https://shimmerproject.org/") > + (synopsis "Grey GTK+ theme based on Bluebird") > + (description "Greybird is a grey derivative of the Bluebird theme by= the > +Shimmer Project. It supports GNOME, Unity, and Xfce.") > + (license (list license:gpl2+ license:cc-by-sa3.0)))) > + > (define-public numix-gtk-theme > (package > (name "numix-gtk-theme") Pushed to master as commits 213be7c5e4 and f43e7462d8. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/BWzYACgkQ5qXuPBlG eg1gGA//QotLUglUqAPb3dJw31O7+oGMkJkEjz0aUlAx8D41ISzQHGLwhfep837s SLUd5haMT3mpSseoTXSz30cipmB4wt4r0z3hNfRCxUEI2Ys2GgVnbDLwqvvg/jvG TexLg1n5ITuxhe5mpnUt1uCv7Cy2ZsPaINVCBdIMWiOsu2Fi2HiJmC5ug77+0XSW yUW97qdtckImMgUDWDdS55fYs73bh0bKuSTPdH2gXuu0NunfSzk+K/nsDbDAZHjo MtYXyCCkHDjNa5LQnWxd/XffPFzchx2JCjOWQeSqCexCEU0iPQnm1YJC2L5twh2d /or3iHXm3PmQ/PNtzRgYhWHrkRjVSfiZkOllttNo5sK1X2hZ0WxFAO9mhJqMYQEq gwnstSfE3FJFOGDAKxiDtCORbSqHGE+D+2DVdAbWyEs+4WPDCYKm9Zjv/Oxs+szL VQVqf3/buy6HfttB9pLFgDe7pnEHyr79+4i2bJo2hIu9iwDIHu5WDgO5VzNxMvDB YmQ+p5nSsXZIP0dCI7tFLTVuAvGuUQjUXgwvy426FkLcsY+dJqKYtXYScQb6/7Rq 9ETDHUmYUh62jvWOWBo1XQukDxwD8K769PYoSEpvgAymF0gugSz5azUftlJowP7y OPbAgCcFTNNhxTg+fn41Iwdsjv7uq5QiTx3B6mAN8sjMeEPLAqs= =gXTU -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 27 15:04:13 2020 Received: (at 44803-done) by debbugs.gnu.org; 27 Nov 2020 20:04:13 +0000 Received: from localhost ([127.0.0.1]:46273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kijyX-0002ow-CA for submit@debbugs.gnu.org; Fri, 27 Nov 2020 15:04:13 -0500 Received: from mout02.posteo.de ([185.67.36.66]:45019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kijyV-0002oj-HY for 44803-done@debbugs.gnu.org; Fri, 27 Nov 2020 15:04:12 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B41E92400FC for <44803-done@debbugs.gnu.org>; Fri, 27 Nov 2020 21:04:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606507445; bh=CizGqwXsCXF/ea9eurNPQbHa3/yU2fdrTkpbUGp2Sgk=; h=From:To:Subject:Date:From; b=XekIpiOQMaGNfj1mRqAne6J3mqKzM6uNtQszXSkq1DDcHWpRcBgDxTOBh7jdF+M0a GGnGES6GykyvsciMPjS7m8SBKP7shXbgrFL59Siy75u+EWc+fUmbyGV/GZMnVJU7Ng M+YVyoVtANExNoeo8lf1ze2pLdGh7gAGivKqOj1u9UPIzl6ILASUu5GpCk6wBAFiG3 0CuappE2Bh1tx5S/sd5l0rzGWHO8SHCEjPqgNzFD6r/tpBbs2gP4jjtkn2F7AyH8o5 AAxYwRGgQ9rqF23WRqFao3ibQ+l0VD1/PigJfB+PRdZsWM+JWZsiXF3r419V8O4ahs sWpSOMZCt23zg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CjQYw5KFbz9rxb for <44803-done@debbugs.gnu.org>; Fri, 27 Nov 2020 21:04:04 +0100 (CET) From: Kei Kebreau To: 44803-done@debbugs.gnu.org Subject: Re: [bug#44803] [PATCH 2/2] gnu: Add greybird-gtk-theme. References: <20201122172002.14697-1-kkebreau@posteo.net> <20201122172432.15384-1-kkebreau@posteo.net> <87blfitvpl.fsf@posteo.net> Date: Fri, 27 Nov 2020 15:04:03 -0500 In-Reply-To: <87blfitvpl.fsf@posteo.net> (Kei Kebreau's message of "Fri, 27 Nov 2020 15:01:58 -0500") Message-ID: <877dq6tvm4.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44803-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: -3.3 (---) --=-=-= Content-Type: text/plain > Pushed to master as commits 213be7c5e4 and f43e7462d8. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/BW7MACgkQ5qXuPBlG eg2H4Q//e8BSL1oYJs/AJMj5aHmp8TChNxl5+BT75VCQP5e3SssP/74E4p3iiYka X+ur89ND47rzmTRCl5d6S/YroGqfX7YXcuX8mbgvGC5zJ6NgPzLJfeh28dlYQPWC Zz35G587kxGQkPsuuJyLlCxFDzs8jpqfZdhR0J1aT967eSFslvTQ59sNwLRWsaPW zBtU2G0S54fJGFLzAxI+yzKivimPm0M60bS/6iGF926hfSQ4vPlHp1Q/bENgxVbe wAM7J36Kdgcm96VquatmJ7sH/D8QGJKWfb9Uidq6aLFQyHD7fbBtilxSNWHKz14+ JhMmzB1oWjYNR4SrtYtEKhw1W3dGg9JHfkpH9TpO5uW6yjMu00ye9G/GR/r/rH1c KFp5pe/XcFQqnaKbblXBJcQ0k6pNgXBnrjOsafYzFA014NSqHZP/wvYqiSCS+S09 W0r3vuQs7JE4JbrHaijdtMbQ9kKu+TVt33BdBvaKOOyAlvCksp2eRA7kk8AXFwMo mqVzAcqrX9bKVbLzIP6kMEawIjI0ps1JljTIY6u1/YMTHUCmZlSlqxoYgFvV+HpO Zfhw4csttVw+Q2vo8dhpNJr66q90+k9id3H7X3krE3yX+sFItAuK432Azl67oQej 7IdNHQD/Yk3CNBm5MAnCbZRKGurAz5KuPpiSIv8gHkwPx738j3E= =bQ4Q -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 03:51:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 26 Dec 2020 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator