* bug#52146: [PATCH] gnu: Update tiramisu
[not found] <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li>
@ 2021-11-27 18:02 ` Justin Veilleux
0 siblings, 0 replies; only message in thread
From: Justin Veilleux @ 2021-11-27 18:02 UTC (permalink / raw)
To: guix-patches
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
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.
[-- Attachment #2: 0001-gnu-tiramisu-Update-to-2.0.patch --]
[-- Type: text/x-patch, Size: 2140 bytes --]
From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001
From: terramorpha <terramorpha@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 <stefan@xsteve.at>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
+;;; Copyright © 2021 Justin Veilleux <terramorpha@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
^ permalink raw reply related [flat|nested] only message in thread