emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55046: closed ([PATCH 1/2] gnu: avizo: Add 1.2)


From: GNU bug Tracking System
Subject: bug#55046: closed ([PATCH 1/2] gnu: avizo: Add 1.2)
Date: Thu, 28 Apr 2022 22:45:02 +0000

Your message dated Fri, 29 Apr 2022 00:44:51 +0200
with message-id <87pml0akv0.fsf@gnu.org>
and subject line Re: bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2
has caused the debbugs.gnu.org bug report #55046,
regarding [PATCH 1/2] gnu: avizo: Add 1.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55046
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2 Date: Fri, 29 Apr 2022 00:44:51 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pier-Hugues Pellerin <ph@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]