Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mpvpaper-1.3
@ 2023-02-21 18:45 rederick29
  2023-02-21 23:59 ` [PR REVIEW] " mhmdanas
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: rederick29 @ 2023-02-21 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From fca269d1042f7604af70bfffbb279cdb8fb293bf Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..eb46ceb2d143
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,15 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+depends="wayland-protocols"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases/tag/${version}"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87

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

* Re: [PR REVIEW] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
@ 2023-02-21 23:59 ` mhmdanas
  2023-02-21 23:59 ` mhmdanas
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mhmdanas @ 2023-02-21 23:59 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#discussion_r1113689257

Comment:
It's better to use the full releases page here instead, because sometimes you'll want to see the changes across multiple versions:
```suggestion
changelog="https://github.com/GhostNaN/mpvpaper/releases"
```

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

* Re: [PR REVIEW] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
  2023-02-21 23:59 ` [PR REVIEW] " mhmdanas
@ 2023-02-21 23:59 ` mhmdanas
  2023-02-22 12:15 ` [PR PATCH] [Updated] " rederick29
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mhmdanas @ 2023-02-21 23:59 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#discussion_r1113689257

Comment:
It's better to use the full releases page here instead, because sometimes you'll want to see changes across multiple versions:
```suggestion
changelog="https://github.com/GhostNaN/mpvpaper/releases"
```

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

* Re: [PR PATCH] [Updated] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
  2023-02-21 23:59 ` [PR REVIEW] " mhmdanas
  2023-02-21 23:59 ` mhmdanas
@ 2023-02-22 12:15 ` rederick29
  2023-02-22 12:17 ` rederick29
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-02-22 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From 2b0531af0a6032455ce69f394a0f7220b256a7a7 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..eb46ceb2d143
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,15 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+depends="wayland-protocols"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases/tag/${version}"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87

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

* Re: [PR PATCH] [Updated] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (2 preceding siblings ...)
  2023-02-22 12:15 ` [PR PATCH] [Updated] " rederick29
@ 2023-02-22 12:17 ` rederick29
  2023-02-22 12:22 ` [PR REVIEW] " rederick29
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-02-22 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From 6a3843bf0d56f173f01f617bcef47ab5f5e43070 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..2530ddbb85d8
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,15 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+depends="wayland-protocols"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87

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

* Re: [PR REVIEW] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (3 preceding siblings ...)
  2023-02-22 12:17 ` rederick29
@ 2023-02-22 12:22 ` rederick29
  2023-04-23  3:54 ` arkie
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-02-22 12:22 UTC (permalink / raw)
  To: ml

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

New review comment by rederick29 on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#discussion_r1114249970

Comment:
Fixed. 

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

* Re: New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (4 preceding siblings ...)
  2023-02-22 12:22 ` [PR REVIEW] " rederick29
@ 2023-04-23  3:54 ` arkie
  2023-04-25 11:27 ` rederick29
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: arkie @ 2023-04-23  3:54 UTC (permalink / raw)
  To: ml

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

New comment by arkie on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#issuecomment-1518935790

Comment:
Just wanted to comment that I went to add this package and found this PR instead; pulled locally and it worked for me :+1:

Was there anything else blocking merging?

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

* Re: New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (5 preceding siblings ...)
  2023-04-23  3:54 ` arkie
@ 2023-04-25 11:27 ` rederick29
  2023-04-28 16:56 ` [PR REVIEW] " Duncaen
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-04-25 11:27 UTC (permalink / raw)
  To: ml

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

New comment by rederick29 on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#issuecomment-1521628175

Comment:
I don't think there is anything blocking this from being merged. Still waiting on someone that can merge it to do so. If there's any reason for it not being merged yet, please let me know and I'll try doing something about it.

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

* Re: [PR REVIEW] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (6 preceding siblings ...)
  2023-04-25 11:27 ` rederick29
@ 2023-04-28 16:56 ` Duncaen
  2023-04-28 17:35 ` [PR PATCH] [Updated] " rederick29
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-04-28 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#discussion_r1180629685

Comment:
Does this actually depend on `wayland-protocols` at runtime?

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

* Re: [PR PATCH] [Updated] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (7 preceding siblings ...)
  2023-04-28 16:56 ` [PR REVIEW] " Duncaen
