From patchwork Fri Oct 14 12:02:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: florhizome X-Patchwork-Id: 43405 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8C15E27BBEA; Fri, 14 Oct 2022 15:58:54 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2748227BBE9 for ; Fri, 14 Oct 2022 15:58:54 +0100 (BST) Received: from localhost ([::1]:50918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojM9F-0007eS-BT for patchwork@mira.cbaines.net; Fri, 14 Oct 2022 10:58:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35108) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojM5Z-00044w-7L for guix-patches@gnu.org; Fri, 14 Oct 2022 10:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39224) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ojM5Y-0004KC-Ol for guix-patches@gnu.org; Fri, 14 Oct 2022 10:55:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ojM5Y-00063e-5f for guix-patches@gnu.org; Fri, 14 Oct 2022 10:55:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58501] [PATCH 2/3] gnu: freedesktop: Add power-profiles-daemon Resent-From: florhizome@posteo.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 14:55:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58501 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58501@debbugs.gnu.org Cc: florhizome Received: via spool by 58501-submit@debbugs.gnu.org id=B58501.166575925923172 (code B ref 58501); Fri, 14 Oct 2022 14:55:04 +0000 Received: (at 58501) by debbugs.gnu.org; 14 Oct 2022 14:54:19 +0000 Received: from localhost ([127.0.0.1]:38293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojM4o-00061b-J1 for submit@debbugs.gnu.org; Fri, 14 Oct 2022 10:54:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:47831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojJP7-0000kS-Ih for 58501@debbugs.gnu.org; Fri, 14 Oct 2022 08:03:06 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id A397C240101 for <58501@debbugs.gnu.org>; Fri, 14 Oct 2022 14:02:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1665748979; bh=siNxuiaSJRN0tehRs4uCFatSXUDU/C4qDpepzo8DP6E=; h=From:To:Cc:Subject:Date:From; b=oI1tVTWGhb9bHGFULmhK+7nKbwU2YyQyxa4lEhhxHRbhMxPiUKEhUAv9XgTSsCcnZ SSy3LPzNNzKMhYi+asJft9vEeF5koOLfk5VIFEr763Y0dqKQ4ZoN3idX8gAcj96NZr +CMOwRmnkc7hCGMMFeW7K5cDXqfNzYolBIlsit2bIw+nNfH1WinU7RYdvO7I0pq5Bz FuKhtRGn75566r4VAH3UbStrIpcYeBQohqHDm0QZ9UNC++naNsDFVDYVV0Y+QQqGFW l4ZEgrsRG0b45ldyw9c59gSt/3qcBl5np4Nlt4wg+sgbUk0VAELUhj7I8o603YrFVH 6nIBB8mhGxtqQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MplQB06x3z9rxN; Fri, 14 Oct 2022 14:02:58 +0200 (CEST) From: florhizome@posteo.net Date: Fri, 14 Oct 2022 12:02:45 +0000 Message-Id: <30c42f8604b607345c233c0b60e5330243ecfdbe.1665748966.git.florhizome@posteo.net> In-Reply-To: References: MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 14 Oct 2022 10:54:16 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: florhizome --- gnu/packages/freedesktop.scm | 55 ++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index d72b18caf5..b6aaf1f1ba 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -990,6 +990,61 @@ (define-public packagekit manager for the current system.") (license license:gpl2+))) + +(define-public power-profiles-daemon + (package + (name "power-profiles-daemon") + (version "0.12") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.freedesktop.org/hadess/power-profiles-daemon") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wqcajbj358zpyj6y4h1v34y2yncq76wqxd0jm431habcly0bqyr")))) + (build-system meson-build-system) + (arguments + `(#:configure-flags (list "-Dsystemdsystemunitdir=false") + #:glib-or-gtk? #t + #:phases + (modify-phases %standard-phases + (add-before 'install 'fake-pkexec + (lambda _ (setenv "PKEXEC_UID" "-1"))) + (add-before 'configure 'correct-polkit-dir + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (substitute* + "meson.build" + (("polkit_gobject_dep\\.get_pkgconfig_variable\\('policydir'\\)") + (string-append "'" out "/share/polkit-1/actions'")))))) + (add-after 'install 'wrap-program + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (string-append (assoc-ref outputs "out"))) + (prog (string-append out "/bin/powerprofilesctl"))) + (wrap-program prog + `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH"))) + `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))))))) + (native-inputs + (list `(,glib "bin") vala python gobject-introspection pkg-config)) + (inputs + (list upower glib polkit dbus libgudev + dbus-glib python python-pygobject)) + (synopsis "Makes power profiles handling available over D-Bus.") + (home-page "https://gitlab.freedesktop.org/hadess/power-profiles-daemon") + (description "power-profiles-daemon offers to modify system behaviour based + upon user-selected power profiles. There are 3 different power profiles, a +\"balanced\" default mode, a \"power-saver\" mode, as well as a \"performance\" + mode. The first 2 of those are available on every system. The \"performance\" + mode is only available on select systems and is implemented by different \"drivers\" + based on the system or systems it targets. +In addition to those 2 or 3 modes (depending on the system), \"actions\" can be hooked +up to change the behaviour of a particular device. For example, this can be used +to disable the fast-charging for some USB devices when in power-saver mode.") + (license license:gpl3))) + (define-public python-libevdev (package (name "python-libevdev")