Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mousai-0.6.6
@ 2022-04-05  8:08 paper42
  2022-04-05  9:09 ` [PR PATCH] [Updated] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2022-04-05  8:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages mousai
https://github.com/void-linux/void-packages/pull/36528

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36528.patch is attached

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

From 2a7e5a046bdddc271368f2ada6840fca3ed87c11 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 5 Apr 2022 10:05:48 +0200
Subject: [PATCH] New package: mousai-0.6.6

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

diff --git a/srcpkgs/mousai/template b/srcpkgs/mousai/template
new file mode 100644
index 000000000000..5f309a696d0a
--- /dev/null
+++ b/srcpkgs/mousai/template
@@ -0,0 +1,14 @@
+# Template file for 'mousai'
+pkgname=mousai
+version=0.6.6
+revision=1
+wrksrc="Mousai-$version"
+build_style=meson
+hostmakedepends="python3 gettext glib-devel"
+depends="python3-gobject python3-requests libadwaita"
+short_desc="Identify any songs in seconds"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/SeaDve/Mousai"
+distfiles="https://github.com/SeaDve/Mousai/archive/refs/tags/v$version.tar.gz"
+checksum=a1e5cb29ad16405abcab8b5e1eec82fc170e5f535f8c55b57f18c80acb18a0ae

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

* Re: [PR PATCH] [Updated] New package: mousai-0.6.6
  2022-04-05  8:08 [PR PATCH] New package: mousai-0.6.6 paper42
@ 2022-04-05  9:09 ` paper42
  2022-04-06 21:17 ` [PR REVIEW] " Chocimier
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-05  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages mousai
https://github.com/void-linux/void-packages/pull/36528

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36528.patch is attached

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

From cdc2bcb8a53d101d139285ffd55d5771725b94b8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 5 Apr 2022 10:05:48 +0200
Subject: [PATCH] New package: mousai-0.6.6

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

diff --git a/srcpkgs/mousai/template b/srcpkgs/mousai/template
new file mode 100644
index 000000000000..fb36c79a54fd
--- /dev/null
+++ b/srcpkgs/mousai/template
@@ -0,0 +1,14 @@
+# Template file for 'mousai'
+pkgname=mousai
+version=0.6.6
+revision=1
+wrksrc="Mousai-$version"
+build_style=meson
+hostmakedepends="python3 gettext glib-devel pkg-config"
+depends="python3-gobject python3-requests libadwaita"
+short_desc="Identify any songs in seconds"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/SeaDve/Mousai"
+distfiles="https://github.com/SeaDve/Mousai/archive/refs/tags/v$version.tar.gz"
+checksum=a1e5cb29ad16405abcab8b5e1eec82fc170e5f535f8c55b57f18c80acb18a0ae

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

* Re: [PR REVIEW] New package: mousai-0.6.6
  2022-04-05  8:08 [PR PATCH] New package: mousai-0.6.6 paper42
  2022-04-05  9:09 ` [PR PATCH] [Updated] " paper42
@ 2022-04-06 21:17 ` Chocimier
  2022-04-15  9:25 ` [PR PATCH] [Updated] " paper42
  2022-04-15  9:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2022-04-06 21:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36528#discussion_r844430285

Comment:
Mousai

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

* Re: [PR PATCH] [Updated] New package: mousai-0.6.6
  2022-04-05  8:08 [PR PATCH] New package: mousai-0.6.6 paper42
  2022-04-05  9:09 ` [PR PATCH] [Updated] " paper42
  2022-04-06 21:17 ` [PR REVIEW] " Chocimier
@ 2022-04-15  9:25 ` paper42
  2022-04-15  9:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-15  9:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages mousai
https://github.com/void-linux/void-packages/pull/36528

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36528.patch is attached

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

From 419bd393c610849708061b8c1543b2350816d828 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 5 Apr 2022 10:05:48 +0200
Subject: [PATCH] New package: Mousai-0.6.6

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

diff --git a/srcpkgs/Mousai/template b/srcpkgs/Mousai/template
new file mode 100644
index 000000000000..1b97a3851557
--- /dev/null
+++ b/srcpkgs/Mousai/template
@@ -0,0 +1,13 @@
+# Template file for 'Mousai'
+pkgname=Mousai
+version=0.6.6
+revision=1
+build_style=meson
+hostmakedepends="python3 gettext glib-devel pkg-config"
+depends="python3-gobject python3-requests libadwaita"
+short_desc="Identify any songs in seconds"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/SeaDve/Mousai"
+distfiles="https://github.com/SeaDve/Mousai/archive/refs/tags/v$version.tar.gz"
+checksum=a1e5cb29ad16405abcab8b5e1eec82fc170e5f535f8c55b57f18c80acb18a0ae

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

* Re: [PR PATCH] [Merged]: New package: mousai-0.6.6
  2022-04-05  8:08 [PR PATCH] New package: mousai-0.6.6 paper42
                   ` (2 preceding siblings ...)
  2022-04-15  9:25 ` [PR PATCH] [Updated] " paper42
@ 2022-04-15  9:37 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-15  9:37 UTC (permalink / raw)
  To: ml

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

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

New package: mousai-0.6.6
https://github.com/void-linux/void-packages/pull/36528

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2022-04-15  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05  8:08 [PR PATCH] New package: mousai-0.6.6 paper42
2022-04-05  9:09 ` [PR PATCH] [Updated] " paper42
2022-04-06 21:17 ` [PR REVIEW] " Chocimier
2022-04-15  9:25 ` [PR PATCH] [Updated] " paper42
2022-04-15  9:37 ` [PR PATCH] [Merged]: " paper42

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