Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] goodvibes: update to 0.7.1 and adopt.
@ 2021-10-09  7:22 mobinmob
  2021-10-09  9:23 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-10-09  7:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages goodvibes
https://github.com/void-linux/void-packages/pull/33440

goodvibes: update to 0.7.1 and adopt.
Also:
- change license (upstream change).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33440.patch is attached

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

From 44bb097a91cea1200d458276a02664e6d7689610 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 Oct 2021 10:20:29 +0300
Subject: [PATCH] goodvibes: update to 0.7.1 and adopt.

Also:
- change license (upstream change).
---
 srcpkgs/goodvibes/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/goodvibes/template b/srcpkgs/goodvibes/template
index 44ac0bf3836a..1ff25d311f2b 100644
--- a/srcpkgs/goodvibes/template
+++ b/srcpkgs/goodvibes/template
@@ -1,6 +1,6 @@
 # Template file for 'goodvibes'
 pkgname=goodvibes
-version=0.6.3
+version=0.7.1
 revision=1
 wrksrc="goodvibes-v${version}"
 build_style=meson
@@ -9,12 +9,12 @@ makedepends="amtk-devel dconf-devel glib-devel gst-plugins-base1-devel
  gtk+3-devel libkeybinder3-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1  gst-plugins-ugly1"
 short_desc="Light and simple internet radio player"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-only"
 homepage="https://gitlab.com/goodvibes/goodvibes"
 changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS"
 distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
-checksum=8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c
+checksum=5549e1601a6486eb7d705d4dcdd80827a2abaaa01c5c04f8438e26c24d4478b0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" glib-devel"

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

* Re: goodvibes: update to 0.7.1 and adopt.
  2021-10-09  7:22 [PR PATCH] goodvibes: update to 0.7.1 and adopt mobinmob
@ 2021-10-09  9:23 ` paper42
  2021-10-09 11:32 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-09  9:23 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33440#issuecomment-939264112

Comment:
from the changelog:
> * Drop dependency ``libamtk``.

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

* Re: [PR PATCH] [Updated] goodvibes: update to 0.7.1 and adopt.
  2021-10-09  7:22 [PR PATCH] goodvibes: update to 0.7.1 and adopt mobinmob
  2021-10-09  9:23 ` paper42
@ 2021-10-09 11:32 ` mobinmob
  2021-10-09 11:32 ` mobinmob
  2021-10-12  6:12 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-10-09 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages goodvibes
https://github.com/void-linux/void-packages/pull/33440

goodvibes: update to 0.7.1 and adopt.
Also:
- change license (upstream change).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33440.patch is attached

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

From c018df698b32910bb8ff9439f00947ae6ad876ac Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 Oct 2021 10:20:29 +0300
Subject: [PATCH] goodvibes: update to 0.7.1 and adopt.

Also:
- change license (upstream change)
- remove amtk-devel from makedepends (upstream change, @paper42).
---
 srcpkgs/goodvibes/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/goodvibes/template b/srcpkgs/goodvibes/template
index 44ac0bf3836a..38ff5434a8e0 100644
--- a/srcpkgs/goodvibes/template
+++ b/srcpkgs/goodvibes/template
@@ -1,20 +1,20 @@
 # Template file for 'goodvibes'
 pkgname=goodvibes
-version=0.6.3
+version=0.7.1
 revision=1
 wrksrc="goodvibes-v${version}"
 build_style=meson
 hostmakedepends="appstream-glib desktop-file-utils pkg-config gettext"
-makedepends="amtk-devel dconf-devel glib-devel gst-plugins-base1-devel
+makedepends="dconf-devel glib-devel gst-plugins-base1-devel
  gtk+3-devel libkeybinder3-devel libsoup-devel"
 depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1  gst-plugins-ugly1"
 short_desc="Light and simple internet radio player"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-only"
 homepage="https://gitlab.com/goodvibes/goodvibes"
 changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS"
 distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
-checksum=8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c
+checksum=5549e1601a6486eb7d705d4dcdd80827a2abaaa01c5c04f8438e26c24d4478b0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" glib-devel"

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

* Re: goodvibes: update to 0.7.1 and adopt.
  2021-10-09  7:22 [PR PATCH] goodvibes: update to 0.7.1 and adopt mobinmob
  2021-10-09  9:23 ` paper42
  2021-10-09 11:32 ` [PR PATCH] [Updated] " mobinmob
@ 2021-10-09 11:32 ` mobinmob
  2021-10-12  6:12 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-10-09 11:32 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33440#issuecomment-939281663

Comment:
> from the changelog:
> 
> > * Drop dependency `libamtk`.

Done :)

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

* Re: [PR PATCH] [Merged]: goodvibes: update to 0.7.1 and adopt.
  2021-10-09  7:22 [PR PATCH] goodvibes: update to 0.7.1 and adopt mobinmob
                   ` (2 preceding siblings ...)
  2021-10-09 11:32 ` mobinmob
@ 2021-10-12  6:12 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-12  6:12 UTC (permalink / raw)
  To: ml

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

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

goodvibes: update to 0.7.1 and adopt.
https://github.com/void-linux/void-packages/pull/33440

Description:
Also:
- change license (upstream change).

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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:[~2021-10-12  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09  7:22 [PR PATCH] goodvibes: update to 0.7.1 and adopt mobinmob
2021-10-09  9:23 ` paper42
2021-10-09 11:32 ` [PR PATCH] [Updated] " mobinmob
2021-10-09 11:32 ` mobinmob
2021-10-12  6:12 ` [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).