From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: <florhizome@posteo.net>, <60013@debbugs.gnu.org>
Subject: [bug#60013] [PATCH 2/3] gnu: Add clightd
Date: Mon, 12 Dec 2022 21:53:12 +0000 [thread overview]
Message-ID: <CP068ELG98OJ.4MBUHA3BRE8@guix-framework> (raw)
In-Reply-To: <5004a8b824881df48dbf6304de630d07709ada12.1670876889.git.florhizome@posteo.net>
[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]
Heya,
* gnu/packages/wm.scm (clightd): New variable.
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -188,6 +193,70 @@ (define-public bspwm
+ #:tests? #f ;;;tests not found
If there *are* actually tests, could you try to patch it to make them
work?
+ (lambda _
+ (substitute* "./CMakeLists.txt"
+ (("DESTINATION \\$\\{SYSTEM_BUS_DIR\\}")
+ (string-append "DESTINATION "
+ #$output "/share/dbus-1/system-services"))
+ (("DESTINATION \\$\\{POLKIT_ACTION_DIR\\}")
+ (string-append "DESTINATION "
+ #$output "/share/polkit-1/actions"))))
Maybe add these configure flags instead?
(string-append "-DSYSTEM_BUS_DIR="
#$output "/share/dbus-1/system-services")
(string-append "-DPOLKIT_ACTION_DIR="
#$output "/share/polkit-1/actions")
I'm not sure if that'll even work, I don't do CMake :)
+ (description "Bus interface for many display capabilities")
+ (synopsis "Clightd is a bus interface that lets you easily set/get screen
+ brightness, gamma temperature and display dpms state. Moreover, it enables
+ getting ambient brightness through webcam frames capture or ALS devices.
I think you got "description" and "synopsis" the wrong way round :)
-- (
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2022-12-12 21:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 16:53 [bug#60013] [PATCH] gnu: Add clight Florian
2022-12-12 19:16 ` zimoun
2022-12-12 20:51 ` Tobias Geerinckx-Rice via Guix-patches via
2022-12-12 20:31 ` [bug#60013] [PATCH 1/3] gnu: Add libmodule florhizome
2022-12-12 20:31 ` [bug#60013] [PATCH 2/3] gnu: Add clightd florhizome
2022-12-12 21:53 ` ( via Guix-patches via [this message]
2022-12-12 20:31 ` [bug#60013] [PATCH 3/3] gnu: Add clight florhizome
2022-12-12 21:57 ` ( via Guix-patches via
2022-12-12 21:00 ` [bug#60013] [PATCH 1/3] gnu: Add libmodule ( via Guix-patches via
2022-12-12 23:48 ` zimoun
2022-12-13 11:51 ` Florian
2022-12-15 11:31 ` zimoun
2022-12-20 16:33 ` Florian
2022-12-21 11:22 ` ( via Guix-patches via
2022-12-30 12:45 ` zimoun
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CP068ELG98OJ.4MBUHA3BRE8@guix-framework \
--to=guix-patches@gnu.org \
--cc=60013@debbugs.gnu.org \
--cc=florhizome@posteo.net \
--cc=paren@disroot.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).