Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tlp: install elogind hooks to appropriate location
@ 2020-12-15 16:11 pbui
  2020-12-15 16:49 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: pbui @ 2020-12-15 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages tlp
https://github.com/void-linux/void-packages/pull/27183

tlp: install elogind hooks to appropriate location
On voidlinux, elogind looks for the hooks in /usr/libexec/elogind rather
than /usr/lib/elogind.

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

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

From 090e3c7df32df797599e72df72a342b4775c1862 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Tue, 15 Dec 2020 11:07:16 -0500
Subject: [PATCH] tlp: install elogind hooks to appropriate location

On voidlinux, elogind looks for the hooks in /usr/libexec/elogind rather
than /usr/lib/elogind.
---
 srcpkgs/tlp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index 78b951090ae..18a7b44c10a 100644
--- a/srcpkgs/tlp/template
+++ b/srcpkgs/tlp/template
@@ -1,7 +1,7 @@
 # Template file for 'tlp'
 pkgname=tlp
 version=1.3.1
-revision=2
+revision=3
 wrksrc="TLP-${version}"
 depends="hdparm bash iw util-linux ethtool perl"
 short_desc="Advanced power management tool for Linux"
@@ -20,7 +20,7 @@ do_install() {
 		TLP_SBIN=/usr/bin \
 		TLP_ULIB=/usr/lib/udev \
 		TLP_SHCPL=/usr/share/bash-completion/completions \
-		TLP_ELOD=/usr/lib/elogind/system-sleep \
+		TLP_ELOD=/usr/libexec/elogind/system-sleep \
 		TLP_WITH_SYSTEMD=0 \
 		install
 

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

* Re: [PR PATCH] [Merged]: tlp: install elogind hooks to appropriate location
  2020-12-15 16:11 [PR PATCH] tlp: install elogind hooks to appropriate location pbui
@ 2020-12-15 16:49 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-12-15 16:49 UTC (permalink / raw)
  To: ml

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

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

tlp: install elogind hooks to appropriate location
https://github.com/void-linux/void-packages/pull/27183

Description:
On voidlinux, elogind looks for the hooks in /usr/libexec/elogind rather
than /usr/lib/elogind.

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

end of thread, other threads:[~2020-12-15 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 16:11 [PR PATCH] tlp: install elogind hooks to appropriate location pbui
2020-12-15 16:49 ` [PR PATCH] [Merged]: " sgn

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).