Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] soju: update to 0.6.0.
Date: Wed, 22 Mar 2023 23:56:04 +0100	[thread overview]
Message-ID: <20230322225604.wSKwKCJoYkGqJzlv6YjrEYyplVBrJ1zzlZOaXjSv8vY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42929@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-03-22 22:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 16:44 [PR PATCH] " 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 ` classabbyamp [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230322225604.wSKwKCJoYkGqJzlv6YjrEYyplVBrJ1zzlZOaXjSv8vY@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).