gnu: xcursor-themes: Install data into package output directory.
authorAndreas Enge <andreas@enge.fr>
Sun, 22 Sep 2013 09:16:08 +0000 (11:16 +0200)
committerAndreas Enge <andreas@enge.fr>
Sun, 22 Sep 2013 09:16:08 +0000 (11:16 +0200)
* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
    instead of libxcursor.

gnu/packages/xorg.scm

index 9a0e3e2..0659c8d 100644 (file)
@@ -1929,6 +1929,11 @@ tracking.")
       `(("libxcursor" ,libxcursor)
         ("pkg-config" ,pkg-config)
         ("xcursorgen" ,xcursorgen)))
+    (arguments
+     `(#:configure-flags
+       (list (string-append "--with-cursordir="
+                            (assoc-ref %outputs "out")
+                            "/share/icons"))))
     (home-page "http://www.x.org/wiki/")
     (synopsis "xorg implementation of the X Window System")
     (description "X.org provides an implementation of the X Window System")