From unknown Sat Sep 20 11:59:58 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#48930 <48930@debbugs.gnu.org> To: bug#48930 <48930@debbugs.gnu.org> Subject: Status: [PATCH] gnu: xfce4-settings: Update to 4.16.2. Reply-To: bug#48930 <48930@debbugs.gnu.org> Date: Sat, 20 Sep 2025 18:59:58 +0000 retitle 48930 [PATCH] gnu: xfce4-settings: Update to 4.16.2. reassign 48930 guix-patches submitter 48930 Michael Rohleder severity 48930 normal tag 48930 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 00:25:04 2021 Received: (at submit) by debbugs.gnu.org; 9 Jun 2021 04:25:04 +0000 Received: from localhost ([127.0.0.1]:60271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqpm4-0002al-E8 for submit@debbugs.gnu.org; Wed, 09 Jun 2021 00:25:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:50024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqpm1-0002aS-Bj for submit@debbugs.gnu.org; Wed, 09 Jun 2021 00:25:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqpm1-0007jD-5T for guix-patches@gnu.org; Wed, 09 Jun 2021 00:25:01 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:33618) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqplx-0001Fn-Pn for guix-patches@gnu.org; Wed, 09 Jun 2021 00:25:00 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lqpls-0000JK-O9; Wed, 09 Jun 2021 06:24:52 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1lqplk-0003hI-N9; Wed, 09 Jun 2021 06:24:52 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: xfce4-settings: Update to 4.16.2. Date: Wed, 9 Jun 2021 06:24:50 +0200 Message-Id: <20210609042450.25921-1-mike@rohleder.de> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1623212697;973ec9d2; X-HE-SMSGID: 1lqpls-0000JK-O9 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de 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, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (---) * gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.2. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 91c914ed61..18c0e98142 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -736,7 +736,7 @@ allows you to shut down the computer from Xfce.") (define-public xfce4-settings (package (name "xfce4-settings") - (version "4.16.1") + (version "4.16.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -744,7 +744,7 @@ allows you to shut down the computer from Xfce.") name "-" version ".tar.bz2")) (sha256 (base32 - "1iim6sbh58hjwdmwsdlbh9bdnrs2k98crapv3kdhwkd3gazf2a5v")) + "0zixl1yiksavp3a824hqczxx5q3l09f0ng37gxl5wlv0111cpmsd")) (patches (search-patches "xfce4-settings-defaults.patch")))) (build-system gnu-build-system) (arguments -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 13 03:39:52 2021 Received: (at 48930-done) by debbugs.gnu.org; 13 Jun 2021 07:39:52 +0000 Received: from localhost ([127.0.0.1]:42526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsKim-0006Uy-1J for submit@debbugs.gnu.org; Sun, 13 Jun 2021 03:39:52 -0400 Received: from flashner.co.il ([178.62.234.194]:45190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsKil-0006Ul-0R for 48930-done@debbugs.gnu.org; Sun, 13 Jun 2021 03:39:51 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 2F2DC406AD; Sun, 13 Jun 2021 07:39:45 +0000 (UTC) Date: Sun, 13 Jun 2021 10:38:27 +0300 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#48930] [PATCH] gnu: xfce4-settings: Update to 4.16.2. Message-ID: Mail-Followup-To: Efraim Flashner , Michael Rohleder , 48930-done@debbugs.gnu.org References: <20210609042450.25921-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DY73xibQFdCNJzE/" Content-Disposition: inline In-Reply-To: <20210609042450.25921-1-mike@rohleder.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: 48930-done Cc: 48930-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: -1.0 (-) --DY73xibQFdCNJzE/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=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 --DY73xibQFdCNJzE/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDFtfMACgkQQarn3Mo9 g1GVbQ//YDVI76DWQJakiuwjYu7YKVOMabL204ongNpQmDwqNq/8qpArgQYzKmio tNABHGhPNL32SVNCdFaIiqpFyzAxe/Zxf+Hb/hGc4MnTMOEkMECzXGQy2HD5U6BI M78My53eOOzFO7t4i4D8WQzBBCKPvJE5MW/TjecrAsbrlWzgIMvqtySKfpr+6TEz yKJk5qdCNnKEmKRKYwA9OahBS343LUAHmuzByt4z1ICJ1AGug4vQSmfdDwaBfT3z NsYd9BSXWraQJE2v6lGxf+/5OSzjN0P/ADNmJLQsUCgXS7ZGmXXhlV4kbn19Y3qi 2jG51uM/TiVKZpVhUq5Hti3M/Bffbd2smvAsv2r7JjJ5zEpokh1fLwF/tlutd9ac ojFVqxwizZjVJSENtUd4FINQWOcdij9FbZ4qbh5Trp8vPMYiYpniO4dMnqjmQMO3 oJvZRYmHeKJ20PjmMX7Xpw7xn9PgQeESN+ynmcJ+EurNz64IaRKKsxNQdRt7xnkT P0bMSBPA9UAHN2xlYlp8KTs5IBZK3fxDxnkLWbGy+PV2oNFc+JeoqBP4zD0wGayt d06rCFDQ5cpOtlLnOB/j9dAfLuWjQZD9pOTGKeD3luO7b6npsJJO4/+FX7JZF1S+ Q21rTLW1egoOsppT7PaCqMKY5P3aYN9fOp8wnG2ZBDc+oSUjkMk= =EMkr -----END PGP SIGNATURE----- --DY73xibQFdCNJzE/-- From unknown Sat Sep 20 11:59:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 11 Jul 2021 11:24:05 +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