mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
wired-notify: update to 0.10.5.
- delete patches
This commit is contained in:
parent
2122971c4f
commit
ad07635f57
3 changed files with 3 additions and 32 deletions
|
@ -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()
|
|
@ -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]]
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue