unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pier-Hugues Pellerin <ph@heykimo.com>
To: 55046@debbugs.gnu.org
Cc: Pier-Hugues Pellerin <ph@heykimo.com>
Subject: [bug#55046] [PATCH 1/2] gnu: avizo: Add 1.2
Date: Wed, 20 Apr 2022 17:57:45 -0400	[thread overview]
Message-ID: <20220420215745.32012-1-ph@heykimo.com> (raw)

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





             reply	other threads:[~2022-04-20 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 21:57 Pier-Hugues Pellerin [this message]
2022-04-20 21:59 ` [bug#55046] [PATCH 2/2] Add Pier-Hugues Pellerin to header Pier-Hugues Pellerin
2022-04-28 22:44 ` bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220420215745.32012-1-ph@heykimo.com \
    --to=ph@heykimo.com \
    --cc=55046@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).