* [PR PATCH] screenFetch: update to 3.9.9.
@ 2024-12-07 10:03 Vinfall
2024-12-09 11:10 ` ahesford
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Vinfall @ 2024-12-07 10:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
There is a new pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages screenFetch-update
https://github.com/void-linux/void-packages/pull/53390
screenFetch: update to 3.9.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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**
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53390.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-screenFetch-update-53390.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]
From ea429de3655db1288500c04d58b5c5f5335d7763 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 7 Dec 2024 17:55:53 +0800
Subject: [PATCH] screenFetch: update to 3.9.9.
---
srcpkgs/screenFetch/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index a9749569135cf0..02b0b9b445580c 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,14 +1,14 @@
# Template file for 'screenFetch'
pkgname=screenFetch
-version=3.9.1
-revision=2
+version=3.9.9
+revision=1
depends="bash bc xdpyinfo"
short_desc="Bash screenshot information tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/KittyKatt/screenFetch"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178
+checksum=65ba578442a5b65c963417e18a78023a30c2c13a524e6e548809256798b9fb84
do_install() {
vbin screenfetch-dev screenfetch
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: screenFetch: update to 3.9.9.
2024-12-07 10:03 [PR PATCH] screenFetch: update to 3.9.9 Vinfall
@ 2024-12-09 11:10 ` ahesford
2024-12-10 3:12 ` Vinfall
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2024-12-09 11:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 310 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/53390#issuecomment-2527620459
Comment:
This package should just be dropped. It fails to meet our packaging requirements, and the project is now dead: https://github.com/KittyKatt/screenFetch/discussions/805
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: screenFetch: update to 3.9.9.
2024-12-07 10:03 [PR PATCH] screenFetch: update to 3.9.9 Vinfall
2024-12-09 11:10 ` ahesford
@ 2024-12-10 3:12 ` Vinfall
2024-12-12 3:10 ` Vinfall
2024-12-24 19:12 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-12-10 3:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/53390#issuecomment-2530149164
Comment:
Technically not really dead _if_ upstream has enough sponsors to accumulate motivation, but I'm fine with the drop since it's a shell script. I'm updating as most people would still use it after neofetch was archived (which should be dropped as well if you insist...).
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: screenFetch: update to 3.9.9.
2024-12-07 10:03 [PR PATCH] screenFetch: update to 3.9.9 Vinfall
2024-12-09 11:10 ` ahesford
2024-12-10 3:12 ` Vinfall
@ 2024-12-12 3:10 ` Vinfall
2024-12-24 19:12 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-12-12 3:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/53390#issuecomment-2537710880
Comment:
Anyway, I opened #53485 and left the decision up to you.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: screenFetch: update to 3.9.9.
2024-12-07 10:03 [PR PATCH] screenFetch: update to 3.9.9 Vinfall
` (2 preceding siblings ...)
2024-12-12 3:10 ` Vinfall
@ 2024-12-24 19:12 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-12-24 19:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
There's a closed pull request on the void-packages repository
screenFetch: update to 3.9.9.
https://github.com/void-linux/void-packages/pull/53390
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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**
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-24 19:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-07 10:03 [PR PATCH] screenFetch: update to 3.9.9 Vinfall
2024-12-09 11:10 ` ahesford
2024-12-10 3:12 ` Vinfall
2024-12-12 3:10 ` Vinfall
2024-12-24 19:12 ` [PR PATCH] [Closed]: " classabbyamp
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).