Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xmake-2.6.5
@ 2022-04-30 21:21 prez
  2022-04-30 21:40 ` [PR PATCH] [Updated] " prez
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: prez @ 2022-04-30 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

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

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 1fac683f4b2c2174bf42b13df004a7500f4b2a4e Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.6.5

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..af7f228c873a
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,17 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.6.5
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=868f109f660d3f42d8f67aad71b8075b7c3b606d7529956bfc94ad052bb8c1bd
+
+pre_build() {
+	export LD="$CC"
+}

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

* Re: [PR PATCH] [Updated] New package: xmake-2.6.5
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
@ 2022-04-30 21:40 ` prez
  2022-04-30 21:49 ` prez
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-04-30 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

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

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 7acb76aa94d4203a2ec8673c443980c800e6f58e Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.6.5

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..97f8d0d83c73
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,22 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.6.5
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=868f109f660d3f42d8f67aad71b8075b7c3b606d7529956bfc94ad052bb8c1bd
+
+case "$XBPS_TARGET_MACHINE" in
+	armv6l*) LDFLAGS="-latomic" ;;
+	*) ;;
+esac
+
+pre_build() {
+	export LD="$CC"
+}

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

* Re: [PR PATCH] [Updated] New package: xmake-2.6.5
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
  2022-04-30 21:40 ` [PR PATCH] [Updated] " prez
@ 2022-04-30 21:49 ` prez
  2022-04-30 21:58 ` prez
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-04-30 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

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

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From cd029fdbbcac2c3e3fbb5836aa15df638be5bbc6 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.6.5

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..36f8d9b85b93
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,22 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.6.5
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=868f109f660d3f42d8f67aad71b8075b7c3b606d7529956bfc94ad052bb8c1bd
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends="libatomic-devel"
+	LDFLAGS="-latomic"
+fi
+
+pre_build() {
+	export LD="$CC"
+}

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

* Re: New package: xmake-2.6.5
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
  2022-04-30 21:40 ` [PR PATCH] [Updated] " prez
  2022-04-30 21:49 ` prez
@ 2022-04-30 21:58 ` prez
  2022-07-31  2:14 ` github-actions
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-04-30 21:58 UTC (permalink / raw)
  To: ml

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

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1114060593

Comment:
The build failure on armv6l due to missing atomics even after adding `libatomic-devel` and `-latomic` seems to be a gcc issue, according to the xmake bug tracker. 

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

* Re: New package: xmake-2.6.5
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (2 preceding siblings ...)
  2022-04-30 21:58 ` prez
@ 2022-07-31  2:14 ` github-actions
  2022-07-31 10:47 ` [PR PATCH] [Updated] " prez
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-07-31  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1200332166

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: xmake-2.6.5
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (3 preceding siblings ...)
  2022-07-31  2:14 ` github-actions
@ 2022-07-31 10:47 ` prez
  2022-07-31 10:48 ` New package: xmake-2.6.9 prez
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-07-31 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

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

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 5b39cc3e6e976ed12006751b93f2843b2344a3bc Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.6.9

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..8899acff1d3d
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,22 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.6.9
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=68f2e7ef85db2841c707bb909ae4a5d058e8c1e4837c2a95b0bfefd56600ca83
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends="libatomic-devel"
+	LDFLAGS="-latomic"
+fi
+
+pre_build() {
+	export LD="$CC"
+}

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

* Re: New package: xmake-2.6.9
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (4 preceding siblings ...)
  2022-07-31 10:47 ` [PR PATCH] [Updated] " prez
@ 2022-07-31 10:48 ` prez
  2022-10-31  2:14 ` github-actions
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-07-31 10:48 UTC (permalink / raw)
  To: ml

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

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1200398967

Comment:
Not stale, please review.

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

* Re: New package: xmake-2.6.9
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (5 preceding siblings ...)
  2022-07-31 10:48 ` New package: xmake-2.6.9 prez
@ 2022-10-31  2:14 ` github-actions
  2022-10-31 18:23 ` [PR PATCH] [Updated] " prez
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-10-31  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1296449463

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: xmake-2.6.9
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (6 preceding siblings ...)
  2022-10-31  2:14 ` github-actions
@ 2022-10-31 18:23 ` prez
  2023-01-31  2:01 ` New package: xmake-2.7.2 github-actions
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: prez @ 2022-10-31 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

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

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 8ee83acb404f7d3c2cbfa04d8c5023faf847b028 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.7.2

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..4058f8b08d49
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,22 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.7.2
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=2d1159fd8910cd532b09315cbf7e3c8943df57f2b22952174c8cd04ba0358a14
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends="libatomic-devel"
+	LDFLAGS="-latomic"
+fi
+
+pre_build() {
+	export LD="$CC"
+}

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

* Re: New package: xmake-2.7.2
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (7 preceding siblings ...)
  2022-10-31 18:23 ` [PR PATCH] [Updated] " prez
@ 2023-01-31  2:01 ` github-actions
  2023-02-09 23:12 ` Cons-Cat
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-01-31  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1409631350

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: xmake-2.7.2
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (8 preceding siblings ...)
  2023-01-31  2:01 ` New package: xmake-2.7.2 github-actions
@ 2023-02-09 23:12 ` Cons-Cat
  2023-05-12  1:50 ` github-actions
  2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: Cons-Cat @ 2023-02-09 23:12 UTC (permalink / raw)
  To: ml

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

New comment by Cons-Cat on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1424964113

Comment:
I think it would be awesome to have xmake in the void repos!

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

* Re: New package: xmake-2.7.2
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (9 preceding siblings ...)
  2023-02-09 23:12 ` Cons-Cat
@ 2023-05-12  1:50 ` github-actions
  2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-05-12  1:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36927#issuecomment-1544989285

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: xmake-2.7.2
  2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
                   ` (10 preceding siblings ...)
  2023-05-12  1:50 ` github-actions
@ 2023-05-26  1:53 ` github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-05-26  1:53 UTC (permalink / raw)
  To: ml

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

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

New package: xmake-2.7.2
https://github.com/void-linux/void-packages/pull/36927

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2023-05-26  1:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 21:21 [PR PATCH] New package: xmake-2.6.5 prez
2022-04-30 21:40 ` [PR PATCH] [Updated] " prez
2022-04-30 21:49 ` prez
2022-04-30 21:58 ` prez
2022-07-31  2:14 ` github-actions
2022-07-31 10:47 ` [PR PATCH] [Updated] " prez
2022-07-31 10:48 ` New package: xmake-2.6.9 prez
2022-10-31  2:14 ` github-actions
2022-10-31 18:23 ` [PR PATCH] [Updated] " prez
2023-01-31  2:01 ` New package: xmake-2.7.2 github-actions
2023-02-09 23:12 ` Cons-Cat
2023-05-12  1:50 ` github-actions
2023-05-26  1:53 ` [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).