Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] swirc: update to 3.3.7.
@ 2022-10-23 15:05 uhlin
  2022-10-27 23:57 ` [PR REVIEW] " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: uhlin @ 2022-10-23 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhlin/void-packages master
https://github.com/void-linux/void-packages/pull/40127

swirc: update to 3.3.7.
Swirc 3.3.7 out


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

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

From 7bf120e4375a864e5ac5b38d884632949762d032 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus.uhlin@bredband.net>
Date: Sun, 23 Oct 2022 16:46:46 +0200
Subject: [PATCH] swirc: update to 3.3.7.

---
 srcpkgs/swirc/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/swirc/template b/srcpkgs/swirc/template
index f8cd48bb2839..fc09c389b0e0 100644
--- a/srcpkgs/swirc/template
+++ b/srcpkgs/swirc/template
@@ -1,9 +1,11 @@
 # Template file for 'swirc'
 pkgname=swirc
-version=3.3.6
+version=3.3.7
 revision=1
 build_style=configure
 configure_args="$(vopt_with notify libnotify)"
+make_build_args="PREFIX=/usr"
+make_check_args="PREFIX=/usr"
 make_install_args="PREFIX=/usr"
 hostmakedepends="gettext-devel-tools pkg-config which"
 makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
@@ -15,17 +17,15 @@ license="BSD-3-Clause, ISC, MIT"
 homepage="https://www.nifty-networks.net/swirc"
 changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
 distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
-checksum="d37b24bb5ede44e34a1fcbdfe70cbd94b0f2bec5cc69c76ff73554b5544b0418"
+checksum="c9fcfbec47e2aaebf5a5d714a41eaa8f03b063d172a615b465d5f543020ca9b0"
 
 build_options="notify"
-
-post_extract() {
-	vsed -i "${wrksrc}/src/events/privmsg.cpp" -e "s,/usr/local/share/swirc,/usr/share/swirc,"
-	vsed -i "${wrksrc}/src/main.cpp" -e "s,/usr/local/share/locale,/usr/share/locale,"
-}
+build_options_default="notify"
 
 post_configure() {
-	local _file="options.mk"
+	local _file
+
+	_file="options.mk"
 
 	if [ ! -f "$_file" ]; then
 		msg_error "cannot find $_file\n"
@@ -49,5 +49,5 @@ post_check() {
 }
 
 post_install() {
-	vlicense debian/copyright COPYING
+	vlicense License.rtf
 }

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

* Re: [PR REVIEW] swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
@ 2022-10-27 23:57 ` classabbyamp
  2022-10-27 23:58 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-10-27 23:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#discussion_r1007469104

Comment:
this change isn't necessary, it doesn't do anything different

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

* Re: swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
  2022-10-27 23:57 ` [PR REVIEW] " classabbyamp
@ 2022-10-27 23:58 ` classabbyamp
  2022-10-28  0:33 ` uhlin
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-10-27 23:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#issuecomment-1294245331

Comment:
was this tested on void? you didn't fill out the PR template

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

* Re: swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
  2022-10-27 23:57 ` [PR REVIEW] " classabbyamp
  2022-10-27 23:58 ` classabbyamp
@ 2022-10-28  0:33 ` uhlin
  2022-10-28  0:34 ` [PR REVIEW] " uhlin
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: uhlin @ 2022-10-28  0:33 UTC (permalink / raw)
  To: ml

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

New comment by uhlin on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#issuecomment-1294266296

Comment:
Yeah, I tested it on Void. I run Void on one of my servers. Where can I find the PR template?


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

* Re: [PR REVIEW] swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
                   ` (2 preceding siblings ...)
  2022-10-28  0:33 ` uhlin
@ 2022-10-28  0:34 ` uhlin
  2022-10-28  0:47 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: uhlin @ 2022-10-28  0:34 UTC (permalink / raw)
  To: ml

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

New review comment by uhlin on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#discussion_r1007482701

Comment:
True :)

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

* Re: swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
                   ` (3 preceding siblings ...)
  2022-10-28  0:34 ` [PR REVIEW] " uhlin
@ 2022-10-28  0:47 ` classabbyamp
  2022-10-28  1:02 ` uhlin
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-10-28  0:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#issuecomment-1294274208

