gnu: xlockmore: Update to 5.47.

* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
This commit is contained in:
Efraim Flashner 2016-05-27 16:35:47 +03:00
parent a60c705bd8
commit e4ddf924e5
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 5 additions and 5 deletions

View File

@ -11,6 +11,7 @@
;;; Copyright © 2015 Florian Paul Schmidt <mista.tapas@gmx.net> ;;; Copyright © 2015 Florian Paul Schmidt <mista.tapas@gmx.net>
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -540,7 +541,7 @@ things less distracting.")
(define-public xlockmore (define-public xlockmore
(package (package
(name "xlockmore") (name "xlockmore")
(version "5.46") (version "5.47")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append (uri (list (string-append
@ -549,10 +550,10 @@ things less distracting.")
(string-append (string-append
"http://www.tux.org/~bagleyd/xlock/xlockmore-old" "http://www.tux.org/~bagleyd/xlock/xlockmore-old"
"/xlockmore-" version "/xlockmore-" version
"/xlockmore-" version ".tar.bz2"))) "/xlockmore-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1ps0dmnh912x8mwns94y2607xk90rjxrjn5s1pkmmpjg5h9bxcrj")))) "138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags (list (string-append "--enable-appdefaultdir=" '(#:configure-flags (list (string-append "--enable-appdefaultdir="
@ -570,8 +571,7 @@ things less distracting.")
"XLockMore is a classic screen locker and screen saver for the "XLockMore is a classic screen locker and screen saver for the
X Window System.") X Window System.")
(license (license:non-copyleft #f "See xlock.c.") (license (license:non-copyleft #f "See xlock.c.")
;; + GPLv2 in modes/glx/biof.c. ))) ; + GPLv2 in modes/glx/biof.c.
)))
(define-public xosd (define-public xosd
(package (package