all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages.
Date: Tue, 7 Apr 2015 19:37:29 +0200	[thread overview]
Message-ID: <1429087547.287372.30140@badger> (raw)

* gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages.
---
 gnu/packages/gnome.scm | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e7f854d..92e8e64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -62,6 +62,7 @@
   #:use-module (gnu packages xml)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages wacom)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages xdisorg)
@@ -2145,17 +2146,7 @@ services for numerous locations.")
          "1w29x2izq59125ga5ncmmaklc8kw7x7rdn6swn26bs23mah1r1g3"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; libwacom and xorg-wacom not yet packaged.  Hackily disable by
-         ;; pretending to be s390 (!).
-         (add-before
-          'configure 'disable-wacom
-          (lambda _
-            (substitute* "configure"
-              (("if test \"\\$host_cpu\" = s390 -o \"\\$host_cpu\" = s390x")
-               "if true")))))
-       ;; Network manager not yet packaged.
+     `(;; Network manager not yet packaged.
        #:configure-flags '("--disable-network-manager")
        ;; Color management test can't reach the colord system service.
        #:tests? #f))
@@ -2183,7 +2174,10 @@ services for numerous locations.")
        ("gnome-desktop" ,gnome-desktop)
        ("nss" ,nss)
        ("cups" ,cups)
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+       ("libwacom" ,libwacom)
+       ("librsvg" ,librsvg)
+       ("xf86-input-wacom" ,xf86-input-wacom)))
     (home-page "http://www.gnome.org")
     (synopsis "GNOME settings daemon")
     (description
-- 
2.2.1

             reply	other threads:[~2015-04-15  8:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07 17:37 Andy Wingo [this message]
2015-04-18 20:45 ` [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages 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=1429087547.287372.30140@badger \
    --to=wingo@pobox.com \
    --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.