Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: galene-0.7.2.
Date: Mon, 25 Sep 2023 09:27:58 +0200	[thread overview]
Message-ID: <20230925072758._lCk2PhbKPdmegdFvQBSVZCG6tEi3lbHFOLKUfJTZpM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46236@inbox.vuxu.org>

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

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

https://github.com/the-maldridge/void-packages galene
https://github.com/void-linux/void-packages/pull/46236

New package: galene-0.7.2.
I'm not 100% sure on the args format, I'd like some feedback on if we want to use arrays for service arguments.  I'd also appreciate testing on this since I typically build galene from source at `HEAD` wherever that happens to be at the time.


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

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

From 654669a7719cfa0f95c47ac37def216a1f62a178 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sun, 24 Sep 2023 23:04:47 -0500
Subject: [PATCH] New package: galene-0.7.2.

---
 srcpkgs/galene/files/galene/run |  6 ++++++
 srcpkgs/galene/template         | 22 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/galene/files/galene/run
 create mode 100644 srcpkgs/galene/template

diff --git a/srcpkgs/galene/files/galene/run b/srcpkgs/galene/files/galene/run
new file mode 100644
index 0000000000000..1f81d1982c143
--- /dev/null
+++ b/srcpkgs/galene/files/galene/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+ARGS="-data /var/lib/galene -groups /etc/galene -static /usr/share/galene/static"
+
+[ -r conf ] && . ./conf
+exec chpst -u _galene /usr/bin/galene $ARGS
diff --git a/srcpkgs/galene/template b/srcpkgs/galene/template
new file mode 100644
index 0000000000000..b5ae5232936b6
--- /dev/null
+++ b/srcpkgs/galene/template
@@ -0,0 +1,22 @@
+# Template file for 'galene'
+pkgname=galene
+version=0.7.2
+revision=1
+build_style=go
+go_import_path=github.com/jech/galene
+short_desc="Galene videoconference server"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="MIT"
+homepage="https://galene.org"
+distfiles="https://github.com/jech/galene/archive/refs/tags/galene-$version.tar.gz"
+checksum=d238d862d84b5126762cc82aaeb249eb9c55e96f241050d5e7158a264ae4f0fb
+system_accounts="_galene"
+make_dirs="/etc/galene/ 0750 root _galene
+ /var/lib/galene 0750 _galene _galene"
+
+post_install() {
+	vlicense LICENCE
+	vmkdir usr/share/galene/
+	vcopy static usr/share/galene/
+	vsv galene
+}

  parent reply	other threads:[~2023-09-25  7:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25  4:06 [PR PATCH] " the-maldridge
2023-09-25  5:38 ` classabbyamp
2023-09-25  7:27 ` the-maldridge [this message]
2023-09-25  7:29 ` [PR REVIEW] " classabbyamp
2023-09-26  7:41 ` [PR PATCH] [Updated] " the-maldridge
2023-09-29  5:10 ` the-maldridge
2023-09-29  5:10 ` [PR PATCH] [Merged]: " the-maldridge

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=20230925072758._lCk2PhbKPdmegdFvQBSVZCG6tEi3lbHFOLKUfJTZpM@z \
    --to=the-maldridge@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).