GNU bug report logs -
#46427
[PATCH] gnu: Add tiramisu.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Wed, 10 Feb 2021 18:04:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> outlook.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46427 in the body.
You can then email your comments to 46427 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46427
; Package
guix-patches
.
(Wed, 10 Feb 2021 18:04:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Feb 2021 18:04:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome-xyz.scm (tiramisu): New variable.
---
gnu/packages/gnome-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index eb99fda78e..5743f5999a 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020 Ryan Prior <rprior <at> protonmail.com>
;;; Copyright © 2020 Ellis Kenyo <me <at> elken.dev>
+;;; Copyright © 2020 Stefan Reichör <stefan <at> xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32,6 +33,7 @@
#:use-module (guix build-system meson)
#:use-module (guix git-download)
#:use-module (guix packages)
+ #:use-module (guix utils)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
@@ -888,3 +890,40 @@ feature-set for programming Vala effectively.")
(description "Nordic is a Gtk3.20+ theme created using the Nord color
pallete.")
(license license:gpl3))))
+
+(define-public tiramisu
+ (package
+ (name "tiramisu")
+ (version "1.0a")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Sweets/tiramisu")
+ (commit "8eb946dae0e2f98d3850d89e1bb535640e8c3266")))
+ (sha256
+ (base32
+ "0wz2r8369d40vnxswknx0zxzbs03gzv0nc8al4g0ffg972p15j25"))
+ (file-name (git-file-name name version))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'check)
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (install-file "tiramisu" (string-append out "/bin"))
+ #t))))
+ #:make-flags
+ (list (string-append "CC=" ,(cc-for-target)))))
+ (inputs
+ `(("glib" ,glib)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "https://github.com/Sweets/tiramisu")
+ (synopsis "Desktop notifications, the UNIX way")
+ (description "tiramisu is a notification daemon based on dunst that
+outputs notifications to STDOUT in order to allow the user to process
+notifications any way they prefer.")
+ (license license:expat)))
--
2.25.1
Reply sent
to
宋文武 <iyzsong <at> outlook.com>
:
You have taken responsibility.
(Thu, 11 Feb 2021 10:16:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
bug acknowledged by developer.
(Thu, 11 Feb 2021 10:16:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 46427-done <at> debbugs.gnu.org (full text, mbox):
Stefan Reichör <stefan <at> xsteve.at> writes:
> * gnu/packages/gnome-xyz.scm (tiramisu): New variable.
> ---
> gnu/packages/gnome-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
> [...]
> +
> +(define-public tiramisu
> + (package
> + (name "tiramisu")
> + (version "1.0a")
I changed this "1.0a" to 'git-version'.
Pushed, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 11 Mar 2021 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.