Hi, this is a patch to update tiramisu to the new vala rewrite.

>From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001
From: terramorpha <terramor...@cock.li>
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 <ste...@xsteve.at>
 ;;; Copyright © 2021 Vinicius Monego <mon...@posteo.net>
 ;;; Copyright © 2021 Songlin Jiang <hollow...@hollowman.ml>
+;;; Copyright © 2021 Justin Veilleux <terramor...@cock.li>
 ;;;
 ;;; 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

Reply via email to