Github messages for voidlinux
 help / color / mirror / Atom feed
From: friedelschoen <friedelschoen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: fiss-0.1.1
Date: Mon, 08 May 2023 22:50:29 +0200	[thread overview]
Message-ID: <20230508205029._RUHmCk8iYeYC0bqaRPHE-b1EODR4IIyzlnNVzglcUM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43798@inbox.vuxu.org>

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

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

https://github.com/friedelschoen/void-packages master
https://github.com/void-linux/void-packages/pull/43798

New package: fiss-0.1.1
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

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

From 043af249e45f0237966766ed6495c9251048adc2 Mon Sep 17 00:00:00 2001
From: Friedel Schon <derfriedmundschoen@gmail.com>
Date: Sun, 30 Apr 2023 02:03:46 +0200
Subject: [PATCH 1/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/fiss/template

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
new file mode 100644
index 000000000000..e237ff5e4ee3
--- /dev/null
+++ b/srcpkgs/fiss/template
@@ -0,0 +1,28 @@
+# Template file for 'fiss'
+pkgname=fiss
+version=0.1.1
+revision=1
+short_desc="Friedel's Initialization and Service Supervision"
+maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
+license="Zlib"
+homepage="https://github.com/friedelschoen/fiss"
+distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+
+do_build() {
+	make all
+
+	rm -r etc/service.d/agetty-*
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vcopy usr /
+	vcopy etc /
+	vcopy bin /usr
+
+	for f in man/*; do
+		vman $f
+	done
+}

From 5125b6072a7b3810ef63df1150e302973e53f71c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Friedel=20Sch=C3=B6n?= <derfriedmundschoen@gmail.com>
Date: Mon, 8 May 2023 01:13:18 +0200
Subject: [PATCH 2/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..2c81e0a0e905 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -1,18 +1,19 @@
 # Template file for 'fiss'
 pkgname=fiss
 version=0.1.1
-revision=1
+revision=2
 short_desc="Friedel's Initialization and Service Supervision"
 maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
 license="Zlib"
 homepage="https://github.com/friedelschoen/fiss"
-distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
-checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+#distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+distfiles="http://localhost:8000/fiss.tar.gz"
+checksum=b79838e82b509e3ed73e28e731d3834d8af75329800733fefacf7cbabae6a613
+conflicts="runit runit-void"
+nocross="https://github.com/void-linux/void-packages/actions/runs/4909831483/jobs/8784472571?pr=43798"
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {

  parent reply	other threads:[~2023-05-08 20:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-07 23:22 [PR PATCH] " friedelschoen
2023-05-07 23:32 ` friedelschoen
2023-05-08 20:50 ` friedelschoen [this message]
2023-05-08 20:52 ` [PR PATCH] [Updated] " friedelschoen
2023-05-08 21:08 ` Chocimier
2023-05-08 21:30 ` [PR PATCH] [Updated] " friedelschoen
2023-05-09 10:57 ` friedelschoen
2023-05-09 17:27 ` ahesford
2023-05-09 20:43 ` friedelschoen
2023-08-08  1:44 ` github-actions
2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2023-04-30  0:08 [PR PATCH] " friedelschoen
2023-05-07 23:13 ` [PR PATCH] [Updated] " friedelschoen

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=20230508205029._RUHmCk8iYeYC0bqaRPHE-b1EODR4IIyzlnNVzglcUM@z \
    --to=friedelschoen@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).