From: Meiyo Peng <meiyo@riseup.net>
To: stefanx2ovic@gmail.com
Cc: 36073 <36073@debbugs.gnu.org>
Subject: [bug#36073] [PATCH 3/5] gnu: swayidle: Update to 1.3.
Date: Mon, 10 Jun 2019 10:22:57 +0800 [thread overview]
Message-ID: <87k1duyy9q.fsf@riseup.net> (raw)
In-Reply-To: <CAFBTj=jpB_T=1iP3PzaNomGJM=9BT9nS_GAj91OL55pfYQwDEA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
Hi Stefan,
swayidle 1.3 requires elogind/systemd for lock/unlock signal support.
--
Meiyo Peng
https://www.pengmeiyu.com/
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-swayidle-Add-elogind-support.patch --]
[-- Type: text/x-patch, Size: 1073 bytes --]
From 36c53079895c5b5b0bb801e2c5ca96803b4acb08 Mon Sep 17 00:00:00 2001
From: Meiyo Peng <meiyo@riseup.net>
Date: Sun, 9 Jun 2019 18:10:20 +0800
Subject: [PATCH 2/2] gnu: swayidle: Add elogind support.
* gnu/packages/wm.scm (swayidle)[arguments]: Add #:configure-flags.
[inputs]: Add elogind.
---
gnu/packages/wm.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 089e083e8b..5bfc7cbd8d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1243,7 +1243,10 @@ modules for building a Wayland compositor.")
(sha256
(base32 "04agcbhc473jkk7npb40i94ny8naykxzpjcw2lvl05kxv65y5d9v"))))
(build-system meson-build-system)
- (inputs `(("wayland" ,wayland)))
+ (arguments
+ `(#:configure-flags '("-Dlogind-provider=elogind")))
+ (inputs `(("elogind" ,elogind)
+ ("wayland" ,wayland)))
(native-inputs `(("pkg-config" ,pkg-config)
("scdoc" ,scdoc)
("wayland-protocols" ,wayland-protocols)))
--
2.22.0
next prev parent reply other threads:[~2019-06-10 2:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 16:58 [bug#36073] [PATCH 0/5] Update sway window manager and related utilities Stefan Stefanović
2019-06-03 17:01 ` [bug#36073] [PATCH 1/5] gnu: wlroots: Update to 0.6.0 Stefan Stefanović
2019-06-03 17:03 ` [bug#36073] [PATCH 2/5] gnu: sway: Update to 1.1.1 Stefan Stefanović
2019-06-10 2:17 ` Meiyo Peng
2019-06-10 3:05 ` Tobias Geerinckx-Rice
2019-06-10 6:01 ` Meiyo Peng
2019-06-14 12:10 ` Marius Bakke
2019-06-03 17:04 ` [bug#36073] [PATCH 3/5] gnu: swayidle: Update to 1.3 Stefan Stefanović
2019-06-10 2:22 ` Meiyo Peng [this message]
2019-06-15 12:52 ` Marius Bakke
2019-06-03 17:05 ` [bug#36073] [PATCH 4/5] gnu: swaylock: Update to 1.4 Stefan Stefanović
2019-06-03 17:07 ` [bug#36073] [PATCH 5/5] gnu: Add swaybg Stefan Stefanović
2019-06-07 7:51 ` bug#36073: [PATCH 0/5] Update sway window manager and related utilities Rutger Helling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k1duyy9q.fsf@riseup.net \
--to=meiyo@riseup.net \
--cc=36073@debbugs.gnu.org \
--cc=stefanx2ovic@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.