unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Justin Veilleux <terramorpha@cock.li>
To: guix-patches@gnu.org
Subject: bug#52146: [PATCH] gnu: Update tiramisu
Date: Sat, 27 Nov 2021 13:02:42 -0500	[thread overview]
Message-ID: <d28bf548-cc75-becb-b14d-82cda64338c5@cock.li> (raw)
In-Reply-To: <23c484e5-5e04-d2b7-6122-8b7453cf3b2c@cock.li>

[-- 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



  reply	other threads:[~2021-11-27 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 18:00 bug#52146: [PATCH] gnu: Update tiramisu Justin Veilleux
2021-11-27 18:02 ` Justin Veilleux [this message]
2021-12-09  4:13   ` Leo Famulari
2021-12-09  2:56 ` bug#52146: Hello? Justin Veilleux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d28bf548-cc75-becb-b14d-82cda64338c5@cock.li \
    --to=terramorpha@cock.li \
    --cc=guix-patches@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).