From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: <florhizome@posteo.net>, <59948@debbugs.gnu.org>
Subject: [bug#59948] [PATCH 2/2] gnu: Add iio-sensor-proxy
Date: Sun, 11 Dec 2022 16:43:18 +0000 [thread overview]
Message-ID: <COZ50KXKVHU9.1X4SW19999BCE@guix-framework> (raw)
In-Reply-To: <4c2106193551187473304b07f491b8295db14561.1670775116.git.florhizome@posteo.net>
[-- Attachment #1: Type: text/plain, Size: 1528 bytes --]
The (currently empty) commit message should have the removed line from the
previous patch.
On Sun Dec 11, 2022 at 4:16 PM GMT, wrote:
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -810,6 +811,56 @@ (define-public elogind
> +(define-public iio-sensor-proxy
> + (package
> + (name "iio-sensor-proxy")
^^^
Too much indentation ;) Two spaces are enough.
> + #:phases
> + #~(modify-phases %standard-phases
> + (add-before 'configure 'fake-pkexec
> + (lambda _
> + (setenv "PKEXEC_UID" "-1")))
Could you add a comment explaining why this is necessary?
> + (native-inputs
> + (list dbus
> + (list glib "bin")
> + gobject-introspection
> + python
> + python-dbusmock
> + python-psutil
> + pkg-config
> + umockdev))
Please sort these alphabetically by putting PKG-CONFIG before PYTHON.
> + (inputs
> + (list glib libgudev-next polkit))
INPUTS should typically come before NATIVE-INPUTS, imo.
> + (description "With a GNOME 3.18 (or newer) based system, orientation changes
> + will automatically be applied when rotating the panel, ambient light will be
> + used to change the screen brightness, and GeoClue will be able to read the compass
> +data to show the direction in Maps.")
This isn't a full sentence. Please write a description explaining exactly
what it does.
-- (
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2022-12-11 16:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-10 21:26 [bug#59948] [PATCH] Add iio-sensor-proxy Florian
2022-12-11 16:16 ` [bug#59948] [PATCH 1/2] gnu: Add libgudev-next florhizome
2022-12-11 16:16 ` [bug#59948] [PATCH 2/2] gnu: Add iio-sensor-proxy florhizome
2022-12-11 16:43 ` ( via Guix-patches via [this message]
2022-12-11 16:38 ` [bug#59948] [PATCH 1/2] gnu: Add libgudev-next ( via Guix-patches via
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=COZ50KXKVHU9.1X4SW19999BCE@guix-framework \
--to=guix-patches@gnu.org \
--cc=59948@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).