unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 39312@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#39312] [PATCH 1/3] gnu: Add feedbackd.
Date: Mon, 13 Apr 2020 19:25:06 +0200	[thread overview]
Message-ID: <20200413172508.13532-2-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20200413172508.13532-1-jonathan.brielmaier@web.de>

* gnu/packages/gnome.scm (feedbackd): New variable.
---
 gnu/packages/gnome.scm | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 820811f8fa..a2d77700e7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -43,7 +43,7 @@
 ;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2019, 2020 Raghav Gururajan <raghavgururajan@disroot.org>
-;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2019, 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2019, 2020 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
@@ -10042,3 +10042,37 @@ communicating using the GVariant serialization format instead of JSON when
 both peers support it.  You might want that when communicating on a single
 host to avoid parser overhead and memory-allocator fragmentation.")
     (license license:lgpl2.1+)))
+
+(define-public feedbackd
+  (package
+    (name "feedbackd")
+    (version "0.0.0+git20200304")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://source.puri.sm/Librem5/feedbackd.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0a1pg3gckcdfd0scpv7pi4pp8i4fcikdy2nqj5fv1nfmhnzlhq3q"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
+    (inputs
+     `(("dbus" ,dbus)
+       ("gsound" ,gsound)
+       ("json-glib" ,json-glib)
+       ("libgudev" ,libgudev)))
+    (propagated-inputs
+     `(("glib" ,glib))) ; in Requires of libfeedback-0.0.pc
+    (synopsis "Haptic/visual/audio feedback via DBus")
+    (description "Feedbackd provides a DBus daemon to act on events to provide
+haptic, visual and audio feedback.  It offers the libfeedbackd library and
+GObject introspection bindings.")
+     (home-page "https://source.puri.sm/Librem5/feedbackd")
+     (license (list license:lgpl2.1+   ; libfeedbackd
+                    license:lgpl3+)))) ; the rest
--
2.26.0

  reply	other threads:[~2020-04-13 17:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27 18:25 [bug#39312] gnu: Add chatty Jonathan Brielmaier
2020-01-31 16:04 ` [bug#39312] gnu: Add chatty.[v2] Jonathan Brielmaier
2020-02-02 19:37   ` Leo Famulari
2020-02-03 10:55 ` [bug#39312] [PATCH] gnu: Add chatty jonathan.brielmaier
2020-02-15 13:17   ` Jakub Kądziołka
2020-03-24 15:48 ` Jakub Kądziołka
2020-03-24 17:40   ` Jonathan Brielmaier
2020-04-13 17:25 ` [bug#39312] [PATCH 0/3] [v2] " Jonathan Brielmaier
2020-04-13 17:25   ` Jonathan Brielmaier [this message]
2020-04-13 17:25   ` [bug#39312] [PATCH 2/3] gnu: Add purple-mm-sms Jonathan Brielmaier
2020-04-13 17:25   ` [bug#39312] [PATCH 3/3] gnu: Add chatty Jonathan Brielmaier
2020-04-22 15:08     ` Jonathan Brielmaier
2020-05-11 16:16 ` [bug#39312] [v3 PATCH 0/3] " Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 1/3] gnu: Add feedbackd Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 2/3] gnu: Add purple-mm-sms Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 3/3] gnu: Add chatty Jonathan Brielmaier
2020-06-16 20:57   ` bug#39312: [v3 PATCH 0/3] " Efraim Flashner

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=20200413172508.13532-2-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=39312@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).