Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] soju: update to 0.6.0.
@ 2023-03-22 16:44 classabbyamp
  2023-03-22 17:01 ` icp1994
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-22 16:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/soju-0.6.0
https://github.com/void-linux/void-packages/pull/42929

soju: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/soju-0.6.0-42929.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]

From 0d60ff9167a3df0aa5134df19dd6608fe984ff53 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 22 Mar 2023 12:41:55 -0400
Subject: [PATCH] soju: update to 0.6.0.

---
 srcpkgs/soju/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 1ed6735e63af..26d85dd89486 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,10 +1,10 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
-go_package="./cmd/soju ./cmd/sojuctl"
+go_package="./cmd/soju ./cmd/sojuctl ./cmd/sojudb"
 hostmakedepends="scdoc"
 short_desc="User-friendly IRC bouncer"
 maintainer="flupe <lucas@escot.me>"
@@ -12,15 +12,17 @@ license="AGPL-3.0-or-later"
 homepage="https://soju.im"
 changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
+checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	scdoc <doc/soju.1.scd >doc/soju.1
-	vman doc/soju.1
+	for f in soju.1 sojuctl.1; do
+		scdoc <doc/$f.scd >doc/$f
+		vman doc/$f
+	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju
 	vdoc $FILESDIR/README.voidlinux

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
@ 2023-03-22 17:01 ` icp1994
  2023-03-22 22:44 ` [PR PATCH] [Updated] " classabbyamp
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-03-22 17:01 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1479940479

Comment:
According to the upstream [packaging guide](https://git.sr.ht/~emersion/soju/tree/v0.6.0/item/doc/packaging.md), isn't it better to use `go_build_tags="libsqlite3` with `sqlite-devel` in makedepends?

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

* Re: [PR PATCH] [Updated] soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
  2023-03-22 17:01 ` icp1994
@ 2023-03-22 22:44 ` classabbyamp
  2023-03-22 22:46 ` classabbyamp
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-22 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/soju-0.6.0
https://github.com/void-linux/void-packages/pull/42929

soju: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/soju-0.6.0-42929.patch --]
[-- Type: text/x-diff, Size: 1604 bytes --]

From 288dacec617cb4f7fd22d708fc10269611bab7fa Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 22 Mar 2023 12:41:55 -0400
Subject: [PATCH] soju: update to 0.6.0.

---
 srcpkgs/soju/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 1ed6735e63af..8e358c4fb9a4 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,26 +1,30 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
-go_package="./cmd/soju ./cmd/sojuctl"
+go_package="./cmd/soju ./cmd/sojuctl ./cmd/sojudb"
+go_build_tags="libsqlite3"
 hostmakedepends="scdoc"
+makedepends="sqlite-devel"
 short_desc="User-friendly IRC bouncer"
 maintainer="flupe <lucas@escot.me>"
 license="AGPL-3.0-or-later"
 homepage="https://soju.im"
 changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
+checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	scdoc <doc/soju.1.scd >doc/soju.1
-	vman doc/soju.1
+	for f in soju.1 sojuctl.1; do
+		scdoc <doc/$f.scd >doc/$f
+		vman doc/$f
+	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju
 	vdoc $FILESDIR/README.voidlinux

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
  2023-03-22 17:01 ` icp1994
  2023-03-22 22:44 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-03-22 22:46 ` classabbyamp
  2023-03-22 22:56 ` [PR PATCH] [Updated] " classabbyamp
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-22 22:46 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1480353172

Comment:
good catch

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

* Re: [PR PATCH] [Updated] soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (2 preceding siblings ...)
  2023-03-22 22:46 ` classabbyamp
@ 2023-03-22 22:56 ` classabbyamp
  2023-03-24  0:04 ` TeddyDD
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-22 22:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/soju-0.6.0
https://github.com/void-linux/void-packages/pull/42929

soju: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/soju-0.6.0-42929.patch --]
[-- Type: text/x-diff, Size: 1576 bytes --]

From 812786fbe7784f347c2930a2c299c507401e761a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 22 Mar 2023 12:41:55 -0400
Subject: [PATCH] soju: update to 0.6.0.

---
 srcpkgs/soju/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 1ed6735e63af..2b4d3911b1b8 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,26 +1,30 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
-go_package="./cmd/soju ./cmd/sojuctl"
+go_package="./cmd/..."
+go_build_tags="libsqlite3"
 hostmakedepends="scdoc"
+makedepends="sqlite-devel"
 short_desc="User-friendly IRC bouncer"
 maintainer="flupe <lucas@escot.me>"
 license="AGPL-3.0-or-later"
 homepage="https://soju.im"
 changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
+checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	scdoc <doc/soju.1.scd >doc/soju.1
-	vman doc/soju.1
+	for f in soju.1 sojuctl.1; do
+		scdoc <doc/$f.scd >doc/$f
+		vman doc/$f
+	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju
 	vdoc $FILESDIR/README.voidlinux

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (3 preceding siblings ...)
  2023-03-22 22:56 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-03-24  0:04 ` TeddyDD
  2023-03-24  0:04 ` TeddyDD
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TeddyDD @ 2023-03-24  0:04 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1482067868

Comment:
Installed in on my deployment, works fine (though I still use FS storage for messages, so I didn't test new sqlite msg store).

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (4 preceding siblings ...)
  2023-03-24  0:04 ` TeddyDD
