Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: muon-0.1.0
@ 2023-02-13  9:24 Gottox
  2023-02-13  9:27 ` [PR PATCH] [Updated] " Gottox
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Gottox @ 2023-02-13  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From 9c39c5b75c0707319b9aab595b7170ef6d04cd04 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..a17d7a0b8ea9
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,12 @@
+# Template file for 'meson'
+pkgname=muon
+version=0.1.0
+revision=1
+short_desc="meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum=9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b
+build_style=meson

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
@ 2023-02-13  9:27 ` Gottox
  2023-02-13  9:38 ` Gottox
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-02-13  9:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From 3e8431119375568681fb3cafd029abe41fc910dd Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..afe815e8ec2e
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,12 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum=9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
  2023-02-13  9:27 ` [PR PATCH] [Updated] " Gottox
@ 2023-02-13  9:38 ` Gottox
  2023-02-13 10:17 ` Gottox
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-02-13  9:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From bc1b163f4d0061e8914e2af0d28078913bb5e90a Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..31d86b3d60bf
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,13 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum=9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
  2023-02-13  9:27 ` [PR PATCH] [Updated] " Gottox
  2023-02-13  9:38 ` Gottox
@ 2023-02-13 10:17 ` Gottox
  2023-02-13 10:19 ` Gottox
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-02-13 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From bca9f5b5fea488e21e170bcb6bada5aed9c3d406 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..f6457ce16c74
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,14 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checkdepends="git"
+checksum=9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (2 preceding siblings ...)
  2023-02-13 10:17 ` Gottox
@ 2023-02-13 10:19 ` Gottox
  2023-02-13 10:24 ` Gottox
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-02-13 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From f9c422ee0b85241d78f3b16cda2745298f874402 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..8ea182dfa01c
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,14 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+checkdepends="git"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum=9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b

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

* Re: New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (3 preceding siblings ...)
  2023-02-13 10:19 ` Gottox
@ 2023-02-13 10:24 ` Gottox
  2023-02-13 14:38 ` icp1994
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-02-13 10:24 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#issuecomment-1427691155

Comment:
Cannot reproduce the test errors on my local setup.

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

* Re: New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (4 preceding siblings ...)
  2023-02-13 10:24 ` Gottox
@ 2023-02-13 14:38 ` icp1994
  2023-02-13 17:56 ` classabbyamp
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: icp1994 @ 2023-02-13 14:38 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#issuecomment-1428050692

Comment:
I don't know much about how CI works but is it possible that the host container with i686 masterdir is actually of x86_64 family?
> WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested

That will explain the compilation of 64-bit assembly by meson for testing which fails.

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

* Re: New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (5 preceding siblings ...)
  2023-02-13 14:38 ` icp1994
@ 2023-02-13 17:56 ` classabbyamp
  2023-04-02 10:17 ` [PR PATCH] [Updated] " Gottox
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-02-13 17:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#issuecomment-1428402829

Comment:
yes, the host is x86_64, but the masterdir is i686



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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (6 preceding siblings ...)
  2023-02-13 17:56 ` classabbyamp
@ 2023-04-02 10:17 ` Gottox
  2023-04-02 10:19 ` Gottox
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From 61473269624afcd13efec37400e8c0e6e8758cfc Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..b739fe04e040
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,30 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+configure_args="
+ -Dlibcurl=enabled
+ -Dlibarchive=enabled
+ -Dlibpkgconf=enabled
+ -Dsamurai=enabled
+ -Dbestline=enabled"
+makedepends="pkgconf-devel libcurl-devel libarchive-devel"
+hostmakedepends="pkg-config samurai cmake"
+checkdepends="git"
+depends="samurai"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only Apache-2.0"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz
+ https://mochiro.moe/wrap/samurai-1.2-32-g81cef5d.tar.gz"
+checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b
+ 68f300b5272ac1e1a58ef38b693b91e81d00d0641042b55b46f8976387690a87"
+build_wrksrc="${pkgname}-${version}"
+
+pre_configure() {
+	ln -fsr ../samurai subprojects/samurai
+}

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (7 preceding siblings ...)
  2023-04-02 10:17 ` [PR PATCH] [Updated] " Gottox
