guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: xlockmore: Update to 5.45.


From: Ludovic Courtès
Subject: 01/05: gnu: xlockmore: Update to 5.45.
Date: Mon, 12 Jan 2015 22:33:19 +0000

civodul pushed a commit to branch master
in repository guix.

commit bb54c8ff051c767e30354e8a6eef5d256a2b2a94
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 12 21:12:28 2015 +0100

    gnu: xlockmore: Update to 5.45.
    
    * gnu/packages/xlockmore.scm (xlockmore): Update to 5.45.
      [arguments]: Add #:configure-flags.
---
 gnu/packages/xlockmore.scm |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xlockmore.scm b/gnu/packages/xlockmore.scm
index 1665849..75dad1a 100644
--- a/gnu/packages/xlockmore.scm
+++ b/gnu/packages/xlockmore.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,16 +27,20 @@
 (define-public xlockmore
   (package
     (name "xlockmore")
-    (version "5.42")
+    (version "5.45")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.tux.org/~bagleyd/xlock/xlockmore-";
                                  version "/xlockmore-" version ".tar.bz2"))
              (sha256
               (base32
-               "17xicps92ah9377zk65k9l1bmvzzj3bpxzzwxx21g9696l71gr0z"))))
+               "1xqm61bbfn5q056w57vp16gvai8nqpcw570ysxlm5h46nh6ai0bz"))))
     (build-system gnu-build-system)
-    (arguments '(#:tests? #f))                 ; no such thing as a test suite
+    (arguments
+     '(#:configure-flags (list (string-append "--enable-appdefaultdir="
+                                              (assoc-ref %outputs "out")
+                                              "/lib/X11/app-defaults"))
+       #:tests? #f))                            ;no such thing as a test suite
     (inputs
      `(("libX11" ,libx11)
        ("libXext" ,libxext)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]