Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] acpid: update to 2.0.33.
@ 2021-09-20 18:32 mobinmob
  2021-09-20 18:36 ` mobinmob
  2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2021-09-20 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages acpid
https://github.com/void-linux/void-packages/pull/33038

acpid: update to 2.0.33.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33038.patch is attached

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

From 7e99180f098049da7d4d82079ea04a5fb538b8f3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Sep 2021 21:30:53 +0300
Subject: [PATCH] acpid: update to 2.0.33.

---
 srcpkgs/acpid/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template
index 8312d0e4e15a..24be7ddd93a7 100644
--- a/srcpkgs/acpid/template
+++ b/srcpkgs/acpid/template
@@ -1,14 +1,14 @@
 # Template file for 'acpid'
 pkgname=acpid
-version=2.0.32
+version=2.0.33
 revision=1
 build_style=gnu-configure
-short_desc="The ACPI Daemon (acpid) With Netlink Support"
+short_desc="ACPI Daemon (acpid) With Netlink Support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://sourceforge.net/projects/acpid2/"
 distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-${version}.tar.xz"
-checksum=f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e
+checksum=0856f71b3eb34a1b663d0a8e6363dfcbc519e63d847330498898658e2972dbe8
 conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
 
 post_install() {

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

* Re: acpid: update to 2.0.33.
  2021-09-20 18:32 [PR PATCH] acpid: update to 2.0.33 mobinmob
@ 2021-09-20 18:36 ` mobinmob
  2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2021-09-20 18:36 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33038#issuecomment-923179134

Comment:
Maybe it makes sense to merge changes from  https://github.com/void-linux/void-packages/pull/25909 .
@phy1729 

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

* Re: [PR PATCH] [Closed]: acpid: update to 2.0.33.
  2021-09-20 18:32 [PR PATCH] acpid: update to 2.0.33 mobinmob
  2021-09-20 18:36 ` mobinmob
@ 2021-10-17 22:05 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-10-17 22:05 UTC (permalink / raw)
  To: ml

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

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

acpid: update to 2.0.33.
https://github.com/void-linux/void-packages/pull/33038

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 3+ messages in thread

end of thread, other threads:[~2021-10-17 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 18:32 [PR PATCH] acpid: update to 2.0.33 mobinmob
2021-09-20 18:36 ` mobinmob
2021-10-17 22:05 ` [PR PATCH] [Closed]: " Piraty

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