Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] power-profiles-daemon: add startup dependency
Date: Sat, 19 Aug 2023 03:20:08 +0200	[thread overview]
Message-ID: <20230819012008.mRIIrxpjCotcxEseOrnJAjSnsfDZV7JKGfu02Djxz8g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45660@inbox.vuxu.org>

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

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

https://github.com/Luciogi/void-packages patch-power-profiles-daemon
https://github.com/void-linux/void-packages/pull/45660

power-profiles-daemon: add startup dependency


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-Glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-power-profiles-daemon-45660.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]

From 81c4671dd9b214f42032756a2bf71bf2585b5bdc Mon Sep 17 00:00:00 2001
From: Luciogi <84625092+Luciogi@users.noreply.github.com>
Date: Fri, 18 Aug 2023 16:40:26 +0000
Subject: [PATCH] power-profiles-daemon: add startup dependency

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

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
index c5dc3f90c28a4..a3eaf98a90910 100644
--- a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -1,3 +1,4 @@
 #!/bin/sh
 exec 2>&1
+sv start dbus >/dev/null || exit 1
 exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
index b4e1ad88cb359..0fdffbd409ab6 100644
--- a/srcpkgs/power-profiles-daemon/template
+++ b/srcpkgs/power-profiles-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'power-profiles-daemon'
 pkgname=power-profiles-daemon
 version=0.13
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
 hostmakedepends="pkg-config glib-devel"

  parent reply	other threads:[~2023-08-19  1:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 16:47 [PR PATCH] add power-profiles-daemon " Luciogi
2023-08-18 17:42 ` [PR PATCH] [Updated] " Luciogi
2023-08-18 17:53 ` power-profiles-daemon: add " Luciogi
2023-08-18 18:20 ` [PR REVIEW] " ahesford
2023-08-19  1:20 ` Luciogi [this message]
2023-08-19  1:21 ` Luciogi
2023-08-19  1:23 ` [PR REVIEW] " ahesford
2023-08-19  3:13 ` [PR PATCH] [Updated] " Luciogi
2023-08-19  3:13 ` Luciogi
2023-08-20 14:32 ` [PR PATCH] [Merged]: " Duncaen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230819012008.mRIIrxpjCotcxEseOrnJAjSnsfDZV7JKGfu02Djxz8g@z \
    --to=luciogi@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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).