Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] conky: update to 1.21.8. closes #50564
@ 2024-11-05 20:06 zlice
  2024-11-05 20:07 ` classabbyamp
  2024-11-05 20:10 ` [PR PATCH] [Updated] " zlice
  0 siblings, 2 replies; 3+ messages in thread
From: zlice @ 2024-11-05 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages conky1218
https://github.com/void-linux/void-packages/pull/52924

conky: update to 1.21.8. closes #50564
#### 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**

#### Comments

Fixes race condition starting X11 that prevents conky from starting

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

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

From efccdb40b7e58f00a78af2483582c75aa0b415a0 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 5 Nov 2024 15:05:00 -0500
Subject: [PATCH] conky: update to 1.21.8. closes #50564

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

diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 97c21c739e11f3..bd692a73625ec5 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,6 +1,6 @@
 # Template file for 'conky'
 pkgname=conky
-version=1.21.6
+version=1.21.8
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@@ -19,8 +19,8 @@ license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/brndnmtthws/conky"
 distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
  https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
-checksum="b0cd6a9197de1db527953f24635b4e4f19d8ab1258854c4adbfdd6e0f1588341
- 41c14d80a5ee6074ddcb1c3f05805f3f3bb0e65d13c164e619dd7ecbbba314eb"
+checksum="f90ce9ba999197ad62b8b1224e412c52e9e0231fb46a64ba7b868c2e989959ec
+ 839780aac7e332c585c5d23467d3c950ca9b9a21310bb4d831289dbd67b10692"
 
 post_extract() {
 	mv conky-*/* .

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

* Re: conky: update to 1.21.8. closes #50564
  2024-11-05 20:06 [PR PATCH] conky: update to 1.21.8. closes #50564 zlice
@ 2024-11-05 20:07 ` classabbyamp
  2024-11-05 20:10 ` [PR PATCH] [Updated] " zlice
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-05 20:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52924#issuecomment-2458057850

Comment:
closes line should go in the body of the commit

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

* Re: [PR PATCH] [Updated] conky: update to 1.21.8. closes #50564
  2024-11-05 20:06 [PR PATCH] conky: update to 1.21.8. closes #50564 zlice
  2024-11-05 20:07 ` classabbyamp
@ 2024-11-05 20:10 ` zlice
  1 sibling, 0 replies; 3+ messages in thread
From: zlice @ 2024-11-05 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages conky1218
https://github.com/void-linux/void-packages/pull/52924

conky: update to 1.21.8. closes #50564
#### 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**

#### Comments

Fixes race condition starting X11 that prevents conky from starting

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

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

From 8f7018ca47830f908c5f3001bc3421eeecb562b0 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 5 Nov 2024 15:05:00 -0500
Subject: [PATCH] conky: update to 1.21.8

closes #50564
---
 srcpkgs/conky/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 97c21c739e11f3..bd692a73625ec5 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,6 +1,6 @@
 # Template file for 'conky'
 pkgname=conky
-version=1.21.6
+version=1.21.8
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@@ -19,8 +19,8 @@ license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/brndnmtthws/conky"
 distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
  https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
-checksum="b0cd6a9197de1db527953f24635b4e4f19d8ab1258854c4adbfdd6e0f1588341
- 41c14d80a5ee6074ddcb1c3f05805f3f3bb0e65d13c164e619dd7ecbbba314eb"
+checksum="f90ce9ba999197ad62b8b1224e412c52e9e0231fb46a64ba7b868c2e989959ec
+ 839780aac7e332c585c5d23467d3c950ca9b9a21310bb4d831289dbd67b10692"
 
 post_extract() {
 	mv conky-*/* .

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

end of thread, other threads:[~2024-11-05 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-05 20:06 [PR PATCH] conky: update to 1.21.8. closes #50564 zlice
2024-11-05 20:07 ` classabbyamp
2024-11-05 20:10 ` [PR PATCH] [Updated] " zlice

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