GNU bug report logs - #55046
[PATCH 1/2] gnu: avizo: Add 1.2

Previous Next

Package: guix-patches;

Reported by: Pier-Hugues Pellerin <ph <at> heykimo.com>

Date: Wed, 20 Apr 2022 21:58:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 55046 in the body.
You can then email your comments to 55046 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55046; Package guix-patches. (Wed, 20 Apr 2022 21:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pier-Hugues Pellerin <ph <at> heykimo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Apr 2022 21:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pier-Hugues Pellerin <ph <at> heykimo.com>
To: guix-patches <at> gnu.org
Cc: Pier-Hugues Pellerin <ph <at> heykimo.com>
Subject: [PATCH 1/2] gnu: avizo: Add 1.2
Date: Wed, 20 Apr 2022 17:57:45 -0400
Avizo is a simple notification daemon, mainly intended to be used for
multimedia keys.
---
 gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d2caee85ec..08f6f3ad69 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3050,3 +3050,32 @@ (define-public wlsunset
 that support @samp{wlr-gamma-control-unstable-v1}.  It is also known as a blue
 light filter or night light.")
     (license license:expat)))
+
+(define-public avizo
+  (package
+    (name "avizo")
+    (version "1.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/misterdanb/avizo")
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "02h2jbgrbl2hyq6bzwryc1r47mipgdqrdh7zi44skc25w045s6q5"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:build-type "release"))
+    (inputs
+     `(("gtk+", gtk+)))
+    (native-inputs
+     `(("vala", vala)
+       ("glib:bin", glib "bin")
+       ("gobject-introspection", gobject-introspection)
+       ("gtk-layer-shell", gtk-layer-shell)
+       ("pkg-config", pkg-config)))
+    (home-page "https://github.com/misterdanb/avizo")
+    (synopsis "Avizo notification daemon")
+    (description "Avizo is a simple notification daemon for sway, mainly intended to be used for multimedia keys.")
+    (license license:gpl3+)))

base-commit: 6db5787120d5b571836a46ab8e1abc92d1b0ef8d
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55046; Package guix-patches. (Wed, 20 Apr 2022 22:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 55046 <at> debbugs.gnu.org (full text, mbox):

From: Pier-Hugues Pellerin <ph <at> heykimo.com>
To: 55046 <at> debbugs.gnu.org
Cc: Pier-Hugues Pellerin <ph <at> heykimo.com>
Subject: [PATCH 2/2] Add Pier-Hugues Pellerin to header
Date: Wed, 20 Apr 2022 17:59:50 -0400
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 08f6f3ad69..b531e735cc 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2022 John Kehayias <john.kehayias <at> protonmail.com>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
+;;; Copyright © 2022 Pier-Hugues Pellerin <ph <at> heykimo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
-- 
2.35.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 28 Apr 2022 22:45:02 GMT) Full text and rfc822 format available.

Notification sent to Pier-Hugues Pellerin <ph <at> heykimo.com>:
bug acknowledged by developer. (Thu, 28 Apr 2022 22:45:02 GMT) Full text and rfc822 format available.

Message #13 received at 55046-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Pier-Hugues Pellerin <ph <at> heykimo.com>
Cc: 55046-done <at> debbugs.gnu.org
Subject: Re: bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2
Date: Fri, 29 Apr 2022 00:44:51 +0200
Pier-Hugues Pellerin <ph <at> heykimo.com> skribis:

> Avizo is a simple notification daemon, mainly intended to be used for
> multimedia keys.
> ---
>  gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++

Hi!

Pushed as 313ae43f51b6571c64642645cdc9d63e2f886114.

I took the liberty to make a couple of changes: moving it to wm.scm
(next to Sway), running ‘guix style -S inputs’ and ‘guix style’, and
adjusting the synopsis as reported by ‘guix lint’.

Let me know if anything is amiss.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 May 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.