@ 2023-03-24  0:04 ` TeddyDD
  2023-03-24  0:05 ` TeddyDD
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TeddyDD @ 2023-03-24  0:04 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1482067868

Comment:
Installed in on my vps, works fine (though I still use FS storage for messages, so I didn't test new sqlite msg store).

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (5 preceding siblings ...)
  2023-03-24  0:04 ` TeddyDD
@ 2023-03-24  0:05 ` TeddyDD
  2023-03-24  0:06 ` classabbyamp
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TeddyDD @ 2023-03-24  0:05 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1482067868

Comment:
Installed in on my VPS (update from 0.5.2) works fine (though I still use FS storage for messages, so I didn't test new SQLite msg store).

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (6 preceding siblings ...)
  2023-03-24  0:05 ` TeddyDD
@ 2023-03-24  0:06 ` classabbyamp
  2023-03-24 12:01 ` TeddyDD
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-24  0:06 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1482070345

Comment:
I wouldn't suggest migrating the message store yet, I've seen mentions of some bugs amd extreme slowness in the current migration scripts 

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

* Re: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (7 preceding siblings ...)
  2023-03-24  0:06 ` classabbyamp
@ 2023-03-24 12:01 ` TeddyDD
  2023-03-30  3:58 ` [PR PATCH] [Updated] " classabbyamp
  2023-03-30  4:04 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: TeddyDD @ 2023-03-24 12:01 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/42929#issuecomment-1482691066

Comment:
Oh, I'm not going to migrate anytime soon, but thanks for the heads-up.

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

* Re: [PR PATCH] [Updated] soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (8 preceding siblings ...)
  2023-03-24 12:01 ` TeddyDD
@ 2023-03-30  3:58 ` classabbyamp
  2023-03-30  4:04 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-30  3:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/soju-0.6.0
https://github.com/void-linux/void-packages/pull/42929

soju: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/soju-0.6.0-42929.patch --]
[-- Type: text/x-diff, Size: 1576 bytes --]

From 9ffbab2d8dd9efc9703745854d7c74df35b9ba78 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 22 Mar 2023 12:41:55 -0400
Subject: [PATCH] soju: update to 0.6.0.

---
 srcpkgs/soju/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 1ed6735e63af..2b4d3911b1b8 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,26 +1,30 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
-go_package="./cmd/soju ./cmd/sojuctl"
+go_package="./cmd/..."
+go_build_tags="libsqlite3"
 hostmakedepends="scdoc"
+makedepends="sqlite-devel"
 short_desc="User-friendly IRC bouncer"
 maintainer="flupe <lucas@escot.me>"
 license="AGPL-3.0-or-later"
 homepage="https://soju.im"
 changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
+checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	scdoc <doc/soju.1.scd >doc/soju.1
-	vman doc/soju.1
+	for f in soju.1 sojuctl.1; do
+		scdoc <doc/$f.scd >doc/$f
+		vman doc/$f
+	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju
 	vdoc $FILESDIR/README.voidlinux

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

* Re: [PR PATCH] [Merged]: soju: update to 0.6.0.
  2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
                   ` (9 preceding siblings ...)
  2023-03-30  3:58 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-03-30  4:04 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-30  4:04 UTC (permalink / raw)
  To: ml

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

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

soju: update to 0.6.0.
https://github.com/void-linux/void-packages/pull/42929

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

end of thread, other threads:[~2023-03-30  4:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
2023-03-22 17:01 ` icp1994
2023-03-22 22:44 ` [PR PATCH] [Updated] " classabbyamp
2023-03-22 22:46 ` classabbyamp
2023-03-22 22:56 ` [PR PATCH] [Updated] " classabbyamp
2023-03-24  0:04 ` TeddyDD
2023-03-24  0:04 ` TeddyDD
2023-03-24  0:05 ` TeddyDD
2023-03-24  0:06 ` classabbyamp
2023-03-24 12:01 ` TeddyDD
2023-03-30  3:58 ` [PR PATCH] [Updated] " classabbyamp
2023-03-30  4:04 ` [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).