Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fiss-0.1.1
@ 2023-04-30  0:08 friedelschoen
  2023-05-07 23:13 ` [PR PATCH] [Updated] " friedelschoen
  2023-05-07 23:16 ` [PR PATCH] [Closed]: " friedelschoen
  0 siblings, 2 replies; 4+ messages in thread
From: friedelschoen @ 2023-04-30  0:08 UTC (permalink / raw)
  To: ml

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

There is a new 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/43676

New package: fiss-0.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-43676.patch --]
[-- Type: text/x-diff, Size: 1121 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] 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
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PR PATCH] New package: fiss-0.1.1
@ 2023-05-07 23:22 friedelschoen
  2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 1 reply; 4+ messages in thread
From: friedelschoen @ 2023-05-07 23:22 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2049 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 3dd81b1ab7967f43adb856785df344f3ab4fdc3f 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 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..71f76325ef5e 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -7,12 +7,10 @@ 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
+checksum=6a745d950f726b4cb9b36b82951bed3818b4f23836d5782c5df1c4f70cf9c4f6
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {

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

end of thread, other threads:[~2023-08-22  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30  0:08 [PR PATCH] New package: fiss-0.1.1 friedelschoen
2023-05-07 23:13 ` [PR PATCH] [Updated] " friedelschoen
2023-05-07 23:16 ` [PR PATCH] [Closed]: " friedelschoen
2023-05-07 23:22 [PR PATCH] " friedelschoen
2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions

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).