Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wired-notify: update to 0.10.5.
@ 2024-02-18  9:53 biopsin
  2024-02-19  1:13 ` oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: biopsin @ 2024-02-18  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages wired-notify
https://github.com/void-linux/void-packages/pull/48812

wired-notify: update to 0.10.5.
 - delete patches

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

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

<!--
#### 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  [x] aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From cf72c0157d4b78967be4d02316f3c293cbe44d9e Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@tuta.io>
Date: Sun, 18 Feb 2024 10:38:10 +0100
Subject: [PATCH] wired-notify: update to 0.10.5.  - delete patches

---
 srcpkgs/wired-notify/patches/32bit.patch       | 11 -----------
 .../patches/crossbeam-utils_update.patch       | 18 ------------------
 srcpkgs/wired-notify/template                  |  6 +++---
 3 files changed, 3 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wired-notify/patches/32bit.patch
 delete mode 100644 srcpkgs/wired-notify/patches/crossbeam-utils_update.patch

diff --git a/srcpkgs/wired-notify/patches/32bit.patch b/srcpkgs/wired-notify/patches/32bit.patch
deleted file mode 100644
index d03cd2254589b..0000000000000
--- a/srcpkgs/wired-notify/patches/32bit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/manager.rs
-+++ b/src/manager.rs
-@@ -143,6 +143,6 @@
-             if let Some(threshold) = Config::get().idle_threshold {
-                 match maths_utility::query_screensaver_info(&self.base_window) {
-                     Ok(info) => {
--                        if info.idle / 1000 >= threshold {
-+                        if info.idle as u64 / 1000 >= threshold {
-                             self.layout_windows
-                                 .values_mut()
-                                 .flatten()
diff --git a/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch b/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch
deleted file mode 100644
index 6b1bb4403a30e..0000000000000
--- a/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -319,12 +319,12 @@ dependencies = [
- 
- [[package]]
- name = "crossbeam-utils"
--version = "0.8.5"
-+version = "0.8.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
-+checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
- dependencies = [
-  "cfg-if 1.0.0",
-- "lazy_static",
-+ "once_cell",
- ]
- 
- [[package]]
diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template
index 53af781bfd772..9c1f97232c72c 100644
--- a/srcpkgs/wired-notify/template
+++ b/srcpkgs/wired-notify/template
@@ -1,7 +1,7 @@
 # Template file for 'wired-notify'
 pkgname=wired-notify
-version=0.10.2
-revision=2
+version=0.10.5
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="pango-devel libXScrnSaver-devel libglib-devel"
@@ -10,7 +10,7 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="MIT"
 homepage="https://github.com/Toqozz/wired-notify"
 distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
-checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
+checksum=00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8
 
 post_install() {
 	vlicense LICENSE

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

* Re: wired-notify: update to 0.10.5.
  2024-02-18  9:53 [PR PATCH] wired-notify: update to 0.10.5 biopsin
@ 2024-02-19  1:13 ` oreo639
  2024-02-19 14:43 ` [PR PATCH] [Updated] " biopsin
  2024-02-20 15:27 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-02-19  1:13 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48812#issuecomment-1951531243

Comment:
Fix the commit message. (add a newline between the title and description)
Otherwise, lgtm.

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

* Re: [PR PATCH] [Updated] wired-notify: update to 0.10.5.
  2024-02-18  9:53 [PR PATCH] wired-notify: update to 0.10.5 biopsin
  2024-02-19  1:13 ` oreo639
@ 2024-02-19 14:43 ` biopsin
  2024-02-20 15:27 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: biopsin @ 2024-02-19 14:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages wired-notify
https://github.com/void-linux/void-packages/pull/48812

wired-notify: update to 0.10.5.
 - delete patches
 - Close #48794
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  [x] aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From f51bcda72e29c5817a2cec25806f5bacf0b0041d Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@tuta.io>
Date: Sun, 18 Feb 2024 10:38:10 +0100
Subject: [PATCH] wired-notify: update to 0.10.5.

 - delete patches
---
 srcpkgs/wired-notify/patches/32bit.patch       | 11 -----------
 .../patches/crossbeam-utils_update.patch       | 18 ------------------
 srcpkgs/wired-notify/template                  |  6 +++---
 3 files changed, 3 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wired-notify/patches/32bit.patch
 delete mode 100644 srcpkgs/wired-notify/patches/crossbeam-utils_update.patch

diff --git a/srcpkgs/wired-notify/patches/32bit.patch b/srcpkgs/wired-notify/patches/32bit.patch
deleted file mode 100644
index d03cd2254589bc..00000000000000
--- a/srcpkgs/wired-notify/patches/32bit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/manager.rs
-+++ b/src/manager.rs
-@@ -143,6 +143,6 @@
-             if let Some(threshold) = Config::get().idle_threshold {
-                 match maths_utility::query_screensaver_info(&self.base_window) {
-                     Ok(info) => {
--                        if info.idle / 1000 >= threshold {
-+                        if info.idle as u64 / 1000 >= threshold {
-                             self.layout_windows
-                                 .values_mut()
-                                 .flatten()
diff --git a/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch b/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch
deleted file mode 100644
index 6b1bb4403a30e1..00000000000000
--- a/srcpkgs/wired-notify/patches/crossbeam-utils_update.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -319,12 +319,12 @@ dependencies = [
- 
- [[package]]
- name = "crossbeam-utils"
--version = "0.8.5"
-+version = "0.8.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
-+checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
- dependencies = [
-  "cfg-if 1.0.0",
-- "lazy_static",
-+ "once_cell",
- ]
- 
- [[package]]
diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template
index 53af781bfd772d..9c1f97232c72c1 100644
--- a/srcpkgs/wired-notify/template
+++ b/srcpkgs/wired-notify/template
@@ -1,7 +1,7 @@
 # Template file for 'wired-notify'
 pkgname=wired-notify
-version=0.10.2
-revision=2
+version=0.10.5
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="pango-devel libXScrnSaver-devel libglib-devel"
@@ -10,7 +10,7 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="MIT"
 homepage="https://github.com/Toqozz/wired-notify"
 distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
-checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
+checksum=00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: wired-notify: update to 0.10.5.
  2024-02-18  9:53 [PR PATCH] wired-notify: update to 0.10.5 biopsin
  2024-02-19  1:13 ` oreo639
  2024-02-19 14:43 ` [PR PATCH] [Updated] " biopsin
@ 2024-02-20 15:27 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-02-20 15:27 UTC (permalink / raw)
  To: ml

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

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

wired-notify: update to 0.10.5.
https://github.com/void-linux/void-packages/pull/48812

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

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

<!--
#### 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  [x] aarch64-musl
  - armv7l
  - armv6l-musl



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

end of thread, other threads:[~2024-02-20 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18  9:53 [PR PATCH] wired-notify: update to 0.10.5 biopsin
2024-02-19  1:13 ` oreo639
2024-02-19 14:43 ` [PR PATCH] [Updated] " biopsin
2024-02-20 15:27 ` [PR PATCH] [Merged]: " cinerea0

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