Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xsel: fix dead distfile and upstream webpage
@ 2022-09-01 21:10 motorto
  2022-09-02  7:42 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2022-09-01 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xsel
https://github.com/void-linux/void-packages/pull/39043

xsel: fix dead distfile and upstream webpage
Fixing upstream and distfile download links

Found this as a possible "changelog":

- https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-1.2.0.txt

I wasn't sure if I should added it being a separate file per release

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

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

From 221cd0f1368f03bb12e9c4bcdf2a8daa754df19a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 1 Sep 2022 22:08:14 +0100
Subject: [PATCH] xsel: fix dead distfile and upstream webpage

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

diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template
index 614585a5facb..8c7719bb88e8 100644
--- a/srcpkgs/xsel/template
+++ b/srcpkgs/xsel/template
@@ -7,8 +7,8 @@ makedepends="libXt-devel"
 short_desc="Command-line getting and setting the contents of the X selection"
 maintainer="Steven R <dev@styez.com>"
 license="HPND-sell-variant"
-homepage="http://www.vergenet.net/~conrad/software/xsel/"
-distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
+homepage="http://www.kfish.org/software/xsel/"
+distfiles="http://www.kfish.org/software/xsel/download/xsel-${version}.tar.gz"
 checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
 
 post_install() {

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

* Re: xsel: fix dead distfile and upstream webpage
  2022-09-01 21:10 [PR PATCH] xsel: fix dead distfile and upstream webpage motorto
@ 2022-09-02  7:42 ` classabbyamp
  2022-09-02  9:34 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-02  7:42 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39043#issuecomment-1235177023

Comment:
it's not great, but it can be used, just use `${version}` in place of it

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

* Re: [PR PATCH] [Updated] xsel: fix dead distfile and upstream webpage
  2022-09-01 21:10 [PR PATCH] xsel: fix dead distfile and upstream webpage motorto
  2022-09-02  7:42 ` classabbyamp
@ 2022-09-02  9:34 ` motorto
  2022-09-02  9:38 ` motorto
  2022-09-02  9:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-09-02  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xsel
https://github.com/void-linux/void-packages/pull/39043

xsel: fix dead distfile and upstream webpage
Fixing upstream and distfile download links

Found this as a possible "changelog":

- https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-1.2.0.txt

I wasn't sure if I should added it being a separate file per release

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

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

From 7d48c592230c273fae7692b8e1b04d5d9db8904f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 1 Sep 2022 22:08:14 +0100
Subject: [PATCH] xsel: fix dead distfile and upstream webpage

---
 srcpkgs/xsel/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template
index 614585a5facb..d83385cdcbe2 100644
--- a/srcpkgs/xsel/template
+++ b/srcpkgs/xsel/template
@@ -7,8 +7,9 @@ makedepends="libXt-devel"
 short_desc="Command-line getting and setting the contents of the X selection"
 maintainer="Steven R <dev@styez.com>"
 license="HPND-sell-variant"
-homepage="http://www.vergenet.net/~conrad/software/xsel/"
-distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
+homepage="http://www.kfish.org/software/xsel/"
+changelog="https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-${version}.txt"
+distfiles="http://www.kfish.org/software/xsel/download/xsel-${version}.tar.gz"
 checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
 
 post_install() {

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

* Re: xsel: fix dead distfile and upstream webpage
  2022-09-01 21:10 [PR PATCH] xsel: fix dead distfile and upstream webpage motorto
  2022-09-02  7:42 ` classabbyamp
  2022-09-02  9:34 ` [PR PATCH] [Updated] " motorto
@ 2022-09-02  9:38 ` motorto
  2022-09-02  9:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-09-02  9:38 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/39043#issuecomment-1235288719

Comment:
Added it !

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

* Re: [PR PATCH] [Merged]: xsel: fix dead distfile and upstream webpage
  2022-09-01 21:10 [PR PATCH] xsel: fix dead distfile and upstream webpage motorto
                   ` (2 preceding siblings ...)
  2022-09-02  9:38 ` motorto
@ 2022-09-02  9:46 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-02  9:46 UTC (permalink / raw)
  To: ml

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

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

xsel: fix dead distfile and upstream webpage
https://github.com/void-linux/void-packages/pull/39043

Description:
Fixing upstream and distfile download links

Found this as a possible "changelog":

- https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-1.2.0.txt

I wasn't sure if I should added it being a separate file per release

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

end of thread, other threads:[~2022-09-02  9:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 21:10 [PR PATCH] xsel: fix dead distfile and upstream webpage motorto
2022-09-02  7:42 ` classabbyamp
2022-09-02  9:34 ` [PR PATCH] [Updated] " motorto
2022-09-02  9:38 ` motorto
2022-09-02  9:46 ` [PR PATCH] [Merged]: " 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).