From unknown Sun Jun 15 08:54:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52146: [PATCH] gnu: Update tiramisu Resent-From: Justin Veilleux Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 27 Nov 2021 18:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52146 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 52146@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163803606311530 (code B ref -1); Sat, 27 Nov 2021 18:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Nov 2021 18:01:03 +0000 Received: from localhost ([127.0.0.1]:34519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr20V-0002zu-2U for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:01:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:46942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr20T-0002zN-Hm for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:01:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr20S-0000Fp-Oe for bug-guix@gnu.org; Sat, 27 Nov 2021 13:01:00 -0500 Received: from mail.cock.li ([37.120.193.124]:49698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr20P-0006UX-ST for bug-guix@gnu.org; Sat, 27 Nov 2021 13:01:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1638036052; bh=HXgN5HU7KQS4hBEcsoBlwCjS3w+4f6diKpVyiMm01LA=; h=To:From:Subject:Date:From; b=ZPMNoiKNZo42W5j7JBJtP2BUqwB8aF6ji/ufpVlx5YByvnpNmRbNKz5T+X83970JH 6IKGzAFs6PHvzThv0nxugkHcuWiDk+uPXJ56GHVp2cjzUfeAR+4StJFa+WNK0E4J2h WfsTD/+celwhF1MVD+h7Gyrzghpe1X7p8McJZHVSAfXHTPu/zGZ9qdwh95IG8lvKV7 uBYq2PgkAZdm2TG1U8k5uFju9ol2NEhvjRL1gcSTKDF2fOELU2uitaHUzmxQ8oovvg GibEtgIlk1zXiy4pVSdrVzvsOTLT8+vkXzRfcXdDJMJop27GCXYnHuc4fpyQJx2Uyl OTb/9G2DCB6Sg== From: Justin Veilleux Message-ID: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> Date: Sat, 27 Nov 2021 13:00:50 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.15.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------B06F86AD21DC8CE98143D547" Content-Language: en-US Received-SPF: pass client-ip=37.120.193.124; envelope-from=terramorpha@cock.li; helo=mail.cock.li 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) This is a multi-part message in MIME format. --------------B06F86AD21DC8CE98143D547 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, this is a patch to update tiramisu to the new vala rewrite. --------------B06F86AD21DC8CE98143D547 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-tiramisu-Update-to-2.0.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-gnu-tiramisu-Update-to-2.0.patch" >From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Sat, 27 Nov 2021 12:42:11 -0500 Subject: [PATCH] gnu: tiramisu: Update to 2.0. * gnu/packages/gnome-xyz.scm (tiramisu): Update to 2.0. --- gnu/packages/gnome-xyz.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 9d8ec1bdef..ebc0737624 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020 Stefan Reichör ;;; Copyright © 2021 Vinicius Monego ;;; Copyright © 2021 Songlin Jiang +;;; Copyright © 2021 Justin Veilleux ;;; ;;; This file is part of GNU Guix. ;;; @@ -987,11 +988,11 @@ (define-public nordic-theme (license license:gpl3)))) (define-public tiramisu - (let ((commit "8eb946dae0e2f98d3850d89e1bb535640e8c3266") + (let ((commit "cdfdec29fd140fa516f2daaad7959c8575ebf91c") (revision "0")) (package (name "tiramisu") - (version (git-version "1.0" revision commit)) + (version (git-version "2.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -999,7 +1000,7 @@ (define-public tiramisu (commit commit))) (sha256 (base32 - "0wz2r8369d40vnxswknx0zxzbs03gzv0nc8al4g0ffg972p15j25")) + "1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments @@ -1017,7 +1018,8 @@ (define-public tiramisu (inputs `(("glib" ,glib))) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config) + ("vala" ,vala))) (home-page "https://github.com/Sweets/tiramisu") (synopsis "Desktop notifications, the UNIX way") (description "tiramisu is a notification daemon based on dunst that -- 2.34.0 --------------B06F86AD21DC8CE98143D547-- From unknown Sun Jun 15 08:54:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52146: [PATCH] gnu: Update tiramisu Resent-From: Justin Veilleux Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 27 Nov 2021 18:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52146 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163803618511762 (code B ref -1); Sat, 27 Nov 2021 18:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Nov 2021 18:03:05 +0000 Received: from localhost ([127.0.0.1]:34524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr22S-00033e-Hc for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:03:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:47220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr22D-00032j-5K for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:03:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr22C-0000az-1w for guix-patches@gnu.org; Sat, 27 Nov 2021 13:02:48 -0500 Received: from mail.cock.li ([37.120.193.124]:50438) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr22A-0006cU-56 for guix-patches@gnu.org; Sat, 27 Nov 2021 13:02:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1638036164; bh=WRrBSjaH9N0Z3uZ1M5dl8bffAPN9vgzM1KLaUSBt8/E=; h=Subject:References:To:From:Date:In-Reply-To:From; b=JehYiOVJjjpPCW3A7p/atMiZshvwnqAiG9IEKE3IwjBXzRRzJX2WX8/TQiYsIFRKR OSS3FapSFAkq6kFqmqwTHoSpUunLtPMgry91B3z0qaC977PiLNfmYc8roNYq+hmI6D dUbVazuugsk2E8c+YzKkA1ybCmhR8C+2udZJVBP4as7HvBnl/mMvMEGARSrFBnvsqS 4CuiEBd4Eo1rpfmdMcuMerRD4mZv/cPhlm2YFwJomI5P1warXiQkPy4LWi7rTGm4wv 7QkvNgzjY+hY0y2aAHoaLDr5uyetsxSTRfiCSvLSamXSM7n0DMO555YTAyYsvbr7lB rJpguLDvp0Rwg== References: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> From: Justin Veilleux X-Forwarded-Message-Id: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> Message-ID: Date: Sat, 27 Nov 2021 13:02:42 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.15.0 MIME-Version: 1.0 In-Reply-To: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> Content-Type: multipart/mixed; boundary="------------1E272CC80BFAA2EBEB33CC57" Content-Language: en-US Received-SPF: pass client-ip=37.120.193.124; envelope-from=terramorpha@cock.li; helo=mail.cock.li 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: -2.4 (--) This is a multi-part message in MIME format. --------------1E272CC80BFAA2EBEB33CC57 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, this is a patch to update tiramisu to the new vala rewrite. I initially sent this email to the wrong address. Sorry for the inconvenience. --------------1E272CC80BFAA2EBEB33CC57 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-tiramisu-Update-to-2.0.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-gnu-tiramisu-Update-to-2.0.patch" >From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Sat, 27 Nov 2021 12:42:11 -0500 Subject: [PATCH] gnu: tiramisu: Update to 2.0. * gnu/packages/gnome-xyz.scm (tiramisu): Update to 2.0. --- gnu/packages/gnome-xyz.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 9d8ec1bdef..ebc0737624 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020 Stefan Reichör ;;; Copyright © 2021 Vinicius Monego ;;; Copyright © 2021 Songlin Jiang +;;; Copyright © 2021 Justin Veilleux ;;; ;;; This file is part of GNU Guix. ;;; @@ -987,11 +988,11 @@ (define-public nordic-theme (license license:gpl3)))) (define-public tiramisu - (let ((commit "8eb946dae0e2f98d3850d89e1bb535640e8c3266") + (let ((commit "cdfdec29fd140fa516f2daaad7959c8575ebf91c") (revision "0")) (package (name "tiramisu") - (version (git-version "1.0" revision commit)) + (version (git-version "2.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -999,7 +1000,7 @@ (define-public tiramisu (commit commit))) (sha256 (base32 - "0wz2r8369d40vnxswknx0zxzbs03gzv0nc8al4g0ffg972p15j25")) + "1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments @@ -1017,7 +1018,8 @@ (define-public tiramisu (inputs `(("glib" ,glib))) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config) + ("vala" ,vala))) (home-page "https://github.com/Sweets/tiramisu") (synopsis "Desktop notifications, the UNIX way") (description "tiramisu is a notification daemon based on dunst that -- 2.34.0 --------------1E272CC80BFAA2EBEB33CC57-- From unknown Sun Jun 15 08:54:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52146: Hello? References: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> In-Reply-To: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> Resent-From: Justin Veilleux Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 09 Dec 2021 02:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52146 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 52146@debbugs.gnu.org Received: via spool by 52146-submit@debbugs.gnu.org id=B52146.163901858619745 (code B ref 52146); Thu, 09 Dec 2021 02:57:02 +0000 Received: (at 52146) by debbugs.gnu.org; 9 Dec 2021 02:56:26 +0000 Received: from localhost ([127.0.0.1]:42030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv9be-00058P-0Z for submit@debbugs.gnu.org; Wed, 08 Dec 2021 21:56:26 -0500 Received: from mail.cock.li ([37.120.193.124]:35064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv9ba-000580-R8 for 52146@debbugs.gnu.org; Wed, 08 Dec 2021 21:56:24 -0500 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1639018571; bh=2QpLht2JR8kTWMxyU0yBu8GlSJvCHXyGS2eYsAcwlr0=; h=Date:To:From:Subject:From; b=k8FuXkt5nlQ7l7LEPBZ7r6JcxgCC5SGGt8FHfwioV7TK96FoSXsHxvt1P/6TZ1eaa 8pM+2i842IU/hZIUf6pVP6feTYZo85/aKRQJBhIzDjaVSOTK5z2EdKX79EqpA+qVAC PjshqSEZ7iaG+wOzWyXRUD5gft/VDggU2SE+U193puPG+NaxNd8dfCCR53bUGBPrB+ XritvuRcuytwhAmm47t3/EPYLp6WSyX0b57P10myXMAQN5Vi+YbEfk1XX9bLBSSG6P IEgcEISZnFLdZXG3CeWecD14TDeBtQAegZlZ/FVmbDlqpvLwfbedcZd6ABWDZkJoLe 6MbTvBvNaNQ+g== Date: Wed, 8 Dec 2021 21:56:09 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Content-Language: en-US From: Justin Veilleux Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 (-) Has this fallen through the cracks ? From unknown Sun Jun 15 08:54:32 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: Justin Veilleux Subject: bug#52146: closed (Re: bug#52146: [PATCH] gnu: Update tiramisu) Message-ID: References: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> X-Gnu-PR-Message: they-closed 52146 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: patch Reply-To: 52146@debbugs.gnu.org Date: Thu, 09 Dec 2021 04:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1639023242-27085-1" This is a multi-part message in MIME format... ------------=_1639023242-27085-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52146: [PATCH] gnu: Update tiramisu which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 52146@debbugs.gnu.org. --=20 52146: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52146 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1639023242-27085-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52146-done) by debbugs.gnu.org; 9 Dec 2021 04:13:27 +0000 Received: from localhost ([127.0.0.1]:42093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvAoB-00071u-JT for submit@debbugs.gnu.org; Wed, 08 Dec 2021 23:13:27 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:50869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvAo9-00071f-8p for 52146-done@debbugs.gnu.org; Wed, 08 Dec 2021 23:13:26 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id F363E3200D30; Wed, 8 Dec 2021 23:13:17 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 08 Dec 2021 23:13:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=d5xqK4xPC7ymkWcgS2P7wYo9 1WMCrF4hBeXoM8lNfWc=; b=XRvLBoNkVEHfWEPvDn/UEfM6pO0Mip3CIiHfpY/M vTpCp2FFJEojzgeizTwD0Aao1Z4hJa/8X2InEgXnYuT7EBqQzTAp+uH2tXCFfsNG NOs3rcl/ExGwSVOH9DFQzrtlN9bOKrEPqmpG7CWVejEAFTQpllBL9NG1fWQ18809 qP4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=d5xqK4 xPC7ymkWcgS2P7wYo91WMCrF4hBeXoM8lNfWc=; b=U41yL7Txd/zCVCL5K52ilw CNkeEIkc3caxiiwg0kXX0tjFugvTtYDCuaiGjNjf4MgyljFg3z8m1DTS8Cz55pRl 9z5QLnmkRqx8v1Z6LL3D8tgRO54uTAabwaZ203bt0aOGBa9RL73n/LzeMhhneXZh yoM3cwEyZNLo2VtC5k0mIwXTxr72gz8vTAxElII6gu9bdId6Cg0j9gbPy7bETywg 5QcxEHXF9gesTIUv+vHO8J3bKEe065FPWeRAlEMXGndG3DzQUTjjN1UjgPzsT5n8 4+H3Ti8M9rqPakbXX1Q3vM/6U9poSpDMkUejtxCqkQFRQFmmNZlzRjvWbtsQjIUA == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrjeelgdeilecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehttdertd dttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghr ihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeehgfelvefhtddtfeehiedtgfehffffff elvdelhffgkedtteehgfeugfehgeethfenucffohhmrghinhepghhithhhuhgsrdgtohhm necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 8 Dec 2021 23:13:16 -0500 (EST) Date: Wed, 8 Dec 2021 23:13:15 -0500 From: Leo Famulari To: Justin Veilleux Subject: Re: bug#52146: [PATCH] gnu: Update tiramisu Message-ID: References: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52146-done Cc: 52146-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.7 (-) On Sat, Nov 27, 2021 at 01:02:42PM -0500, Justin Veilleux wrote: > Hi, this is a patch to update tiramisu to the new vala rewrite. > > > I initially sent this email to the wrong address. Sorry for the > inconvenience. > From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 > From: terramorpha > Date: Sat, 27 Nov 2021 12:42:11 -0500 > Subject: [PATCH] gnu: tiramisu: Update to 2.0. > > * gnu/packages/gnome-xyz.scm (tiramisu): Update to 2.0. Thanks for the patch! > - (let ((commit "8eb946dae0e2f98d3850d89e1bb535640e8c3266") > + (let ((commit "cdfdec29fd140fa516f2daaad7959c8575ebf91c") I noticed that the upstream developers have tagged a release 2.0.20211107 based on this commit: https://github.com/Sweets/tiramisu/releases/tag/2.0.20211107 In Guix, we prefer to use version numbers or tags over commits. So, I made the package use this tag rather than the Git commit, and pushed as 38ea869b201192a5b2791da3987367a09e1a430b ------------=_1639023242-27085-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Nov 2021 18:01:03 +0000 Received: from localhost ([127.0.0.1]:34519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr20V-0002zu-2U for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:01:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:46942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mr20T-0002zN-Hm for submit@debbugs.gnu.org; Sat, 27 Nov 2021 13:01:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr20S-0000Fp-Oe for bug-guix@gnu.org; Sat, 27 Nov 2021 13:01:00 -0500 Received: from mail.cock.li ([37.120.193.124]:49698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mr20P-0006UX-ST for bug-guix@gnu.org; Sat, 27 Nov 2021 13:01:00 -0500 To: bug-guix@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1638036052; bh=HXgN5HU7KQS4hBEcsoBlwCjS3w+4f6diKpVyiMm01LA=; h=To:From:Subject:Date:From; b=ZPMNoiKNZo42W5j7JBJtP2BUqwB8aF6ji/ufpVlx5YByvnpNmRbNKz5T+X83970JH 6IKGzAFs6PHvzThv0nxugkHcuWiDk+uPXJ56GHVp2cjzUfeAR+4StJFa+WNK0E4J2h WfsTD/+celwhF1MVD+h7Gyrzghpe1X7p8McJZHVSAfXHTPu/zGZ9qdwh95IG8lvKV7 uBYq2PgkAZdm2TG1U8k5uFju9ol2NEhvjRL1gcSTKDF2fOELU2uitaHUzmxQ8oovvg GibEtgIlk1zXiy4pVSdrVzvsOTLT8+vkXzRfcXdDJMJop27GCXYnHuc4fpyQJx2Uyl OTb/9G2DCB6Sg== From: Justin Veilleux Subject: [PATCH] gnu: Update tiramisu Message-ID: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li> Date: Sat, 27 Nov 2021 13:00:50 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.15.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------B06F86AD21DC8CE98143D547" Content-Language: en-US Received-SPF: pass client-ip=37.120.193.124; envelope-from=terramorpha@cock.li; helo=mail.cock.li 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-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-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 (--) This is a multi-part message in MIME format. --------------B06F86AD21DC8CE98143D547 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, this is a patch to update tiramisu to the new vala rewrite. --------------B06F86AD21DC8CE98143D547 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-tiramisu-Update-to-2.0.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-gnu-tiramisu-Update-to-2.0.patch" >From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Sat, 27 Nov 2021 12:42:11 -0500 Subject: [PATCH] gnu: tiramisu: Update to 2.0. * gnu/packages/gnome-xyz.scm (tiramisu): Update to 2.0. --- gnu/packages/gnome-xyz.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 9d8ec1bdef..ebc0737624 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020 Stefan Reichör ;;; Copyright © 2021 Vinicius Monego ;;; Copyright © 2021 Songlin Jiang +;;; Copyright © 2021 Justin Veilleux ;;; ;;; This file is part of GNU Guix. ;;; @@ -987,11 +988,11 @@ (define-public nordic-theme (license license:gpl3)))) (define-public tiramisu - (let ((commit "8eb946dae0e2f98d3850d89e1bb535640e8c3266") + (let ((commit "cdfdec29fd140fa516f2daaad7959c8575ebf91c") (revision "0")) (package (name "tiramisu") - (version (git-version "1.0" revision commit)) + (version (git-version "2.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -999,7 +1000,7 @@ (define-public tiramisu (commit commit))) (sha256 (base32 - "0wz2r8369d40vnxswknx0zxzbs03gzv0nc8al4g0ffg972p15j25")) + "1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments @@ -1017,7 +1018,8 @@ (define-public tiramisu (inputs `(("glib" ,glib))) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config) + ("vala" ,vala))) (home-page "https://github.com/Sweets/tiramisu") (synopsis "Desktop notifications, the UNIX way") (description "tiramisu is a notification daemon based on dunst that -- 2.34.0 --------------B06F86AD21DC8CE98143D547-- ------------=_1639023242-27085-1--