@ 2023-04-02 10:19 ` Gottox
  2023-04-02 13:08 ` [PR REVIEW] " Johnnynator
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From e42809e4dc90c608b0e53aaa203b276df2548cfe Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..6b8b1c3f84fa
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,30 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+configure_args="
+ -Dlibcurl=enabled
+ -Dlibarchive=enabled
+ -Dlibpkgconf=enabled
+ -Dsamurai=enabled
+ -Dbestline=enabled"
+hostmakedepends="pkg-config samurai cmake"
+makedepends="pkgconf-devel libcurl-devel libarchive-devel"
+depends="samurai"
+checkdepends="git"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only, Apache-2.0"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz
+ https://mochiro.moe/wrap/samurai-1.2-32-g81cef5d.tar.gz"
+checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b
+ 68f300b5272ac1e1a58ef38b693b91e81d00d0641042b55b46f8976387690a87"
+build_wrksrc="${pkgname}-${version}"
+
+pre_configure() {
+	ln -fsr ../samurai subprojects/samurai
+}

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (8 preceding siblings ...)
  2023-04-02 10:19 ` Gottox
@ 2023-04-02 13:08 ` Johnnynator
  2023-04-02 17:38 ` Gottox
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Johnnynator @ 2023-04-02 13:08 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1155308994

Comment:
> embed samurai into the muon executable

This is most likely not what we want.  With this set to enabled you now have 2 copies of samurai, one embedded into muon and one pulled in as runtime dependency.

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (9 preceding siblings ...)
  2023-04-02 13:08 ` [PR REVIEW] " Johnnynator
@ 2023-04-02 17:38 ` Gottox
  2023-04-02 17:39 ` Gottox
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 17:38 UTC (permalink / raw)
  To: ml

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

New review comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1155349401

