Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gn-0.1915
@ 2021-06-13  2:32 whoizit
  2021-06-13 15:23 ` q66
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: whoizit @ 2021-06-13  2:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/whoizit/void-packages gn
https://github.com/void-linux/void-packages/pull/31447

New package: gn-0.1915
<!-- 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?
- [x] 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

<!--
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.)
- [x] 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
-->
Required for Dart pkg building and other projects (chromium, electron)
https://repology.org/project/gn/versions

I'm not exactly sure about the choice of license, because it uses the word _owner_, that not used in BSD-3-Clause

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

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

From ad26b85293eb2db8e59669afe839b6c4bfcd1b85 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Sun, 13 Jun 2021 03:23:40 +0300
Subject: [PATCH] New package: gn-0.1915

---
 srcpkgs/gn-doc      |  1 +
 srcpkgs/gn/template | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 120000 srcpkgs/gn-doc
 create mode 100644 srcpkgs/gn/template

diff --git a/srcpkgs/gn-doc b/srcpkgs/gn-doc
new file mode 120000
index 000000000000..36bdeaf67103
--- /dev/null
+++ b/srcpkgs/gn-doc
@@ -0,0 +1 @@
+gn
\ No newline at end of file
diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 000000000000..124ba3de2bde
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,45 @@
+# Template file for 'gn'
+pkgname=gn
+version=0.1915
+revision=1
+_commit=e0c476ffc83dc10897cb90b45c03ae2539352c5c
+create_wrksrc=yes
+hostmakedepends="ninja python3"
+short_desc="GN is a meta-build system that generates build files for Ninja"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause-Modification"
+homepage="https://gn.googlesource.com/gn"
+distfiles="https://gn.googlesource.com/gn/+archive/${_commit}.tar.gz"
+checksum="@b1d3bc9b359796a3d020f49c743ed8e4002470be43aad46ebbf52703317315b8"
+subpackages="gn-doc"
+
+do_configure() {
+	./build/gen.py --no-last-commit-position --no-strip --no-static-libstdc++
+	cat >out/last_commit_position.h <<-EOF
+	#ifndef OUT_LAST_COMMIT_POSITION_H_
+	#define OUT_LAST_COMMIT_POSITION_H_
+	#define LAST_COMMIT_POSITION_NUM ${version##0.}
+	#define LAST_COMMIT_POSITION "${version} (${_commit:0:8})"
+	#endif	// OUT_LAST_COMMIT_POSITION_H_
+	EOF
+}
+
+do_build() {
+	ninja -C out
+}
+
+do_check() {
+	./out/gn_unittests
+}
+
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+}
+
+gn-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		for f in docs/*; do vdoc $f; done
+	}
+}

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

* Re: New package: gn-0.1915
  2021-06-13  2:32 [PR PATCH] New package: gn-0.1915 whoizit
@ 2021-06-13 15:23 ` q66
  2021-06-13 15:53 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-06-13 15:23 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/31447#issuecomment-860228313

Comment:
no point in packaging this, gn is not stable so different things require different versions

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

* Re: New package: gn-0.1915
  2021-06-13  2:32 [PR PATCH] New package: gn-0.1915 whoizit
  2021-06-13 15:23 ` q66
@ 2021-06-13 15:53 ` ericonr
  2021-06-13 19:31 ` ericonr
  2021-06-13 19:32 ` [PR PATCH] [Closed]: " whoizit
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-13 15:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31447#issuecomment-860232653

Comment:
The GN readme recommends vendoring/using a git submodule for GN, so every project using it can track the necessary version by themselves. A system version wouldn't be very useful, and testing for updates would be painful.

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

* Re: New package: gn-0.1915
  2021-06-13  2:32 [PR PATCH] New package: gn-0.1915 whoizit
  2021-06-13 15:23 ` q66
  2021-06-13 15:53 ` ericonr
@ 2021-06-13 19:31 ` ericonr
  2021-06-13 19:32 ` [PR PATCH] [Closed]: " whoizit
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-13 19:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31447#issuecomment-860259255

Comment:
If you need a GN to build dart, it could be called `dart-gn` or similar, but I don't think being a template has helped in simplifying the build or something of the sort, so just bootstrapping it inside the dart build makes more sense to me.

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

* Re: [PR PATCH] [Closed]: New package: gn-0.1915
  2021-06-13  2:32 [PR PATCH] New package: gn-0.1915 whoizit
                   ` (2 preceding siblings ...)
  2021-06-13 19:31 ` ericonr
@ 2021-06-13 19:32 ` whoizit
  3 siblings, 0 replies; 5+ messages in thread
From: whoizit @ 2021-06-13 19:32 UTC (permalink / raw)
  To: ml

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

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

New package: gn-0.1915
https://github.com/void-linux/void-packages/pull/31447

Description:
<!-- 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?
- [x] 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

<!--
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.)
- [x] 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
-->
Required for Dart pkg building and other projects (chromium, electron)
https://repology.org/project/gn/versions

I'm not exactly sure about the choice of license, because it uses the word _owner_, that not used in BSD-3-Clause

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

end of thread, other threads:[~2021-06-13 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  2:32 [PR PATCH] New package: gn-0.1915 whoizit
2021-06-13 15:23 ` q66
2021-06-13 15:53 ` ericonr
2021-06-13 19:31 ` ericonr
2021-06-13 19:32 ` [PR PATCH] [Closed]: " whoizit

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