GNU bug report logs -
#55046
[PATCH 1/2] gnu: avizo: Add 1.2
Previous Next
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.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 3 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.