Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Haunt
@ 2021-03-23  3:31 aliasless
  2022-05-11  2:12 ` New package: haunt-0.2.4 github-actions
  2022-05-25  2:14 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: aliasless @ 2021-03-23  3:31 UTC (permalink / raw)
  To: ml

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

There is a new pull request by aliasless against master on the void-packages repository

https://github.com/aliasless/void-packages haunt
https://github.com/void-linux/void-packages/pull/29694

Haunt
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Building guile-reader appears to fail on non-native architectures. I do not understand why, whether it can be fixed in the template or if its an upstream bug. There appears to have been some mailing list discussion about this some years ago [here](https://lists.gnu.org/archive/html/guile-reader-devel/2017-11/threads.html). Advice is appreciated.
`checking for scm_take_u8vector... no
configure: error: You need Guile 1.8.x or higher.
=> ERROR: guile-reader-0.6.3_1: do_configure: '${configure_script} ${configure_args}' exited with 1
=> ERROR:   in do_configure() at common/build-style/gnu-configure.sh:8`

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29694.patch is attached

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

From 7b9cc01233ef095cb3d16f3dd5469990517f5dd9 Mon Sep 17 00:00:00 2001
From: aliasless <aliasless@quasivoid.net>
Date: Mon, 22 Mar 2021 19:22:14 -0700
Subject: [PATCH 1/4] New package: lightning-2.1.3

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

diff --git a/srcpkgs/lightning/template b/srcpkgs/lightning/template
new file mode 100644
index 000000000000..5d695e0523cc
--- /dev/null
+++ b/srcpkgs/lightning/template
@@ -0,0 +1,12 @@
+# Template file for 'lightning'
+pkgname=lightning
+version=2.1.3
+revision=1
+build_style=gnu-configure
+depends="zlib"
+short_desc="Library that generates assembly language code at run-time"
+maintainer="aliasless <aliasless@quasivoid.net>"
+license="GPL-3.0-or-later"
+homepage="https://www.gnu.org/software/lightning/"
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum="ed856b866dc6f68678dc1151579118fab1c65fad687cf847fc2d94ca045efdc9"

From 99fdb020a8aac4f20c37e74c1dc445955724dd9b Mon Sep 17 00:00:00 2001
From: aliasless <aliasless@quasivoid.net>
Date: Mon, 22 Mar 2021 19:22:34 -0700
Subject: [PATCH 2/4] New package: guile-commonmark-0.1.2

---
 srcpkgs/guile-commonmark/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/guile-commonmark/template

diff --git a/srcpkgs/guile-commonmark/template b/srcpkgs/guile-commonmark/template
new file mode 100644
index 000000000000..5dfa9e6984c8
--- /dev/null
+++ b/srcpkgs/guile-commonmark/template
@@ -0,0 +1,14 @@
+# Template file for 'guile-commonmark'
+pkgname=guile-commonmark
+version=0.1.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="guile pkg-config"
+makedepends="guile-devel"
+depends="guile"
+short_desc="Guile library for parsing CommonMark"
+maintainer="aliasless <aliasless@quasivoid.net>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/OrangeShark/guile-commonmark"
+distfiles="https://github.com/OrangeShark/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
+checksum="56d518ece5e5d94c1b24943366149e9cb0f6abdb24044c049c6c0ea563d3999e"

From 043f5a0e11f131d4c45676f4c13afed3577c5194 Mon Sep 17 00:00:00 2001
From: aliasless <aliasless@quasivoid.net>
Date: Mon, 22 Mar 2021 19:22:55 -0700
Subject: [PATCH 3/4] New package: guile-reader-0.6.3

---
 srcpkgs/guile-reader/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/guile-reader/template

diff --git a/srcpkgs/guile-reader/template b/srcpkgs/guile-reader/template
new file mode 100644
index 000000000000..cc7d541ec96f
--- /dev/null
+++ b/srcpkgs/guile-reader/template
@@ -0,0 +1,14 @@
+# Template file for 'guile-reader'
+pkgname=guile-reader
+version=0.6.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config guile gperf"
+makedepends="lightning guile-devel"
+depends="guile"
+short_desc="Guile-Reader is a simple framework for building readers for GNU Guile"
+maintainer="aliasless <aliasless@quasivoid.net>"
+license="GPL-3.0-or-later"
+homepage="https://www.nongnu.org/guile-reader/"
+distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum="38c2b444eadbb8c0cab78d90a44ec3ebff42bd410c5b84a91018cee7eb64d2bb"

From aedd17c65d03a827ea2781603b93440aedddd139 Mon Sep 17 00:00:00 2001
From: aliasless <aliasless@quasivoid.net>
Date: Mon, 22 Mar 2021 19:23:21 -0700
Subject: [PATCH 4/4] New package: haunt-0.2.4

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

diff --git a/srcpkgs/haunt/template b/srcpkgs/haunt/template
new file mode 100644
index 000000000000..06a31a03a81d
--- /dev/null
+++ b/srcpkgs/haunt/template
@@ -0,0 +1,18 @@
+# Template file for 'haunt'
+pkgname=haunt
+version=0.2.4
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config autoconf automake guile"
+makedepends="guile-devel guile-commonmark guile-reader"
+depends="guile"
+short_desc="Haunt is a simple, functional, hackable static site generator"
+maintainer="aliasless <aliasless@quasivoid.net>"
+license="GPL-3.0-or-later"
+homepage="https://dthompson.us/projects/haunt.html"
+distfiles="https://files.dthompson.us/haunt/${pkgname}-${version}.tar.gz"
+checksum="cce9080a0eca9892613d63ed2514f70bdb180753a2835c4bb603cd19ed27df14"
+
+pre_configure() {
+	autoreconf -fi
+}

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

end of thread, other threads:[~2022-05-25  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  3:31 [PR PATCH] Haunt aliasless
2022-05-11  2:12 ` New package: haunt-0.2.4 github-actions
2022-05-25  2:14 ` [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).