From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 16:02:48 2023 Received: (at submit) by debbugs.gnu.org; 13 Feb 2023 21:02:48 +0000 Received: from localhost ([127.0.0.1]:51815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRfyJ-0007ne-PY for submit@debbugs.gnu.org; Mon, 13 Feb 2023 16:02:48 -0500 Received: from lists.gnu.org ([209.51.188.17]:46666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRfyI-0007nX-PR for submit@debbugs.gnu.org; Mon, 13 Feb 2023 16:02:47 -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 1pRfyI-00040A-FS for guix-patches@gnu.org; Mon, 13 Feb 2023 16:02:46 -0500 Received: from sxb1nlsmtp02.prod.sxb1.secureserver.net ([92.204.71.177]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRfyG-0008Ds-EP for guix-patches@gnu.org; Mon, 13 Feb 2023 16:02:46 -0500 Received: from 122.164.205.92.host.secureserver.net ([92.205.164.122]) by : HOSTING RELAY : with ESMTP id Rfx0pb7135caqRfx0p7lwG; Mon, 13 Feb 2023 14:01:26 -0700 X-SECURESERVER-ACCT: 92.205.164.122 x-originating-ip: 92.205.164.122 X-CMAE-Analysis: v=2.4 cv=ce4U7FPM c=1 sm=1 tr=0 ts=63eaa527 a=B/z3iHJ5y0TSvJOmeNZOnw==:117 a=m04uMKEZRckA:10 a=O24Aq5uEAAAA:8 a=4WmBoD9dYnPIhkxwY0gA:9 a=SYBONWESK5muIIdMMRMZ:22 Received: from [192.168.1.3] (helo=micha.rohleder.de) by 122.164.205.92.host.secureserver.net with esmtp (Exim 4.94.2) (envelope-from ) id 1pRfx0-000AIW-Bv; Mon, 13 Feb 2023 22:01:26 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: ristretto: Update to 0.13.0. Date: Mon, 13 Feb 2023 22:01:26 +0100 Message-Id: <20230213210126.14903-1-mike@rohleder.de> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfN5Ap9NiF7+ENYIerT+Xc/T8EIAzoFlHaJuivDROSyPj5BOVimSFwOXrG3HRUJjRx0m7MkMj2HrocL41vML+8+QhPDmObLQI/5iX9QvgfqyzVPbtTlHt vZ3OSH0zkMsL7C26kIC+bD4s/PEaiBT7sfX8oNwsdfjQm12Bk1e2Fgscci3vgrDOkYCEfbph5LU5lTVbIw4Xk0Kc9zGsWRjsyZeaEL0mySuja3RTs5A/WrRh qulwAWnNW81twCV6fxei4g== Received-SPF: permerror client-ip=92.204.71.177; envelope-from=mike@rohleder.de; helo=sxb1nlsmtp02.prod.sxb1.secureserver.net 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, RCVD_IN_MSPIKE_H2=-0.001, 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 (ristretto): Update to 0.13.0. --- 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 7a64667139..062253d784 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1266,7 +1266,7 @@ (define-public xfce4-power-manager (define-public ristretto (package (name "ristretto") - (version "0.12.4") + (version "0.13.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/ristretto/" @@ -1274,7 +1274,7 @@ (define-public ristretto "ristretto-" version ".tar.bz2")) (sha256 (base32 - "0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074")))) + "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr")))) (build-system gnu-build-system) (native-inputs (list intltool desktop-file-utils base-commit: dd724cfad45d76b9dcc5b073876c995715c92a07 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 22:42:05 2023 Received: (at 61494) by debbugs.gnu.org; 14 Feb 2023 03:42:05 +0000 Received: from localhost ([127.0.0.1]:52200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmCi-0001xk-ML for submit@debbugs.gnu.org; Mon, 13 Feb 2023 22:42:05 -0500 Received: from mail.envs.net ([5.199.136.28]:58200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmCg-0001xJ-Dn for 61494@debbugs.gnu.org; Mon, 13 Feb 2023 22:42:03 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 275E038A04FD; Tue, 14 Feb 2023 03:42:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1676346120; bh=tklYVI7dKQObsa0GjmNy+uO+DDGzvfJiPoAy8cS/SPE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=o9wbJOh46T6qXYF0y4Tahzd1S0YZkto7V0hcO8f4MrvsbbFM/oDK9fldjTS7kGij/ sE/lPZ7wWhxPms+uZ9NziedSlf5GolWydS9FaygPMk+U2WVALIemeECLH6jqaRTDLO F2wujCLbwviGLL+9wOKjYK8ibQQgW2S4PjfRSqtdYu+dfouEFJQ6H7VlyAGdL6zjBP enfbeAAY3QuNpaMKUJ2Gt/5mk33Mn0kHNXWYO5f9crTZX6dsnuTacsFvDNSk4IoVs8 sfsdSAie1pLvmun05JiZ1oCifdg9ukmxB/QnsGK/47HAPAOy3yZ/A/0BbT/I0oYR7E fhTgDO3EZ0VaKXHHA2BWHY9YcyatEBuoX/WUUzP8TilxQ6/BuQXa6LKFsiW93D49WD 7ia2z0yGBSf/vCWyBOrX2jwNs6onvt7UC3SCLHQ9kG+ZVa5eo3pDoVXz7iOWM/xmvs 57qryivmE3j7iv37JdK0eAm9ymvZMlxUO87BwrXltzUO2L0Tng6YYnMFKk7GOvrVwW Y704z7HKTYc5gbc0rBytt+2zxHuVTRbgR+hgfRYdaUH3ZY6BqFSDoys5ToAcGQq8Ws TFysk1sGAL0sUTSpGSVsTASPHASOnrrqsTok1lSxuCE5DRL+LuqqnNm50Gg9Lyoe12 cug+iTJAN6a2ryzSmkwrX1Jk= 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 R1LTFay_Ww4w; Tue, 14 Feb 2023 03:41:55 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Tue, 14 Feb 2023 03:41:55 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0cb934db; Tue, 14 Feb 2023 03:41:53 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Michael Rohleder Subject: Re: bug#61494: [PATCH] gnu: ristretto: Update to 0.13.0. References: <20230213210126.14903-1-mike@rohleder.de> Date: Tue, 14 Feb 2023 11:41:53 +0800 In-Reply-To: <20230213210126.14903-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 13 Feb 2023 22:01:26 +0100") Message-ID: <87a61g7w1q.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61494 Cc: 61494@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Michael Rohleder writes: > * gnu/packages/xfce.scm (ristretto): Update to 0.13.0. Thank you for the xfce update patches, I have pushed them into a 'xfce-updates' branch with: Michael Rohleder (5): gnu: orage: Update to 4.18.0. gnu: libxfce4ui: Update to 4.18.2. gnu: xfce4-panel: Update to 4.18.2. gnu: mousepad: Update to 0.6.0. gnu: ristretto: Update to 0.13.0. Sou Bunnbu (=E5=AE=8B=E6=96=87=E6=AD=A6) (3): gnu: xfce4-session: Update to 4.18.1. gnu: xfce4-settings: Update to 4.18.2. gnu: xfce4-power-manager: Update to 4.18.1. gnu/packages/xfce.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) After some tests and QA, it will be merged in few days. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0006-gnu-xfce4-session-Update-to-4.18.1.patch >From 32343a569e909c8b53f4a71d4b789fe24d166f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Feb 2023 11:30:51 +0800 Subject: [PATCH 6/8] gnu: xfce4-session: Update to 4.18.1. * gnu/packages/xfce.scm (xfce4-session): Update to 4.18.1. --- 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 6734bf781b..96ad5e9699 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -627,7 +627,7 @@ (define-public xfce4-appfinder (define-public xfce4-session (package (name "xfce4-session") - (version "4.18.0") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -635,7 +635,7 @@ (define-public xfce4-session "xfce4-session-" version ".tar.bz2")) (sha256 (base32 - "0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq")) + "1ky54pc0zi2q3qkpmccr3qa4c08j5c6bb6xxiczdnngjxrz9anhw")) (modules '((guix build utils))) (snippet '(begin -- 2.39.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0007-gnu-xfce4-settings-Update-to-4.18.2.patch >From 71049f65f0208e89b50b7f8e058130bee05a3e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Feb 2023 11:30:51 +0800 Subject: [PATCH 7/8] gnu: xfce4-settings: Update to 4.18.2. * gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.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 96ad5e9699..b3e231b724 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -679,7 +679,7 @@ (define-public xfce4-session (define-public xfce4-settings (package (name "xfce4-settings") - (version "4.18.1") + (version "4.18.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -687,7 +687,7 @@ (define-public xfce4-settings name "-" version ".tar.bz2")) (sha256 (base32 - "140xclvl05y3xwlckwnryxyj6y6gr8cpksrpzlhvip6jz9l0wxfm")) + "08jgvhxhh95rcgpvsfqn1rv7i45zj37zyhcpnkpmgbpshw83cqa6")) (patches (search-patches "xfce4-settings-defaults.patch")))) (build-system gnu-build-system) (arguments -- 2.39.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0008-gnu-xfce4-power-manager-Update-to-4.18.1.patch >From 10d0dc51e8a101a6cc5a3a12e80ada7e26653506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Feb 2023 11:30:51 +0800 Subject: [PATCH 8/8] gnu: xfce4-power-manager: Update to 4.18.1. * gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.1. --- 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 b3e231b724..4ce857aa14 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1237,7 +1237,7 @@ (define-public xfce (define-public xfce4-power-manager (package (name "xfce4-power-manager") - (version "4.18.0") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -1245,7 +1245,7 @@ (define-public xfce4-power-manager "xfce4-power-manager-" version ".tar.bz2")) (sha256 (base32 - "16n3f9zam3v8584rprckvr72gmgsv9kyqy690jkrybr5hrw4dvif")))) + "00zz9bhzsf2vww8mym9c093sz7va5716qb6kvdvn6ldp9h6b223b")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool)) -- 2.39.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 22:43:33 2023 Received: (at control) by debbugs.gnu.org; 14 Feb 2023 03:43:33 +0000 Received: from localhost ([127.0.0.1]:52205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmE9-0001zy-CI for submit@debbugs.gnu.org; Mon, 13 Feb 2023 22:43:33 -0500 Received: from mail.envs.net ([5.199.136.28]:43412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmE6-0001zn-LJ for control@debbugs.gnu.org; Mon, 13 Feb 2023 22:43:32 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 2FEBF38A04FD for ; Tue, 14 Feb 2023 03:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1676346210; bh=L1aR95VQ7Pr/hYQDf1fuJsHqxY2NzdpfqRyrk4tZ66Q=; h=Date:To:From:Subject:From; b=gDkPbu4BpyFjSFKYcju2JL6Vzw8JRmbfk48Z/RzQlIbqNgJwj/RMA9Vl0+qSi3JDW u6l5480EA76B5brmu6dkNs1N8fFsxRwh1huD3i6Px2114sdXJD9z/AoprVqRlUHOxi OZPOi3tm08Q12BayNmZGIVE6w6sAhVTwwJKZnKciTJNoUmNPDImfqgvjFnnzqOmNP9 EOjDeD3Hk/2N1TJQO64fWVeS1JXOkr5LLKQJ26Ry24+4M6NSYI/Lb59Fy90a1cF8yh fANkMk3CXLeZlCf/35xsn+YPO1rTZewZ8bDtn0kXeLgnpWQIN68q4Srqyf71PvjyT1 z9vYkDzvtxTiSUGFb/jkQ5pikXjrhW117zV+fCBLXerY7mifpTi7ZnV0dV5sRm3jnm qI1iMxEn1WTvnQsFG5eM8ER4dchKouVmhYGaM7CJ4o7rWtoQXysvGqTkhU3MfaLwOQ KOdMhfBwfZG9jIkc44jwNn0aP/cVrunElPaqZ9ojQCWRqgtauHEXz+EGaEMi5AkFOW IAv+ZQNzOf0WKuMU6T18DgEqzACoKk/7AkV8B0W94qaJlUbt6t7VWbixwz3EnGW8Fq hfKBF/HgEJU83NcHfq+0I9LcnLqCAhWuIkuk+uW3GIrxX2XQYcsSkdkx8tVr2zW4Il JbaGkkgcc+wXALyLRfVgjrks= 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 lNQUFLBMhmJf for ; Tue, 14 Feb 2023 03:43:28 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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 for ; Tue, 14 Feb 2023 03:43:28 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ceb25027 for ; Tue, 14 Feb 2023 03:43:26 +0000 (UTC) Date: Tue, 14 Feb 2023 11:43:26 +0800 (CST) To: control@debbugs.gnu.org From: =?utf-8?B?5a6L5paH5q2m?= Subject: control message for bug #61494 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <04b673dfe491301c@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) merge 61494 61488 61487 61488 61491 61492 quit From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 22:47:23 2023 Received: (at control) by debbugs.gnu.org; 14 Feb 2023 03:47:23 +0000 Received: from localhost ([127.0.0.1]:52211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmHq-0004Tk-TN for submit@debbugs.gnu.org; Mon, 13 Feb 2023 22:47:23 -0500 Received: from mail.envs.net ([5.199.136.28]:35478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmHp-0004Ta-4U for control@debbugs.gnu.org; Mon, 13 Feb 2023 22:47:21 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 8D8F538A04FD for ; Tue, 14 Feb 2023 03:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1676346440; bh=qytyf5P0XmfOuXkvaK1UBqUuai6CDmPtO+c70GGh3N4=; h=Date:To:From:Subject:From; b=nC2V2JqZDidRipZ0NfKCC96NmGjaijKPH3vhtPKqVABWJ78DOtYOnifY8TOBq7nqj H12x7KQPFNygtcSwvL6urmLwWJ8wRXrAiZUUzSNZXTu7deYsJbBL8pwfIYz8/btIeL xy/UZRYso0IyujT0EVj34NRBkgGG4VnedDJzHMAwQio/tD8I6+gu5V6ZATPDejKk+W Ot8uiOM6sWfvb20iuqeogG9Njaz/bVEUw0aYCYNXXl/aejFxGV9jLCd/yUzVI4JkEJ jlSD2vPblFVWXK/48vNe9n58a/wrdRkiFfAsFELWdoUNAa6Kzx0NYauX8ns+9RQNfc 0Gq0wMXOMriL2nSjrzPhkqTIxcTxvU8PHDMMa7rBQ0KmsskDWSrHDZTUv5D2QUGdgd SxpVpZbbBAVF2DZM46TSUzom3/zpoxZi+kSpIcwnaC3FVVInxsb5w5nKpbziFpVHzY fsCooPyLrT3hbvO2d8zq3C0PWnyis6kLvTBpZDxMY9h79ENYL8WrvLuaL1It7fq/SL 5GKqwQDPkZ/oBY1UE1heg1Ho+KGFl5fXLoT3viyJzt2rVJ9lkydnCaaLadU5vWEhUP kzIOIpYVGXMARy10ASOIww2yYWnXrcv9hav3jQDsOrrhBqd5ocsPfe/mBuBEJgZPrv USt1Fgy4I3xHcWYYdjwr2i68= 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 V39t8vK-n9Kq for ; Tue, 14 Feb 2023 03:47:19 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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 for ; Tue, 14 Feb 2023 03:47:18 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ec9d6d04 for ; Tue, 14 Feb 2023 03:47:17 +0000 (UTC) Date: Tue, 14 Feb 2023 11:47:17 +0800 (CST) To: control@debbugs.gnu.org From: =?utf-8?B?5a6L5paH5q2m?= Subject: control message for bug #61494 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <04b673e47e0d32ed@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 61494 xfce updates quit From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 22:55:40 2023 Received: (at 61494) by debbugs.gnu.org; 14 Feb 2023 03:55:40 +0000 Received: from localhost ([127.0.0.1]:52222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmPs-0004mY-6Y for submit@debbugs.gnu.org; Mon, 13 Feb 2023 22:55:40 -0500 Received: from mail.envs.net ([5.199.136.28]:54062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRmPp-0004mM-V4 for 61494@debbugs.gnu.org; Mon, 13 Feb 2023 22:55:38 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 1129438A04FD; Tue, 14 Feb 2023 03:55:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1676346937; bh=hYRBV3Jjhw6MHXm0MU/Vt/y4IfytolqDYJakmJDdgqE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=SUcsJmOW4rY/+UWQzX00ASvjPrGfRgVFa38HksVdd7v2+F9LW4knTWXPM4i63fNBm JXJWyR8d34gN7jh+UWXTrlkhpL+nOCji8LSot7+0LojYJBCUA5ivxo5A2b6LAg7aoz f88EaT293beqFpmS+UK/1xImpBSk/yz/krx9qPYqHAcM98CJqc9oyeRdZ+hTXW7tDp uFapSz/oyaV3pOvGfUBlo4/LEyWm8aKIykgBBW4LEsps5dLeiHcCQ2H5ZmSKCFQKiw PqxyLZyfC2DIenQ+GWHv60BfsfntWYZsIVaItUnYDPoihdhnuQD6cZ2cxmqy+vc/fq vI/eKWumWqftAaECVyrCC9AdUEfHRHwx3bjwl08gK1jxLRS6EFlhqQ59fF25pbs59z d7v/EiBwsvqj/D6WH5OkLncC2X2pcrUQMAKZ/KObGFV1F6O9slJwZDX+pPZ6dQWCf5 Ytki6JB6CBiTK7OuDPEEw84MTDQjhKdm+hbkwU9fJDn1LIIQOjCQQRMegWZp2OS+n2 fYUbL7my16ILVtlDfewpGIGCh5z10i3lo4USV3VO9Fp4MqHVm8w5e6fsfuboADOLfs Xy0Vk2nYSGEVs8Sg2SdCeeyls1FDsD2GtpSaGTJwhCSjpAo4bdFAxrLnY/PSiB5c+0 86t5WyLtXdNLDxgcovFFuqyI= 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 kDUQKGEmElj8; Tue, 14 Feb 2023 03:55:34 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Tue, 14 Feb 2023 03:55:33 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 9e1a945c; Tue, 14 Feb 2023 03:55:30 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Michael Rohleder Subject: Re: bug#61494: [PATCH] gnu: ristretto: Update to 0.13.0. References: <20230213210126.14903-1-mike@rohleder.de> <87a61g7w1q.fsf@envs.net> Date: Tue, 14 Feb 2023 11:55:30 +0800 In-Reply-To: <87a61g7w1q.fsf@envs.net> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Tue, 14 Feb 2023 11:41:53 +0800") Message-ID: <877cwk7vf1.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61494 Cc: 61494@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > Michael Rohleder writes: > >> * gnu/packages/xfce.scm (ristretto): Update to 0.13.0. > > Thank you for the xfce update patches, I have pushed them into > a 'xfce-updates' branch with: > > Michael Rohleder (5): > gnu: orage: Update to 4.18.0. > gnu: libxfce4ui: Update to 4.18.2. > gnu: xfce4-panel: Update to 4.18.2. > gnu: mousepad: Update to 0.6.0. > gnu: ristretto: Update to 0.13.0. > > Sou Bunnbu (=E5=AE=8B=E6=96=87=E6=AD=A6) (3): > gnu: xfce4-session: Update to 4.18.1. > gnu: xfce4-settings: Update to 4.18.2. > gnu: xfce4-power-manager: Update to 4.18.1. > Also update xfce4-notifyd to 0.8.0: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-xfce4-notifyd-Update-to-0.8.0.patch >From 654a2d96deb857174a787ebe981f5c4c8717b3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Feb 2023 11:52:00 +0800 Subject: [PATCH] gnu: xfce4-notifyd: Update to 0.8.0. * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.0. [inputs]: Add sqlite. --- gnu/packages/xfce.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 4ce857aa14..3ee728e710 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -66,6 +66,7 @@ (define-module (gnu packages xfce) #:use-module (gnu packages python-xyz) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages search) + #:use-module (gnu packages sqlite) #:use-module (gnu packages textutils) #:use-module (gnu packages version-control) #:use-module (gnu packages web) @@ -1354,7 +1355,7 @@ (define-public orage (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.7.3") + (version "0.8.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1362,12 +1363,12 @@ (define-public xfce4-notifyd name "-" version ".tar.bz2")) (sha256 (base32 - "0hz9x42cfwd52i02a50mqvw3qwpgb3hpnlxqnnlkc8bwadfn1nah")))) + "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) (inputs - (list libxfce4ui libnotify xfce4-panel)) + (list libxfce4ui libnotify sqlite xfce4-panel)) (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd") (synopsis "Show notification bubbles on Xfce") (description -- 2.39.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 14 20:16:12 2023 Received: (at 61494-done) by debbugs.gnu.org; 15 Feb 2023 01:16:12 +0000 Received: from localhost ([127.0.0.1]:57436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pS6P6-0000nQ-I7 for submit@debbugs.gnu.org; Tue, 14 Feb 2023 20:16:12 -0500 Received: from mail.envs.net ([5.199.136.28]:35194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pS6P1-0000nC-Ks for 61494-done@debbugs.gnu.org; Tue, 14 Feb 2023 20:16:10 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id EFBA238A07C9; Wed, 15 Feb 2023 01:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1676423765; bh=3Gm49WvvGnhuF5LVKsruKR92o0MccxFC6xUKr8XBAG8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ZUhuK/Dv56PaiayneqcgOjSngUFz63V96Baiqj4PtPpXrm/2OMXHA6cO6iOGc29Kt rHaUNY8K05H+O0bugz/dsypf2t4qWmobJ94NmHmhADmEKtGrjqckm9FgP05btjQyUW HcF7l+1P5Lu0ONygJistTPl2sMn2lx+RyCm/xT5Kd/dYmnKxOv25/wn5hZwMrak36r aUreYCkETjfYdBweHynskmkasiEw+RxaGNiDfq12D0/a4QTp4VBnSPvsyaNOyJWT8/ Gb5bhnAZnvduWloxPuu1u44LiBOCeu+DIoytGRAoH1LVisSQ08p8/anrxjjRrdFuwV IwzK/i96GL03GKi2O9O1aXaUtnFno/btEatbdLBRn/jGfqmSwx2o+e9luDzCJBuxH6 jMbZ27Eovlqly2HDQ4g6v668Yr2PpeSBTngOzuDYDHZvIKHSkYTcjPHf4mmI1SUIHV jhj2Oe+g0g73DQ0tjJSdjOU+DVMqIgPwB4d0ElnGIUnZNfCJDFMRoezkl9yMoQkdpz jF14fH2tcfqHhpwB/G29hDbRCDsv3Ibo+AtEZkYoygfXd0OzRF4hU2SxlopTap+qYf R++VoJQhdULOnhwspcfx/R5XRLk/82P3eU7bEawFTwnF4ZKoID5e1M6VeqAKOMQue9 Tb0zjTaE1U0LbaEpKl7iwmlU= 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 q2hHnQ6hoi-B; Wed, 15 Feb 2023 01:16:02 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Wed, 15 Feb 2023 01:16:02 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id c587b782; Wed, 15 Feb 2023 01:15:58 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Michael Rohleder Subject: Re: bug#61494: xfce updates References: <20230213210126.14903-1-mike@rohleder.de> <87a61g7w1q.fsf@envs.net> <877cwk7vf1.fsf_-_@envs.net> Date: Wed, 15 Feb 2023 09:15:58 +0800 In-Reply-To: <877cwk7vf1.fsf_-_@envs.net> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Tue, 14 Feb 2023 11:55:30 +0800") Message-ID: <87zg9fd8z5.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61494-done Cc: 61494-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 (-) =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: >> Thank you for the xfce update patches, I have pushed them into >> a 'xfce-updates' branch with: >> >> Michael Rohleder (5): >> gnu: orage: Update to 4.18.0. >> gnu: libxfce4ui: Update to 4.18.2. >> gnu: xfce4-panel: Update to 4.18.2. >> gnu: mousepad: Update to 0.6.0. >> gnu: ristretto: Update to 0.13.0. >> >> Sou Bunnbu (=E5=AE=8B=E6=96=87=E6=AD=A6) (3): >> gnu: xfce4-session: Update to 4.18.1. >> gnu: xfce4-settings: Update to 4.18.2. >> gnu: xfce4-power-manager: Update to 4.18.1. >> > Also update xfce4-notifyd to 0.8.0: Pushed to master, close now! From unknown Tue Sep 23 17:13:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Mar 2023 11:24:07 +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