GNU bug report logs -
#31491
[PATCH] gnu: xss-lock: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 13:16:01 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31491 in the body.
You can then email your comments to 31491 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31491
; Package
guix-patches
.
(Fri, 18 May 2018 13:16:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pierre Neidhardt <ambrevar <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 May 2018 13:16:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (xss-lock): New variable.
---
gnu/packages/xdisorg.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 0432411ab..4f6059aa5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1438,3 +1438,39 @@ with black color on a white background (colors are configurable on the
commandline).")
(home-page "https://www.joachim-breitner.de/projects#screen-message")
(license license:gpl2+)))
+
+(define-public xss-lock
+ ;; xss-lock does not seem to be maintained any longer, but the last commits
+ ;; fix important issues so we package them.
+ (let ((version "0.3.0")
+ (revision "1")
+ (commit "1e158fb20108058dbd62bd51d8e8c003c0a48717"))
+ (package
+ (name "xss-lock")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://bitbucket.org/raymonad/xss-lock.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "10hx7k7ga8g08akwz8qrsvj8iqr5nd4siiva6sjx789jvf0sak7r"))))
+ (build-system cmake-build-system)
+ (inputs `(("glib" ,glib)
+ ("xcb-util" ,xcb-util)))
+ (native-inputs
+ `(("python-docutils" ,python-docutils)
+ ("pkg-config" ,pkg-config)))
+ (arguments
+ `(#:tests? #f))
+ (synopsis "Use external screen locker on events")
+ (description "@code{xss-lock} listens to X signals to fire up a
+user-defined screensaver. In effect this allows to automatically lock the
+screen when closing a laptop lid or after a period of user inactivity (as set
+with @code{xset s TIMEOUT}). The notifier command, if specified, is executed
+first. Additionally, xss-lock uses the inhibition logic to lock the screen
+before the system goes to sleep.")
+ (home-page "https://bitbucket.org/raymonad/xss-lock")
+ (license license:bsd-style))))
--
2.17.0
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Sat, 19 May 2018 20:44:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pierre Neidhardt <ambrevar <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 19 May 2018 20:44:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 31491-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/xdisorg.scm (xss-lock): New variable.
Applied with the changes below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4f6059aa5..f42691b75 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2017 Marek Benc <dusxmt <at> gmx.com>
;;; Copyright © 2017 Mike Gerwitz <mtg <at> gnu.org>
;;; Copyright © 2018 Thomas Sigurdsen <tonton <at> riseup.net>
+;;; Copyright © 2018 Pierre Neidhardt <ambrevar <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1473,4 +1474,4 @@ with @code{xset s TIMEOUT}). The notifier command, if specified, is executed
first. Additionally, xss-lock uses the inhibition logic to lock the screen
before the system goes to sleep.")
(home-page "https://bitbucket.org/raymonad/xss-lock")
- (license license:bsd-style))))
+ (license license:expat))))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Jun 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.