Comment:
It statically links against libsamurai, which is not part of the official release, but is provided by a [fork](https://github.com/annacrombie/samurai/blob/libsamu/meson.build#L30).

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (10 preceding siblings ...)
  2023-04-02 17:38 ` Gottox
@ 2023-04-02 17:39 ` Gottox
  2023-04-02 17:40 ` Gottox
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 17:39 UTC (permalink / raw)
  To: ml

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

New review comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1155349401

Comment:
It statically links against libsamu, which is not part of the official release, but is provided by a [fork](https://github.com/annacrombie/samurai/blob/libsamu/meson.build#L30).

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (11 preceding siblings ...)
  2023-04-02 17:39 ` Gottox
@ 2023-04-02 17:40 ` Gottox
  2023-04-02 17:41 ` Gottox
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 17:40 UTC (permalink / raw)
  To: ml

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

New review comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1155349401

Comment:
It statically links against libsamu, which is not part of the official release, but is provided by a [fork](https://github.com/annacrombie/samurai/blob/libsamu/meson.build#L30).

There are no files that will end up in the muon package.

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (12 preceding siblings ...)
  2023-04-02 17:40 ` Gottox
@ 2023-04-02 17:41 ` Gottox
  2023-04-02 17:45 ` [PR PATCH] [Updated] " Gottox
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 17:41 UTC (permalink / raw)
  To: ml

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

New review comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1155349769

Comment:
But you're right, I'll remove this flag.


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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (13 preceding siblings ...)
  2023-04-02 17:41 ` Gottox
@ 2023-04-02 17:45 ` Gottox
  2023-04-04  1:48 ` [PR REVIEW] " eli-schwartz
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-02 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From fdce146ace98ee61ec9a91b88788232b1e185d14 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..310187b9aac5
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,23 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+configure_args="
+ -Dlibcurl=enabled
+ -Dlibarchive=enabled
+ -Dlibpkgconf=enabled
+ -Dsamurai=disabled
+ -Dbestline=enabled"
+hostmakedepends="pkg-config samurai cmake"
+makedepends="pkgconf-devel libcurl-devel libarchive-devel"
+depends="samurai"
+checkdepends="git"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only, Apache-2.0"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b"

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

* Re: [PR REVIEW] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (14 preceding siblings ...)
  2023-04-02 17:45 ` [PR PATCH] [Updated] " Gottox
@ 2023-04-04  1:48 ` eli-schwartz
  2023-04-15  7:17 ` [PR PATCH] [Updated] " Gottox
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eli-schwartz @ 2023-04-04  1:48 UTC (permalink / raw)
  To: ml

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

New review comment by eli-schwartz on void-packages repository

https://github.com/void-linux/void-packages/pull/42232#discussion_r1156629019

Comment:
The main purpose of libsamu is so that muon can serve as a single-file statically linked redistributable which does everything you need. It's doubtful that that is generally valuable here, so I'd agree with removing that one option.

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (15 preceding siblings ...)
  2023-04-04  1:48 ` [PR REVIEW] " eli-schwartz
@ 2023-04-15  7:17 ` Gottox
  2023-04-15  7:18 ` Gottox
  2023-06-05  9:54 ` [PR PATCH] [Merged]: New package: muon-0.2.0 Gottox
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-15  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From c809d349db42183df654358cf53192e31378b3b6 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.1.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..310187b9aac5
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,23 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+configure_args="
+ -Dlibcurl=enabled
+ -Dlibarchive=enabled
+ -Dlibpkgconf=enabled
+ -Dsamurai=disabled
+ -Dbestline=enabled"
+hostmakedepends="pkg-config samurai cmake"
+makedepends="pkgconf-devel libcurl-devel libarchive-devel"
+depends="samurai"
+checkdepends="git"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only, Apache-2.0"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b"

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

* Re: [PR PATCH] [Updated] New package: muon-0.1.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (16 preceding siblings ...)
  2023-04-15  7:17 ` [PR PATCH] [Updated] " Gottox
@ 2023-04-15  7:18 ` Gottox
  2023-06-05  9:54 ` [PR PATCH] [Merged]: New package: muon-0.2.0 Gottox
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-04-15  7:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages muon-0.1.0
https://github.com/void-linux/void-packages/pull/42232

New package: muon-0.1.0
None

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

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

From 5277327d8adfaffcd23b8efe71206ec7f7706f5b Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 13 Feb 2023 10:24:30 +0100
Subject: [PATCH] New package: muon-0.2.0

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

diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template
new file mode 100644
index 000000000000..310187b9aac5
--- /dev/null
+++ b/srcpkgs/muon/template
@@ -0,0 +1,23 @@
+# Template file for 'muon'
+pkgname=muon
+version=0.1.0
+revision=1
+build_style=meson
+build_helper=qemu
+configure_args="
+ -Dlibcurl=enabled
+ -Dlibarchive=enabled
+ -Dlibpkgconf=enabled
+ -Dsamurai=disabled
+ -Dbestline=enabled"
+hostmakedepends="pkg-config samurai cmake"
+makedepends="pkgconf-devel libcurl-devel libarchive-devel"
+depends="samurai"
+checkdepends="git"
+short_desc="Meson implementation in C"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-only, Apache-2.0"
+homepage="https://muon.build"
+changelog="https://git.sr.ht/~lattis/muon/refs/$version"
+distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
+checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b"

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

* Re: [PR PATCH] [Merged]: New package: muon-0.2.0
  2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
                   ` (17 preceding siblings ...)
  2023-04-15  7:18 ` Gottox
@ 2023-06-05  9:54 ` Gottox
  18 siblings, 0 replies; 20+ messages in thread
From: Gottox @ 2023-06-05  9:54 UTC (permalink / raw)
  To: ml

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

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

New package: muon-0.2.0
https://github.com/void-linux/void-packages/pull/42232

Description:
None

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

end of thread, other threads:[~2023-06-05  9:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  9:24 [PR PATCH] New package: muon-0.1.0 Gottox
2023-02-13  9:27 ` [PR PATCH] [Updated] " Gottox
2023-02-13  9:38 ` Gottox
2023-02-13 10:17 ` Gottox
2023-02-13 10:19 ` Gottox
2023-02-13 10:24 ` Gottox
2023-02-13 14:38 ` icp1994
2023-02-13 17:56 ` classabbyamp
2023-04-02 10:17 ` [PR PATCH] [Updated] " Gottox
2023-04-02 10:19 ` Gottox
2023-04-02 13:08 ` [PR REVIEW] " Johnnynator
2023-04-02 17:38 ` Gottox
2023-04-02 17:39 ` Gottox
2023-04-02 17:40 ` Gottox
2023-04-02 17:41 ` Gottox
2023-04-02 17:45 ` [PR PATCH] [Updated] " Gottox
2023-04-04  1:48 ` [PR REVIEW] " eli-schwartz
2023-04-15  7:17 ` [PR PATCH] [Updated] " Gottox
2023-04-15  7:18 ` Gottox
2023-06-05  9:54 ` [PR PATCH] [Merged]: New package: muon-0.2.0 Gottox

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