Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tlp: update to 1.6.1.
@ 2023-10-11 15:01 mhmdanas
  2023-10-13 18:22 ` mithodin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-10-11 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages tlp-1.6.1
https://github.com/void-linux/void-packages/pull/46602

tlp: update to 1.6.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/46602.patch is attached

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

From fd9219b1844c12eab5776cbecaccb5021ea3835e Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Wed, 11 Oct 2023 15:57:29 +0100
Subject: [PATCH] tlp: update to 1.6.1.

---
 srcpkgs/tlp/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index e8f6ed94ad4f2..6e14eabd2ac8d 100644
--- a/srcpkgs/tlp/template
+++ b/srcpkgs/tlp/template
@@ -1,7 +1,7 @@
 # Template file for 'tlp'
 pkgname=tlp
-version=1.5.0
-revision=3
+version=1.6.1
+revision=1
 depends="hdparm bash iw util-linux ethtool perl"
 short_desc="Advanced power management tool for Linux"
 maintainer="Alan Brown <adbrown@rocketmail.com>"
@@ -9,7 +9,7 @@ license="GPL-2.0-or-later"
 homepage="https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
 changelog="https://raw.githubusercontent.com/linrunner/TLP/main/changelog"
 distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
-checksum=b5f08f00d535c26abc49b336b4c7264c6e5fb7bc3de8054eaabeebdd00e0760e
+checksum=f7d013691a92ffcf42ef1648565dbc24a33202046d3c8138dad1963a3169a0f5
 
 conflicts="laptop-mode>=0 perl-Unicode-Tussle>=0"
 conf_files="/etc/tlp.conf /etc/tlp.d/*.conf"
@@ -19,7 +19,6 @@ do_install() {
 	make DESTDIR=${DESTDIR} \
 		TLP_SBIN=/usr/bin \
 		TLP_ULIB=/usr/lib/udev \
-		TLP_SHCPL=/usr/share/bash-completion/completions \
 		TLP_ELOD=/usr/libexec/elogind/system-sleep \
 		TLP_WITH_SYSTEMD=0 \
 		install
@@ -45,7 +44,7 @@ tlp-rdw_package() {
 		vmove usr/bin/tlp-rdw
 		vmove usr/lib/udev/rules.d/85-tlp-rdw.rules
 		vmove usr/lib/udev/tlp-rdw-udev
-		vmove etc/NetworkManager/dispatcher.d/99tlp-rdw-nm
+		vmove usr/lib/NetworkManager/dispatcher.d/99tlp-rdw-nm
 		vmove usr/share/man/man8/tlp-rdw.8
 	}
 }

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

* Re: tlp: update to 1.6.1.
  2023-10-11 15:01 [PR PATCH] tlp: update to 1.6.1 mhmdanas
@ 2023-10-13 18:22 ` mithodin
  2023-10-17 12:16 ` adbrown101
  2023-10-24 13:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mithodin @ 2023-10-13 18:22 UTC (permalink / raw)
  To: ml

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

New comment by mithodin on void-packages repository

https://github.com/void-linux/void-packages/pull/46602#issuecomment-1761990210

Comment:
Tried it on my machine (intel x64) today, works fine. Would appreciate a merge.

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

* Re: tlp: update to 1.6.1.
  2023-10-11 15:01 [PR PATCH] tlp: update to 1.6.1 mhmdanas
  2023-10-13 18:22 ` mithodin
@ 2023-10-17 12:16 ` adbrown101
  2023-10-24 13:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: adbrown101 @ 2023-10-17 12:16 UTC (permalink / raw)
  To: ml

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

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/46602#issuecomment-1766298390

Comment:
Looks good on my machine also

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

* Re: [PR PATCH] [Merged]: tlp: update to 1.6.1.
  2023-10-11 15:01 [PR PATCH] tlp: update to 1.6.1 mhmdanas
  2023-10-13 18:22 ` mithodin
  2023-10-17 12:16 ` adbrown101
@ 2023-10-24 13:06 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-10-24 13:06 UTC (permalink / raw)
  To: ml

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

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

tlp: update to 1.6.1.
https://github.com/void-linux/void-packages/pull/46602

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

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

<!--
#### 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-10-24 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 15:01 [PR PATCH] tlp: update to 1.6.1 mhmdanas
2023-10-13 18:22 ` mithodin
2023-10-17 12:16 ` adbrown101
2023-10-24 13:06 ` [PR PATCH] [Merged]: " classabbyamp

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