all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH 4/4] gnu: evince: Add inputs.
Date: Thu, 18 Dec 2014 22:22:27 +0100	[thread overview]
Message-ID: <CAKrPhPNpwi_gS=Yp1P7iXaU6S=ek2hL02_5sLHg8reaZyTNU-g@mail.gmail.com> (raw)

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

Update evince to take advantage of dconf and theme sounds.

Given that every GTK+ application handles event sounds with the help
of libcanberra, I would like to propose to add the latter as a
propagated-input to gtk instead of adding it to every single gtk
application and, in applications, to make gtk a propagated-input.

https://developer.gnome.org/libcanberra/0.28/libcanberra-canberra-gtk.html

Regards,
Fede

[-- Attachment #2: 0004-gnu-evince-Add-inputs.patch --]
[-- Type: text/x-patch, Size: 1135 bytes --]

From 6d2a39afbefef0e689cb37dd22e54e848a7f653c Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 18 Dec 2014 21:48:43 +0100
Subject: [PATCH 4/4] gnu: evince: Add inputs.

* gnu/packages/gnome.scm (evince): Add 'dconf' as an input and 'libcanberra'
  as a propagated input.
---
 gnu/packages/gnome.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a052be1..a64d21a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -250,13 +250,16 @@ and keep up to date translations of documentation.")
        ("libsm" ,libsm)
        ("libice" ,libice)
        ("shared-mime-info" ,shared-mime-info)
-
+       ("dconf" ,dconf)
+       
        ;; For tests.
        ("dogtail" ,python2-dogtail)))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("libcanberra" ,libcanberra))) ; to inherit default sounds
     (home-page
      "http://www.gnome.org/projects/evince/")
     (synopsis "GNOME's document viewer")
-- 
1.8.4


             reply	other threads:[~2014-12-18 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 21:22 Federico Beffa [this message]
2014-12-21 11:08 ` [PATCH 4/4] gnu: evince: Add inputs Ludovic Courtès
2015-01-10 16:30   ` Federico Beffa
2015-01-10 21:14     ` 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

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

  git send-email \
    --in-reply-to='CAKrPhPNpwi_gS=Yp1P7iXaU6S=ek2hL02_5sLHg8reaZyTNU-g@mail.gmail.com' \
    --to=beffa@ieee.org \
    --cc=guix-devel@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.