unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52146: [PATCH] gnu: Update tiramisu
@ 2021-11-27 18:00 Justin Veilleux
  2021-11-27 18:02 ` Justin Veilleux
  2021-12-09  2:56 ` bug#52146: Hello? Justin Veilleux
  0 siblings, 2 replies; 4+ messages in thread
From: Justin Veilleux @ 2021-11-27 18:00 UTC (permalink / raw)
  To: 52146

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]

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


[-- Attachment #2: 0001-gnu-tiramisu-Update-to-2.0.patch --]
[-- Type: text/x-patch, Size: 2139 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] 4+ messages in thread

* bug#52146: [PATCH] gnu: Update tiramisu
  2021-11-27 18:00 bug#52146: [PATCH] gnu: Update tiramisu Justin Veilleux
@ 2021-11-27 18:02 ` Justin Veilleux
  2021-12-09  4:13   ` Leo Famulari
  2021-12-09  2:56 ` bug#52146: Hello? Justin Veilleux
  1 sibling, 1 reply; 4+ messages 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] 4+ messages in thread

* bug#52146: Hello?
  2021-11-27 18:00 bug#52146: [PATCH] gnu: Update tiramisu Justin Veilleux
  2021-11-27 18:02 ` Justin Veilleux
@ 2021-12-09  2:56 ` Justin Veilleux
  1 sibling, 0 replies; 4+ messages in thread
From: Justin Veilleux @ 2021-12-09  2:56 UTC (permalink / raw)
  To: 52146

Has this fallen through the cracks ?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#52146: [PATCH] gnu: Update tiramisu
  2021-11-27 18:02 ` Justin Veilleux
@ 2021-12-09  4:13   ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-12-09  4:13 UTC (permalink / raw)
  To: Justin Veilleux; +Cc: 52146-done

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

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-09  4:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 18:00 bug#52146: [PATCH] gnu: Update tiramisu Justin Veilleux
2021-11-27 18:02 ` Justin Veilleux
2021-12-09  4:13   ` Leo Famulari
2021-12-09  2:56 ` bug#52146: Hello? Justin Veilleux

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).