Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: generate-ninja-0.4.1
@ 2020-10-18  8:49 shizonic
  2020-10-18  9:25 ` Johnnynator
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shizonic @ 2020-10-18  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages generate-ninja
https://github.com/void-linux/void-packages/pull/25703

New package: generate-ninja-0.4.1


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

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

From 8ca6fbde799a0e6a1ac465f8eecef6b56d53647c Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Sun, 18 Oct 2020 10:48:40 +0200
Subject: [PATCH] New package: generate-ninja-0.4.1

---
 srcpkgs/generate-ninja/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/generate-ninja/template

diff --git a/srcpkgs/generate-ninja/template b/srcpkgs/generate-ninja/template
new file mode 100644
index 00000000000..52cca8ab882
--- /dev/null
+++ b/srcpkgs/generate-ninja/template
@@ -0,0 +1,27 @@
+# Template file for 'generate-ninja'
+pkgname=generate-ninja
+version=0.4.1
+revision=1
+archs="x86_64 i686"
+hostmakedepends="clang ninja python"
+depends="libglib-devel"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/o-lim/generate-ninja"
+distfiles="https://github.com/o-lim/generate-ninja/archive/v${version}.tar.gz"
+checksum=1b2bec9dd18602a4af9dc8782ca809e44305f1435d43c55f35ec9eec50ca7e9a
+
+do_build() {
+	python build/gen.py
+	ninja -C out
+}
+
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+
+	for f in docs/*; do
+		vdoc ${f}
+	done
+}

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

* Re: New package: generate-ninja-0.4.1
  2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
@ 2020-10-18  9:25 ` Johnnynator
  2020-10-18  9:39 ` shizonic
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2020-10-18  9:25 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/25703#issuecomment-711140798

Comment:
Why do you use an unmaintained fork of gn instead of the chromium upstream?

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

* Re: New package: generate-ninja-0.4.1
  2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
  2020-10-18  9:25 ` Johnnynator
@ 2020-10-18  9:39 ` shizonic
  2020-10-18 10:35 ` Johnnynator
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-10-18  9:39 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25703#issuecomment-711142393

Comment:
> Why do you use an unmaintained fork of gn instead of the chromium upstream?

I have an upstream version too here: https://github.com/shizonic/void-packages/commit/df45ea2e489123f36c9b2e7e6de1a0e3ae412f31

But first there are no release tags and I have to use commit hashes. Second I couldn't build the upstream version successfully yet. Any help is appreciated!

So which one should I use?

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

* Re: New package: generate-ninja-0.4.1
  2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
  2020-10-18  9:25 ` Johnnynator
  2020-10-18  9:39 ` shizonic
@ 2020-10-18 10:35 ` Johnnynator
  2020-10-18 11:30 ` shizonic
  2020-10-19 11:34 ` [PR PATCH] [Closed]: " shizonic
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2020-10-18 10:35 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/25703#issuecomment-711148335

Comment:
leah did prepare a template for gn earllier: https://l2.re/X4Opzr . You could update and use that. But make sure to use the `-c` flag of `xgensum`, since google does recreate tarballs on every fetch, so metadata changes.

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

* Re: New package: generate-ninja-0.4.1
  2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
                   ` (2 preceding siblings ...)
  2020-10-18 10:35 ` Johnnynator
@ 2020-10-18 11:30 ` shizonic
  2020-10-19 11:34 ` [PR PATCH] [Closed]: " shizonic
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-10-18 11:30 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25703#issuecomment-711154380

Comment:
Ohh nice! Thank you.
I'll gonna update it accordingly.

May you have a look at my other PRs? There are some which can be merged safely: https://github.com/void-linux/void-packages/pulls/shizonic

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

* Re: [PR PATCH] [Closed]: New package: generate-ninja-0.4.1
  2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
                   ` (3 preceding siblings ...)
  2020-10-18 11:30 ` shizonic
@ 2020-10-19 11:34 ` shizonic
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-10-19 11:34 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: generate-ninja-0.4.1
https://github.com/void-linux/void-packages/pull/25703

Description:


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

end of thread, other threads:[~2020-10-19 11:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
2020-10-18  9:25 ` Johnnynator
2020-10-18  9:39 ` shizonic
2020-10-18 10:35 ` Johnnynator
2020-10-18 11:30 ` shizonic
2020-10-19 11:34 ` [PR PATCH] [Closed]: " shizonic

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