From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE08F158094 for ; Thu, 6 Oct 2022 19:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C36F8E08FA; Thu, 6 Oct 2022 19:38:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC1E3E08FA for ; Thu, 6 Oct 2022 19:38:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27E9E340A5D for ; Thu, 6 Oct 2022 19:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0425B5 for ; Thu, 6 Oct 2022 19:38:14 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1665085052.e75bb4c093f84e7015c262ad1b784ba9380e67ba.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/power-profiles-daemon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/power-profiles-daemon/Manifest gui-libs/power-profiles-daemon/metadata.xml gui-libs/power-profiles-daemon/power-profiles-daemon-0.12.ebuild X-VCS-Directories: gui-libs/power-profiles-daemon/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: e75bb4c093f84e7015c262ad1b784ba9380e67ba X-VCS-Branch: dev Date: Thu, 6 Oct 2022 19:38:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8a2221e-e860-446a-b211-d58335628b13 X-Archives-Hash: d85505c294eae4258e2836315c5fcc9f commit: e75bb4c093f84e7015c262ad1b784ba9380e67ba Author: Pascal Jäger leimstift de> AuthorDate: Thu Oct 6 19:37:32 2022 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Thu Oct 6 19:37:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e75bb4c0 gui-libs/power-profiles-daemon: add package, version 0.12 Signed-off-by: Pascal Jäger leimstift.de> gui-libs/power-profiles-daemon/Manifest | 1 + gui-libs/power-profiles-daemon/metadata.xml | 11 +++++++ .../power-profiles-daemon-0.12.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/gui-libs/power-profiles-daemon/Manifest b/gui-libs/power-profiles-daemon/Manifest new file mode 100644 index 000000000..e09b4dca4 --- /dev/null +++ b/gui-libs/power-profiles-daemon/Manifest @@ -0,0 +1 @@ +DIST power-profiles-daemon-0.12.tar.gz 55705 BLAKE2B 7e78744186d1175d7dc67e3fe84481f68e14ed409639a44bd834ffae820b0828428271360f4f7faa0e2c2323f2ce4d1061e1b260b74aaf5da5cd35881def4a6f SHA512 d6645432751cbf94166307d2d3f982a598c28c0541bda666bc04c2da68ca7d0a129209312a9e6437fe80b786d7040ea34e5e921bc23f0a8d554f72fac1aada5a diff --git a/gui-libs/power-profiles-daemon/metadata.xml b/gui-libs/power-profiles-daemon/metadata.xml new file mode 100644 index 000000000..794e26eac --- /dev/null +++ b/gui-libs/power-profiles-daemon/metadata.xml @@ -0,0 +1,11 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + Run pylint checks + + diff --git a/gui-libs/power-profiles-daemon/power-profiles-daemon-0.12.ebuild b/gui-libs/power-profiles-daemon/power-profiles-daemon-0.12.ebuild new file mode 100644 index 000000000..aec2e1be6 --- /dev/null +++ b/gui-libs/power-profiles-daemon/power-profiles-daemon-0.12.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson # gnome.org meson xdg + +DESCRIPTION="Makes power profiles handling available over D-Bus." +HOMEPAGE="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/" +SRC_URI="https://gitlab.freedesktop.org/hadess/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="gtk-doc pylint" + +RDEPEND=" + >=dev-libs/glib-2.0:2 + >=dev-libs/libgudev-234 + sys-power/upower + >=sys-auth/polkit-0.114 + pylint? ( dev-python/pylint ) + sys-apps/systemd +" +DEPEND="${RDEPEND}" +BDEPEND=" + gtk-doc? ( dev-util/gi-docgen ) +" + +src_configure() { + local emesonargs=( + $(meson_use gtk-doc gtk_doc) + $(meson_use pylint) + -Dtests=false + ) + meson_src_configure +}