@ 2023-04-28 17:35 ` rederick29
  2023-04-28 17:49 ` rederick29
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-04-28 17:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From 6a3843bf0d56f173f01f617bcef47ab5f5e43070 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..2530ddbb85d8
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,15 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+depends="wayland-protocols"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87

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

* Re: [PR PATCH] [Updated] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (8 preceding siblings ...)
  2023-04-28 17:35 ` [PR PATCH] [Updated] " rederick29
@ 2023-04-28 17:49 ` rederick29
  2023-04-28 17:50 ` rederick29
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-04-28 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From 75d5169a746c039430e14c71f10d976d78af4594 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..2530ddbb85d8
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,15 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+depends="wayland-protocols"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87

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

* Re: [PR PATCH] [Updated] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (9 preceding siblings ...)
  2023-04-28 17:49 ` rederick29
@ 2023-04-28 17:50 ` rederick29
  2023-04-28 17:55 ` [PR REVIEW] " rederick29
  2023-04-28 18:08 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-04-28 17:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages mpvpaper
https://github.com/void-linux/void-packages/pull/42379

New package: mpvpaper-1.3
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

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

From 238db60fdff5bb66602664332ae4a5aa4feae2f8 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Tue, 21 Feb 2023 18:18:06 +0000
Subject: [PATCH] New package: mpvpaper-1.3

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

diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template
new file mode 100644
index 000000000000..f68a0ae20912
--- /dev/null
+++ b/srcpkgs/mpvpaper/template
@@ -0,0 +1,21 @@
+# Template file for 'mpvpaper'
+pkgname=mpvpaper
+version=1.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wlroots-devel mpv-devel"
+short_desc="Video wallpaper program for wlroots based wayland compositors"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/GhostNaN/mpvpaper"
+changelog="https://github.com/GhostNaN/mpvpaper/releases"
+distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
+checksum=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87
+
+do_install() {
+	vman mpvpaper.man mpvpaper.1
+	cd build
+	vbin mpvpaper
+	vbin mpvpaper-holder
+}

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

* Re: [PR REVIEW] New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (10 preceding siblings ...)
  2023-04-28 17:50 ` rederick29
@ 2023-04-28 17:55 ` rederick29
  2023-04-28 18:08 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: rederick29 @ 2023-04-28 17:55 UTC (permalink / raw)
  To: ml

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

New review comment by rederick29 on void-packages repository

https://github.com/void-linux/void-packages/pull/42379#discussion_r1180676771

Comment:
My bad, it doesn't. Fixed it.

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

* Re: [PR PATCH] [Merged]: New package: mpvpaper-1.3
  2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
                   ` (11 preceding siblings ...)
  2023-04-28 17:55 ` [PR REVIEW] " rederick29
@ 2023-04-28 18:08 ` Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-04-28 18:08 UTC (permalink / raw)
  To: ml

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

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

New package: mpvpaper-1.3
https://github.com/void-linux/void-packages/pull/42379

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-gnu)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl

Closes https://github.com/void-linux/void-packages/issues/42359
It builds fine on all of the above, but I tested the package only on x86_64-gnu. 


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

end of thread, other threads:[~2023-04-28 18:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 18:45 [PR PATCH] New package: mpvpaper-1.3 rederick29
2023-02-21 23:59 ` [PR REVIEW] " mhmdanas
2023-02-21 23:59 ` mhmdanas
2023-02-22 12:15 ` [PR PATCH] [Updated] " rederick29
2023-02-22 12:17 ` rederick29
2023-02-22 12:22 ` [PR REVIEW] " rederick29
2023-04-23  3:54 ` arkie
2023-04-25 11:27 ` rederick29
2023-04-28 16:56 ` [PR REVIEW] " Duncaen
2023-04-28 17:35 ` [PR PATCH] [Updated] " rederick29
2023-04-28 17:49 ` rederick29
2023-04-28 17:50 ` rederick29
2023-04-28 17:55 ` [PR REVIEW] " rederick29
2023-04-28 18:08 ` [PR PATCH] [Merged]: " Duncaen

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