unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages.
@ 2015-04-07 17:37 Andy Wingo
  2015-04-18 20:45 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Wingo @ 2015-04-07 17:37 UTC (permalink / raw)
  To: guix-devel

* 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

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

* Re: [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages.
  2015-04-07 17:37 [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages Andy Wingo
@ 2015-04-18 20:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-04-18 20:45 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@pobox.com> skribis:

> * gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2015-04-18 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 17:37 [PATCH 2/4] gnu: gnome-settings-daemon: Use wacom packages Andy Wingo
2015-04-18 20:45 ` 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).