Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] power-profiles-daemon: add dependency for powerprofilesctl interface
@ 2023-03-24  9:59 oreo639
  2023-03-24 10:00 ` [PR PATCH] [Updated] " oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oreo639 @ 2023-03-24  9:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1280 bytes --]

There is a new pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/42973

power-profiles-daemon: add dependency for powerprofilesctl interface
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42973.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ppd-42973.patch --]
[-- Type: text/x-diff, Size: 1068 bytes --]

From d7216aeb80605b112c1e751f472061e8ca158234 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 24 Mar 2023 02:58:08 -0700
Subject: [PATCH] power-profiles-daemon: add dependency for powerprofilesctl
 interface

---
 srcpkgs/power-profiles-daemon/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
index 07dc66d6818d..30ffad79543c 100644
--- a/srcpkgs/power-profiles-daemon/template
+++ b/srcpkgs/power-profiles-daemon/template
@@ -1,11 +1,12 @@
 # Template file for 'power-profiles-daemon'
 pkgname=power-profiles-daemon
 version=0.12
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
 hostmakedepends="pkg-config glib-devel"
 makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+depends="python3-gobject"
 checkdepends="python3-dbusmock umockdev-devel"
 short_desc="Makes power profiles handling available over D-Bus"
 maintainer="oreo639 <oreo6391@gmail.com>"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] power-profiles-daemon: add dependency for powerprofilesctl interface
  2023-03-24  9:59 [PR PATCH] power-profiles-daemon: add dependency for powerprofilesctl interface oreo639
@ 2023-03-24 10:00 ` oreo639
  2023-03-24 11:15 ` power-profiles-daemon: add dependency for powerprofilesctl motorto
  2023-03-24 19:51 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2023-03-24 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/42973

power-profiles-daemon: add dependency for powerprofilesctl interface
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42973.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ppd-42973.patch --]
[-- Type: text/x-diff, Size: 1057 bytes --]

From f97c25ba09d6b26491e60ae679b7984e1ffcdaae Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 24 Mar 2023 02:58:08 -0700
Subject: [PATCH] power-profiles-daemon: add dependency for powerprofilesctl

---
 srcpkgs/power-profiles-daemon/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
index 07dc66d6818d..30ffad79543c 100644
--- a/srcpkgs/power-profiles-daemon/template
+++ b/srcpkgs/power-profiles-daemon/template
@@ -1,11 +1,12 @@
 # Template file for 'power-profiles-daemon'
 pkgname=power-profiles-daemon
 version=0.12
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
 hostmakedepends="pkg-config glib-devel"
 makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+depends="python3-gobject"
 checkdepends="python3-dbusmock umockdev-devel"
 short_desc="Makes power profiles handling available over D-Bus"
 maintainer="oreo639 <oreo6391@gmail.com>"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: power-profiles-daemon: add dependency for powerprofilesctl
  2023-03-24  9:59 [PR PATCH] power-profiles-daemon: add dependency for powerprofilesctl interface oreo639
  2023-03-24 10:00 ` [PR PATCH] [Updated] " oreo639
@ 2023-03-24 11:15 ` motorto
  2023-03-24 19:51 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-03-24 11:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/42973#issuecomment-1482639730

Comment:
Tested on my machine and it fixes the traceback ! 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: power-profiles-daemon: add dependency for powerprofilesctl
  2023-03-24  9:59 [PR PATCH] power-profiles-daemon: add dependency for powerprofilesctl interface oreo639
  2023-03-24 10:00 ` [PR PATCH] [Updated] " oreo639
  2023-03-24 11:15 ` power-profiles-daemon: add dependency for powerprofilesctl motorto
@ 2023-03-24 19:51 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-24 19:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]

There's a merged pull request on the void-packages repository

power-profiles-daemon: add dependency for powerprofilesctl
https://github.com/void-linux/void-packages/pull/42973

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-24 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  9:59 [PR PATCH] power-profiles-daemon: add dependency for powerprofilesctl interface oreo639
2023-03-24 10:00 ` [PR PATCH] [Updated] " oreo639
2023-03-24 11:15 ` power-profiles-daemon: add dependency for powerprofilesctl motorto
2023-03-24 19:51 ` [PR PATCH] [Merged]: " paper42

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 NNTP newsgroup(s).