Github messages for voidlinux
 help / color / mirror / Atom feed
From: Goorzhel <Goorzhel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: radm-0.6.3
Date: Thu, 01 Sep 2022 02:57:50 +0200	[thread overview]
Message-ID: <20220901005750.5bcNEBH7oNufF2xMWE4vwOqIfwspV8Q8n0ozkDbRbp8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38839@inbox.vuxu.org>

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

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

https://github.com/Goorzhel/void-packages radm
https://github.com/void-linux/void-packages/pull/38839

New package: radm-0.6.3
- I tested the changes in this PR: **YES**
- This new package (however self-serving) conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From c287af9410c50e4ae9b83fc8856cb150b74aba03 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 12 Jul 2022 22:00:08 -0700
Subject: [PATCH] New package: radm-0.6.4

---
 srcpkgs/radm/files/radm/run | 11 +++++++++++
 srcpkgs/radm/template       | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100755 srcpkgs/radm/files/radm/run
 create mode 100644 srcpkgs/radm/template

diff --git a/srcpkgs/radm/files/radm/run b/srcpkgs/radm/files/radm/run
new file mode 100755
index 000000000000..efe4752cf3ad
--- /dev/null
+++ b/srcpkgs/radm/files/radm/run
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+[ -r conf ] && . ./conf
+
+: ${x:=7}
+: ${args:="-f $X"}
+: ${wait_for_syslog:="true"}
+
+while [ "$wait_for_syslog" ] && [ ! -w /dev/log ]; do sleep 1; done
+
+exec setsid agetty -nl /usr/bin/radm -o "${args}" tty$x
diff --git a/srcpkgs/radm/template b/srcpkgs/radm/template
new file mode 100644
index 000000000000..ecb2e9c8eaee
--- /dev/null
+++ b/srcpkgs/radm/template
@@ -0,0 +1,33 @@
+# Template file for 'radm'
+pkgname=radm
+version=0.6.4
+revision=1
+build_style=cargo
+hostmakedepends="clang libclang make $(vopt_if man pandoc)"
+makedepends="pam-devel"
+depends="seatd pam"
+short_desc="Console-based display manager for Wayland sessions"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="MIT"
+homepage="https://sr.ht/~goorzhel/radm/"
+distfiles="https://git.sr.ht/~goorzhel/radm/archive/${version}.tar.gz"
+checksum=106353ecac4cc7bc0ac371c2f97686f485730b2c96e41fd1db95b9b7ec945396
+
+build_options="man"
+desc_option_man="Use pandoc for manpages"
+
+case "$XBPS_MACHINE" in
+	x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;;
+esac
+
+post_install() {
+	if [ "$build_option_man" ]; then
+		make res/radm.1
+		vman res/radm.1
+	fi
+
+	vinstall res/pam 644 etc/pam.d radm
+	vinstall res/rsyslog 644 etc/rsyslog.d radm
+	vlicense LICENSE
+	vsv radm
+}

  parent reply	other threads:[~2022-09-01  0:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22 19:49 [PR PATCH] New package: radm-0.6.1 Goorzhel
2022-08-22 19:59 ` Goorzhel
2022-08-22 19:59 ` Goorzhel
2022-08-22 23:06 ` Goorzhel
2022-08-23  1:01 ` [PR PATCH] [Updated] " Goorzhel
2022-08-23  1:02 ` Goorzhel
2022-08-23  3:14 ` New package: radm-0.6.3 Goorzhel
2022-08-23  3:30 ` Goorzhel
2022-08-23  3:32 ` q66
2022-08-23  4:21 ` [PR PATCH] [Updated] " Goorzhel
2022-08-23  5:08 ` Goorzhel
2022-08-23  5:09 ` [PR PATCH] [Updated] " Goorzhel
2022-08-29  3:25 ` Goorzhel
2022-09-01  0:57 ` Goorzhel [this message]
2022-11-13 22:46 ` [PR PATCH] [Closed]: New package: radm-0.6.4 Goorzhel
2022-11-13 22:47 ` Goorzhel
2024-01-20  6:07 ` Goorzhel

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=20220901005750.5bcNEBH7oNufF2xMWE4vwOqIfwspV8Q8n0ozkDbRbp8@z \
    --to=goorzhel@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).