From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mONLFdbv62UgMgEAe85BDQ:P1 (envelope-from ) for ; Sat, 09 Mar 2024 06:12:54 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id mONLFdbv62UgMgEAe85BDQ (envelope-from ) for ; Sat, 09 Mar 2024 06:12:54 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=fcBhOIzV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709961174; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Ov3w4SdGAYsZnh5BF1/6ntbO3anlBsz8aYX38JtDUOk=; b=Foa7Zl6fgZ3th86o8diGMIaSZ+m3AGlLz6B/xtJsMThjnUIzP2j9XFsuUCWaAd8OMAVI8d rs37vp5NBVkKGpA2igRrhFGg7Gs6nJxa/sMag1AdGU/y6dA/UaFiROEITrmQMupWDckFGM qtWCErAK413Rg9Rqsnjvbb7lRSGL10TIFVcmehBtQQdawsG3EPqOgK2uKSbO38VwHKDEG2 SgZklGx7B2Wx9EAh2GD2f00P/0FRVF6KvlNCnyruO5XY4Li8gJAbZnN1OfCGrtcaKqANu+ K+OlXwXtTv8Of5H+Ev0Yeo1kxHDCT4NIqu/HSaLcMGGm+9CgftLTvpbZ21BNMQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709961174; a=rsa-sha256; cv=none; b=VRd2+QwDkfJDqCJPBvXeZNbsV1Igw+psnecvNWQShMH09wgwTq2i7/0AwVK6dn6LLDLg7Z D34Uia+0+G5aLJG2V/UtMqS12zp6VDWIEMJ4oYNoMU1YEbv9O1Uk2HtO/e9mg7/CFfZMJa tpUMRf7LiznRoZkhpMQ3hvfs7vdLMUSIf60FefKqYIHZrDYRZ7FRY9bDQJmAokshWaeeLq 9lX7o2qkjIGeXHYNDIqQ/bM99dpKca/A+X80md4lCVamBLH2RJlwdYUariDIxdO/J5hXUd IbBmKwx1dXPqA5297anBVaxXnQ/eUkIaBDl5njQ9N4z1vS3QDn3dGjdYN+GT1w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=fcBhOIzV; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0AF2540595 for ; Sat, 9 Mar 2024 06:12:54 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rip0c-0006Hq-06; Sat, 09 Mar 2024 00:12:34 -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 1rip0a-0006HV-ER for guix-patches@gnu.org; Sat, 09 Mar 2024 00:12:32 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rip0a-0004j9-3I for guix-patches@gnu.org; Sat, 09 Mar 2024 00:12:32 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rip14-0005rr-3e; Sat, 09 Mar 2024 00:13:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69665] [PATCH 00/12] Xfce updates Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sat, 09 Mar 2024 05:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69665 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69665@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.170996115922525 (code B ref -1); Sat, 09 Mar 2024 05:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Mar 2024 05:12:39 +0000 Received: from localhost ([127.0.0.1]:60224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rip0h-0005rF-6C for submit@debbugs.gnu.org; Sat, 09 Mar 2024 00:12:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:58344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rip0b-0005r4-U1 for submit@debbugs.gnu.org; Sat, 09 Mar 2024 00:12:37 -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 1rip05-0006G3-2y for guix-patches@gnu.org; Sat, 09 Mar 2024 00:12:01 -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 1rip02-0004fr-TN for guix-patches@gnu.org; Sat, 09 Mar 2024 00:12:00 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id BFADC38A0733; Sat, 9 Mar 2024 05:11:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1709961116; bh=Ov3w4SdGAYsZnh5BF1/6ntbO3anlBsz8aYX38JtDUOk=; h=From:To:Cc:Subject:Date:From; b=fcBhOIzVwgFvXb3lGxq6qfVp6WVfIlGjJC2bZ/yPcctpRmBcJGcGcBxEFWEW4eZz0 Ruo6p0rfM0AOR5iOsFhmdULKLGSfZFo16mE2BmoU2kDs1c7F2bX7ce6hyTagXSRMvp y9XccixJelkHf6xQTda4enIWmrdHQMRhwZ1Ho3VWe/+zSv6ZP1qbd8hTW9O+2IMiMG hQYjaf2AlMtZGpV0NG42d31NucrTHoDf2vLYuO+PJb0aSd2U5vGIvIBIpEHs6qwwa3 zLqefSmpNFZt37dp00uDj+CiUZyTRbSFNg26rJ5jdiv6NhmeAD7oryjhHQvZwwu2H1 CI3VLEqP/rhbl3DriPneavXfDpkTl3WvJBHzuvCG8Bh9KgjD9PmWN6S6k8BfNXueDN rHbCGbrBhLZ8c5sahBJIzV6Y6HszdpYn8J2/NaUgs6A0DbPvHX4g+MuORc5jCNxTnA 1bzKyY/i1AmRTEc0v/yHgr8d4gMPWSbQCzRi7qIE5ZeDLnpZ9scWErA5tDS9cPd4IX nkGPmnJg4XjU400iB5y+gV3rBmc4YaNet7VmcG2zPMwUkWVKAoSgAxUqXi49XhLnrT HJg2giz5rFXa55zuE8XSd2uhv3xKlpkNZQpZ8ojVRIe2gZCfPdC/VmRdi5Fn0XioB/ wH19fesEPHe7KhmGwzro/kck= 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 CkPFFiBhEDEi; Sat, 9 Mar 2024 05:11:53 +0000 (UTC) Received: from localhost (unknown [36.170.57.203]) (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; Sat, 9 Mar 2024 05:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e1fd1be3; Sat, 9 Mar 2024 05:12:10 +0000 (UTC) Date: Sat, 9 Mar 2024 13:12:06 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 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: -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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: iyzsong@envs.net X-ACL-Warn: , iyzsong--- via Guix-patches From: iyzsong--- via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.97 X-Spam-Score: -6.97 X-Migadu-Queue-Id: 0AF2540595 X-Migadu-Scanner: mx11.migadu.com X-TUID: gjFqgj8BQXIZ From: 宋文武 I have built them and tested locally. Sou Bunnbu (宋文武) (12): gnu: xfconf: Update to 4.18.3. gnu: garcon: Update to 4.18.2. gnu: tumbler: Update to 4.18.2. gnu: xfce4-panel: Update to 4.18.6. gnu: xfce4-appfinder: Update to 4.18.1. gnu: xfce4-settings: Update to 4.18.4. gnu: thunar: Update to 4.18.10. gnu: xfce4-terminal: Update to 1.1.3. gnu: xfce4-power-manager: Update to 4.18.3. gnu: xfce4-dev-tools: Update to 4.18.1. gnu: Add xfwm4-themes. gnu: xfce: Add xfwm4-themes. gnu/packages/xfce.scm | 65 ++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 22 deletions(-) base-commit: e51c26ef2daf7742eb1617ecb2c7f1594b73fb0c -- 2.41.0