Comment:
it should be what's in the comment box when making a new pr, but it's also available [here](https://github.com/void-linux/void-packages/raw/master/.github/pull_request_template.md)

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

* Re: swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
                   ` (4 preceding siblings ...)
  2022-10-28  0:47 ` classabbyamp
@ 2022-10-28  1:02 ` uhlin
  2022-10-29 20:23 ` [PR PATCH] [Updated] " uhlin
  2022-10-29 20:45 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: uhlin @ 2022-10-28  1:02 UTC (permalink / raw)
  To: ml

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

New comment by uhlin on void-packages repository

https://github.com/void-linux/void-packages/pull/40127#issuecomment-1294283100

Comment:
Aha... must've missed it (not on purpose). Next time I'll do it. But I tested it on my native architecture amd64. And built it successfully for the other architectures.

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

* Re: [PR PATCH] [Updated] swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
                   ` (5 preceding siblings ...)
  2022-10-28  1:02 ` uhlin
@ 2022-10-29 20:23 ` uhlin
  2022-10-29 20:45 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: uhlin @ 2022-10-29 20:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhlin/void-packages master
https://github.com/void-linux/void-packages/pull/40127

swirc: update to 3.3.7.
Swirc 3.3.7 out


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

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

From 4e1d1bd79765c22abde33f7839d2e6d2063529b3 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus.uhlin@bredband.net>
Date: Sun, 23 Oct 2022 16:46:46 +0200
Subject: [PATCH] swirc: update to 3.3.7.

---
 srcpkgs/swirc/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/swirc/template b/srcpkgs/swirc/template
index f8cd48bb2839..366d7e0cced3 100644
--- a/srcpkgs/swirc/template
+++ b/srcpkgs/swirc/template
@@ -1,9 +1,11 @@
 # Template file for 'swirc'
 pkgname=swirc
-version=3.3.6
+version=3.3.7
 revision=1
 build_style=configure
 configure_args="$(vopt_with notify libnotify)"
+make_build_args="PREFIX=/usr"
+make_check_args="PREFIX=/usr"
 make_install_args="PREFIX=/usr"
 hostmakedepends="gettext-devel-tools pkg-config which"
 makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
@@ -15,14 +17,10 @@ license="BSD-3-Clause, ISC, MIT"
 homepage="https://www.nifty-networks.net/swirc"
 changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
 distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
-checksum="d37b24bb5ede44e34a1fcbdfe70cbd94b0f2bec5cc69c76ff73554b5544b0418"
+checksum="c9fcfbec47e2aaebf5a5d714a41eaa8f03b063d172a615b465d5f543020ca9b0"
 
 build_options="notify"
-
-post_extract() {
-	vsed -i "${wrksrc}/src/events/privmsg.cpp" -e "s,/usr/local/share/swirc,/usr/share/swirc,"
-	vsed -i "${wrksrc}/src/main.cpp" -e "s,/usr/local/share/locale,/usr/share/locale,"
-}
+build_options_default="notify"
 
 post_configure() {
 	local _file="options.mk"
@@ -49,5 +47,5 @@ post_check() {
 }
 
 post_install() {
-	vlicense debian/copyright COPYING
+	vlicense License.rtf
 }

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

* Re: [PR PATCH] [Merged]: swirc: update to 3.3.7.
  2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
                   ` (6 preceding siblings ...)
  2022-10-29 20:23 ` [PR PATCH] [Updated] " uhlin
@ 2022-10-29 20:45 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-10-29 20:45 UTC (permalink / raw)
  To: ml

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

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

swirc: update to 3.3.7.
https://github.com/void-linux/void-packages/pull/40127

Description:
Swirc 3.3.7 out


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

end of thread, other threads:[~2022-10-29 20:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-23 15:05 [PR PATCH] swirc: update to 3.3.7 uhlin
2022-10-27 23:57 ` [PR REVIEW] " classabbyamp
2022-10-27 23:58 ` classabbyamp
2022-10-28  0:33 ` uhlin
2022-10-28  0:34 ` [PR REVIEW] " uhlin
2022-10-28  0:47 ` classabbyamp
2022-10-28  1:02 ` uhlin
2022-10-29 20:23 ` [PR PATCH] [Updated] " uhlin
2022-10-29 20:45 ` [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).