Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] upower: update to 1.90.7.
@ 2025-03-09 19:07 icp1994
  2025-03-10 13:46 ` [PR PATCH] [Updated] " icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2025-03-09 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages upower
https://github.com/void-linux/void-packages/pull/54640

upower: update to 1.90.7.
#### 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**

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

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

From b9a53903afabff4f7e11dc11968511d9323092de Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 7 Mar 2025 13:01:58 +0530
Subject: [PATCH] upower: update to 1.90.7.

---
 srcpkgs/upower/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template
index fbd60f163b4046..dc781916241be6 100644
--- a/srcpkgs/upower/template
+++ b/srcpkgs/upower/template
@@ -1,6 +1,6 @@
 # Template file for 'upower'
 pkgname=upower
-version=1.90.4
+version=1.90.7
 revision=1
 build_helper="gir"
 build_style=meson
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/upower/upower"
 changelog="https://gitlab.freedesktop.org/upower/upower/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/upower/upower/-/archive/v${version}/upower-v${version}.tar.bz2"
-checksum=bfd0ff3be2be3176c64b78b24b6c7c0782f97777b4d9cb538509b5444ca135e1
+checksum=ed1869c2c06fe30e3f5ce29c2835cfe885176bc5806e4f194745560aec7291e6
 
 provides="upower0-${version}_${revision}"
 replaces="upower0>=0"

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

* Re: [PR PATCH] [Updated] upower: update to 1.90.7.
  2025-03-09 19:07 [PR PATCH] upower: update to 1.90.7 icp1994
@ 2025-03-10 13:46 ` icp1994
  2025-03-10 14:11 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2025-03-10 13:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages upower
https://github.com/void-linux/void-packages/pull/54640

upower: update to 1.90.7.
#### 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**

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

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

From c6f29dc85270aa74dbb917136c17d0b97b367814 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 7 Mar 2025 13:01:58 +0530
Subject: [PATCH] upower: update to 1.90.7.

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

diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template
index fbd60f163b4046..5472bef49d0370 100644
--- a/srcpkgs/upower/template
+++ b/srcpkgs/upower/template
@@ -1,13 +1,13 @@
 # Template file for 'upower'
 pkgname=upower
-version=1.90.4
+version=1.90.7
 revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Dos_backend=linux -Dsystemdsystemunitdir=no
  $(vopt_feature gir introspection) $(vopt_bool gtk_doc gtk-doc)"
 conf_files="/etc/UPower/UPower.conf"
-hostmakedepends="gettext glib-devel gobject-introspection
+hostmakedepends="appstream-glib gettext glib-devel gobject-introspection
  $(vopt_if gtk_doc gtk-doc) docbook-xsl libxslt pkg-config"
 makedepends="libusb-devel libgudev-devel dbus-glib-devel
  libimobiledevice-devel polkit-devel"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/upower/upower"
 changelog="https://gitlab.freedesktop.org/upower/upower/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/upower/upower/-/archive/v${version}/upower-v${version}.tar.bz2"
-checksum=bfd0ff3be2be3176c64b78b24b6c7c0782f97777b4d9cb538509b5444ca135e1
+checksum=ed1869c2c06fe30e3f5ce29c2835cfe885176bc5806e4f194745560aec7291e6
 
 provides="upower0-${version}_${revision}"
 replaces="upower0>=0"

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

* Re: [PR PATCH] [Updated] upower: update to 1.90.7.
  2025-03-09 19:07 [PR PATCH] upower: update to 1.90.7 icp1994
  2025-03-10 13:46 ` [PR PATCH] [Updated] " icp1994
@ 2025-03-10 14:11 ` icp1994
  2025-06-08  7:07 ` icp1994
  2025-06-08  7:07 ` [PR PATCH] [Closed]: " icp1994
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2025-03-10 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages upower
https://github.com/void-linux/void-packages/pull/54640

upower: update to 1.90.7.
#### 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**

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

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

From c036d6b7730520226f827175982ad311f7d0eb17 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 7 Mar 2025 13:01:58 +0530
Subject: [PATCH] upower: update to 1.90.7.

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

diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template
index fbd60f163b4046..24b20494e44b60 100644
--- a/srcpkgs/upower/template
+++ b/srcpkgs/upower/template
@@ -1,13 +1,13 @@
 # Template file for 'upower'
 pkgname=upower
-version=1.90.4
+version=1.90.7
 revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Dos_backend=linux -Dsystemdsystemunitdir=no
  $(vopt_feature gir introspection) $(vopt_bool gtk_doc gtk-doc)"
 conf_files="/etc/UPower/UPower.conf"
-hostmakedepends="gettext glib-devel gobject-introspection
+hostmakedepends="gettext polkit glib-devel gobject-introspection
  $(vopt_if gtk_doc gtk-doc) docbook-xsl libxslt pkg-config"
 makedepends="libusb-devel libgudev-devel dbus-glib-devel
  libimobiledevice-devel polkit-devel"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/upower/upower"
 changelog="https://gitlab.freedesktop.org/upower/upower/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/upower/upower/-/archive/v${version}/upower-v${version}.tar.bz2"
-checksum=bfd0ff3be2be3176c64b78b24b6c7c0782f97777b4d9cb538509b5444ca135e1
+checksum=ed1869c2c06fe30e3f5ce29c2835cfe885176bc5806e4f194745560aec7291e6
 
 provides="upower0-${version}_${revision}"
 replaces="upower0>=0"

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

* Re: [PR PATCH] [Closed]: upower: update to 1.90.7.
  2025-03-09 19:07 [PR PATCH] upower: update to 1.90.7 icp1994
                   ` (2 preceding siblings ...)
  2025-06-08  7:07 ` icp1994
@ 2025-06-08  7:07 ` icp1994
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2025-06-08  7:07 UTC (permalink / raw)
  To: ml

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

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

upower: update to 1.90.7.
https://github.com/void-linux/void-packages/pull/54640

Description:
#### 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**

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

* Re: upower: update to 1.90.7.
  2025-03-09 19:07 [PR PATCH] upower: update to 1.90.7 icp1994
  2025-03-10 13:46 ` [PR PATCH] [Updated] " icp1994
  2025-03-10 14:11 ` icp1994
@ 2025-06-08  7:07 ` icp1994
  2025-06-08  7:07 ` [PR PATCH] [Closed]: " icp1994
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2025-06-08  7:07 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/54640#issuecomment-2953651558

Comment:
https://github.com/void-linux/void-packages/commit/0f01014295dd1eda7414a6cb11f82df687fc502b

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

end of thread, other threads:[~2025-06-08  7:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-09 19:07 [PR PATCH] upower: update to 1.90.7 icp1994
2025-03-10 13:46 ` [PR PATCH] [Updated] " icp1994
2025-03-10 14:11 ` icp1994
2025-06-08  7:07 ` icp1994
2025-06-08  7:07 ` [PR PATCH] [Closed]: " icp1994

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