* [PR PATCH] blanket: update to 0.7.0.
@ 2025-01-17 9:57 ndpm13
2025-03-13 11:48 ` [PR PATCH] [Updated] " ndpm13
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: ndpm13 @ 2025-01-17 9:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
There is a new pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 1277 bytes --]
From 51a4a03f0c3a54e7c02b90d796101fdd71dc267d Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Fri, 17 Jan 2025 10:49:26 +0100
Subject: [PATCH] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0950529d831d69 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,14 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
@ 2025-03-13 11:48 ` ndpm13
2025-03-16 13:35 ` [PR REVIEW] " fanyx
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-13 11:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 1277 bytes --]
From 51a4a03f0c3a54e7c02b90d796101fdd71dc267d Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Fri, 17 Jan 2025 10:49:26 +0100
Subject: [PATCH] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0950529d831d69 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,14 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
2025-03-13 11:48 ` [PR PATCH] [Updated] " ndpm13
@ 2025-03-16 13:35 ` fanyx
2025-03-16 13:38 ` [PR PATCH] [Updated] " ndpm13
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 13:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#discussion_r1997619558
Comment:
```suggestion
hostmakedepends="pkg-config gettext glib-devel blueprint-compiler"
makedepends="libadwaita-devel"
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
2025-03-13 11:48 ` [PR PATCH] [Updated] " ndpm13
2025-03-16 13:35 ` [PR REVIEW] " fanyx
@ 2025-03-16 13:38 ` ndpm13
2025-03-16 13:38 ` [PR REVIEW] " fanyx
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 13:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 2278 bytes --]
From 51a4a03f0c3a54e7c02b90d796101fdd71dc267d Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Fri, 17 Jan 2025 10:49:26 +0100
Subject: [PATCH 1/2] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0950529d831d69 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,14 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
From 47c9b6a0a1c58fb214854c07f5e29f6904ad3c8b Mon Sep 17 00:00:00 2001
From: Naz <naseem-chettah@proton.me>
Date: Sun, 16 Mar 2025 14:38:38 +0100
Subject: [PATCH 2/2] Update srcpkgs/blanket/template
Co-authored-by: Hendrik Boll <fanyx@posteo.net>
---
srcpkgs/blanket/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 0950529d831d69..17252e031536bd 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -3,7 +3,8 @@ pkgname=blanket
version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler"
+makedepends="libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (2 preceding siblings ...)
2025-03-16 13:38 ` [PR PATCH] [Updated] " ndpm13
@ 2025-03-16 13:38 ` fanyx
2025-03-16 13:38 ` fanyx
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 13:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#discussion_r1997620280
Comment:
move `glib-devel` and `libadwaita-devel` to `makedepends`.
also removes the need for `gtk4-devel` as it is pulled in automatically.
`gobject-introspection` is unneeded
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (3 preceding siblings ...)
2025-03-16 13:38 ` [PR REVIEW] " fanyx
@ 2025-03-16 13:38 ` fanyx
2025-03-16 13:39 ` fanyx
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 13:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#discussion_r1997619558
Comment:
```suggestion
hostmakedepends="pkg-config gettext blueprint-compiler"
makedepends="glib-devel libadwaita-devel"
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (4 preceding siblings ...)
2025-03-16 13:38 ` fanyx
@ 2025-03-16 13:39 ` fanyx
2025-03-16 13:41 ` fanyx
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 13:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#discussion_r1997620480
Comment:
also remove `libadwaita` from `depends`
it's redundant.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (5 preceding siblings ...)
2025-03-16 13:39 ` fanyx
@ 2025-03-16 13:41 ` fanyx
2025-03-16 13:46 ` [PR PATCH] [Updated] " ndpm13
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 13:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#issuecomment-2727446932
Comment:
when you implemented the suggestions, please squash into single commit
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (6 preceding siblings ...)
2025-03-16 13:41 ` fanyx
@ 2025-03-16 13:46 ` ndpm13
2025-03-16 14:04 ` ndpm13
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 13:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 3288 bytes --]
From 51a4a03f0c3a54e7c02b90d796101fdd71dc267d Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Fri, 17 Jan 2025 10:49:26 +0100
Subject: [PATCH 1/3] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0950529d831d69 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,14 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
From 47c9b6a0a1c58fb214854c07f5e29f6904ad3c8b Mon Sep 17 00:00:00 2001
From: Naz <naseem-chettah@proton.me>
Date: Sun, 16 Mar 2025 14:38:38 +0100
Subject: [PATCH 2/3] Update srcpkgs/blanket/template
Co-authored-by: Hendrik Boll <fanyx@posteo.net>
---
srcpkgs/blanket/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 0950529d831d69..17252e031536bd 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -3,7 +3,8 @@ pkgname=blanket
version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel blueprint-compiler gtk4-devel gobject-introspection libadwaita-devel"
+hostmakedepends="pkg-config gettext glib-devel blueprint-compiler"
+makedepends="libadwaita-devel"
depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
From 5480e53cff6f56828532d63566752156af5faed7 Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Sun, 16 Mar 2025 14:46:45 +0100
Subject: [PATCH 3/3] update deps for blanket
---
srcpkgs/blanket/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 17252e031536bd..0f169c90ad0f13 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -3,9 +3,9 @@ pkgname=blanket
version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel blueprint-compiler"
-makedepends="libadwaita-devel"
-depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
+hostmakedepends="pkg-config gettext blueprint-compiler"
+makedepends="libadwaita-devel glib-devel"
+depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (7 preceding siblings ...)
2025-03-16 13:46 ` [PR PATCH] [Updated] " ndpm13
@ 2025-03-16 14:04 ` ndpm13
2025-03-16 14:05 ` [PR PATCH] [Closed]: " ndpm13
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 14:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 1322 bytes --]
From f3d46da2f17d15d0985077609e188f327b4155a0 Mon Sep 17 00:00:00 2001
From: seth0xd <seth0xd@proton.me>
Date: Sun, 16 Mar 2025 15:04:48 +0100
Subject: [PATCH] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0f169c90ad0f13 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,15 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
-depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
+hostmakedepends="pkg-config gettext blueprint-compiler"
+makedepends="libadwaita-devel glib-devel"
+depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Closed]: blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (8 preceding siblings ...)
2025-03-16 14:04 ` ndpm13
@ 2025-03-16 14:05 ` ndpm13
2025-03-16 14:05 ` [PR PATCH] [Updated] " ndpm13
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]
There's a closed pull request on the void-packages repository
blanket: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/54005
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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (9 preceding siblings ...)
2025-03-16 14:05 ` [PR PATCH] [Closed]: " ndpm13
@ 2025-03-16 14:05 ` ndpm13
2025-03-16 14:08 ` ndpm13
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (10 preceding siblings ...)
2025-03-16 14:05 ` [PR PATCH] [Updated] " ndpm13
@ 2025-03-16 14:08 ` ndpm13
2025-03-16 14:09 ` ndpm13
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 14:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
There is an updated pull request by ndpm13 against master on the void-packages repository
https://github.com/ndpm13/void-packages master
https://github.com/void-linux/void-packages/pull/54005
blanket: update to 0.7.0.
<!-- 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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
A patch file from https://github.com/void-linux/void-packages/pull/54005.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54005.patch --]
[-- Type: text/x-diff, Size: 1321 bytes --]
From ca7b716f2e04061b3051a8cc6b13b2e6ecf66cb3 Mon Sep 17 00:00:00 2001
From: Naz <ndpm13@ch-naseem.com>
Date: Sun, 16 Mar 2025 15:05:47 +0100
Subject: [PATCH] blanket: update to 0.7.0.
---
srcpkgs/blanket/template | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 79f18e4fe21d7e..0f169c90ad0f13 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,14 +1,15 @@
# Template file for 'blanket'
pkgname=blanket
-version=0.6.0
+version=0.7.0
revision=1
build_style=meson
-hostmakedepends="pkg-config gettext glib-devel"
-depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libadwaita"
+hostmakedepends="pkg-config gettext blueprint-compiler"
+makedepends="libadwaita-devel glib-devel"
+depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1"
short_desc="Improve focus and productivity by listening to different sounds"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rafaelmardojai/blanket"
distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
-checksum=710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4
+checksum=14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
python_version=3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (11 preceding siblings ...)
2025-03-16 14:08 ` ndpm13
@ 2025-03-16 14:09 ` ndpm13
2025-03-16 14:10 ` fanyx
2025-04-17 9:20 ` [PR PATCH] [Closed]: " ndpm13
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-03-16 14:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by ndpm13 on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#issuecomment-2727460840
Comment:
sry about the mess T^T
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (12 preceding siblings ...)
2025-03-16 14:09 ` ndpm13
@ 2025-03-16 14:10 ` fanyx
2025-04-17 9:20 ` [PR PATCH] [Closed]: " ndpm13
14 siblings, 0 replies; 16+ messages in thread
From: fanyx @ 2025-03-16 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
New comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/54005#issuecomment-2727461189
Comment:
no worries, commit history looks good so noone can complain ^^
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Closed]: blanket: update to 0.7.0.
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
` (13 preceding siblings ...)
2025-03-16 14:10 ` fanyx
@ 2025-04-17 9:20 ` ndpm13
14 siblings, 0 replies; 16+ messages in thread
From: ndpm13 @ 2025-04-17 9:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]
There's a closed pull request on the void-packages repository
blanket: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/54005
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**|**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, (x86_64-glibc)
#### Other changes:
- I had to add more dependencies for the template.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2025-04-17 9:20 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 9:57 [PR PATCH] blanket: update to 0.7.0 ndpm13
2025-03-13 11:48 ` [PR PATCH] [Updated] " ndpm13
2025-03-16 13:35 ` [PR REVIEW] " fanyx
2025-03-16 13:38 ` [PR PATCH] [Updated] " ndpm13
2025-03-16 13:38 ` [PR REVIEW] " fanyx
2025-03-16 13:38 ` fanyx
2025-03-16 13:39 ` fanyx
2025-03-16 13:41 ` fanyx
2025-03-16 13:46 ` [PR PATCH] [Updated] " ndpm13
2025-03-16 14:04 ` ndpm13
2025-03-16 14:05 ` [PR PATCH] [Closed]: " ndpm13
2025-03-16 14:05 ` [PR PATCH] [Updated] " ndpm13
2025-03-16 14:08 ` ndpm13
2025-03-16 14:09 ` ndpm13
2025-03-16 14:10 ` fanyx
2025-04-17 9:20 ` [PR PATCH] [Closed]: " ndpm13
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).