unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 3/4] gnu: libcanberra: Add propagated-input.
@ 2014-12-18 21:14 Federico Beffa
  2014-12-21 11:06 ` Ludovic Courtès
  0 siblings, 1 reply; 14+ messages in thread
From: Federico Beffa @ 2014-12-18 21:14 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

I propose to make sound-theme-freedesktop a propagated input of
libcanberra. This is because, according to the XDG sound theme
specification, those event sounds should always be present and used as
fall-back in case other sounds are not present.

http://www.freedesktop.org/wiki/Specifications/sound-theme-spec/

Regards,
Fede

[-- Attachment #2: 0003-gnu-libcanberra-Add-propagated-input.patch --]
[-- Type: text/x-patch, Size: 1105 bytes --]

From 72daec908a2f790d73e332c680433734125c5eee Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 18 Dec 2014 21:32:34 +0100
Subject: [PATCH 3/4] gnu: libcanberra: Add propagated-input.

* gnu/packages/libcanberra.scm (libcanberra): Add 'sound-theme-freedesktop' as
  a propagated-input.
---
 gnu/packages/libcanberra.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index 764c327..24a6a0b 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -58,6 +58,11 @@
        ("udev" ,eudev)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
+    ;; This is the default and fall-back sound theme for XDG desktips and
+    ;; should always be present.
+    ;; http://www.freedesktop.org/wiki/Specifications/sound-theme-spec/
+    (propagated-inputs
+     `(("sound-theme-freedesktop" ,sound-theme-freedesktop)))
     (home-page "http://0pointer.de/lennart/projects/libcanberra/")
     (synopsis
      "Implementation of the XDG Sound Theme and Name Specifications")
-- 
1.8.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-01-12  9:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 21:14 [PATCH 3/4] gnu: libcanberra: Add propagated-input Federico Beffa
2014-12-21 11:06 ` Ludovic Courtès
2014-12-21 15:33   ` Federico Beffa
2015-01-07 17:20     ` Federico Beffa
2015-01-07 20:11     ` Ludovic Courtès
2015-01-08 17:08       ` Federico Beffa
2015-01-08 20:39         ` Ludovic Courtès
2015-01-10 11:15           ` Federico Beffa
2015-01-10 21:13             ` Ludovic Courtès
2015-01-11  8:34               ` Federico Beffa
2015-01-11 10:59                 ` Ludovic Courtès
2015-01-11 13:04                   ` Federico Beffa
2015-01-11 13:34                     ` Federico Beffa
2015-01-12  9:22                       ` Ludovic Courtès

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).