Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lollypop: update to 1.4.26
@ 2022-01-01 19:08 sug0
  2022-01-01 22:03 ` [PR REVIEW] " paper42
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..98c4e56e73b2 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
 distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR REVIEW] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
@ 2022-01-01 22:03 ` paper42
  2022-01-01 22:03 ` paper42
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-01-01 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34801#discussion_r777141604

Comment:
```suggestion
hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
```
at least cmake and git shouldn't be required

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

* Re: [PR REVIEW] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
  2022-01-01 22:03 ` [PR REVIEW] " paper42
@ 2022-01-01 22:03 ` paper42
  2022-01-01 22:17 ` [PR PATCH] [Updated] " sug0
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-01-01 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34801#discussion_r777141593

Comment:
```suggestion
distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
```

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
  2022-01-01 22:03 ` [PR REVIEW] " paper42
  2022-01-01 22:03 ` paper42
@ 2022-01-01 22:17 ` sug0
  2022-01-01 22:18 ` sug0
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH 1/2] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..98c4e56e73b2 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
 distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From e130a5318d4d46d61f1d561e5caec6629875a5e1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:17:36 +0000
Subject: [PATCH 2/2] lollypop: remove dep on cmake and git

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 98c4e56e73b2..7d8a7695ecca 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -3,7 +3,7 @@ pkgname=lollypop
 version=1.4.26
 revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
  python3-dbus python3-gobject python3-pylast python3-youtube-dl

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (2 preceding siblings ...)
  2022-01-01 22:17 ` [PR PATCH] [Updated] " sug0
@ 2022-01-01 22:18 ` sug0
  2022-01-01 22:26 ` sug0
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH 1/3] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..98c4e56e73b2 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
 distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From e130a5318d4d46d61f1d561e5caec6629875a5e1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:17:36 +0000
Subject: [PATCH 2/3] lollypop: remove dep on cmake and git

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 98c4e56e73b2..7d8a7695ecca 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -3,7 +3,7 @@ pkgname=lollypop
 version=1.4.26
 revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
  python3-dbus python3-gobject python3-pylast python3-youtube-dl

From 59c37e05e95ffdd6be8e1deded9205af4dce7c60 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:18:18 +0000
Subject: [PATCH 3/3] lollypop: remove pkgname from distfiles var

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 7d8a7695ecca..19c51e5c341f 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -13,5 +13,5 @@ short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
 checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (3 preceding siblings ...)
  2022-01-01 22:18 ` sug0
@ 2022-01-01 22:26 ` sug0
  2022-01-01 22:26 ` sug0
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH 1/4] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..98c4e56e73b2 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
 distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From e130a5318d4d46d61f1d561e5caec6629875a5e1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:17:36 +0000
Subject: [PATCH 2/4] lollypop: remove dep on cmake and git

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 98c4e56e73b2..7d8a7695ecca 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -3,7 +3,7 @@ pkgname=lollypop
 version=1.4.26
 revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
  python3-dbus python3-gobject python3-pylast python3-youtube-dl

From 59c37e05e95ffdd6be8e1deded9205af4dce7c60 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:18:18 +0000
Subject: [PATCH 3/4] lollypop: remove pkgname from distfiles var

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 7d8a7695ecca..19c51e5c341f 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -13,5 +13,5 @@ short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
 checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From ba3a8797c1006ab556fa0790bcb9c1f22bcfb7e2 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:23:07 +0000
Subject: [PATCH 4/4] lollypop: remove python3-dbus dep

---
 srcpkgs/lollypop/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 19c51e5c341f..ccfebb29d0ce 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -6,9 +6,8 @@ build_style=meson
 hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
- python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ gnome-keyring python3-gobject python3-pylast python3-youtube-dl
+ python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (4 preceding siblings ...)
  2022-01-01 22:26 ` sug0
@ 2022-01-01 22:26 ` sug0
  2022-01-01 23:16 ` [PR PATCH] [Updated] " sug0
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 22:26 UTC (permalink / raw)
  To: ml

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

New comment by sug0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34801#issuecomment-1003628783

Comment:
Builds fine without `cmake` and `git`. Removed those. Also fixed up the `distfiles`.

> I think we can also remove python3-youtube-dl and python3-dbus from depends.

I tested the package without `python3-dbus` and it seems to be working fine.  There is no actual code using dbus I think. This is the output of `rg dbus` in the lollypop source tree:

```
search-provider/meson.build
1:service_dir = join_paths(get_option('datadir'), 'dbus-1', 'services')

search-provider/lollypop-sp.in
116:    'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>

lollypop/mpris.py
84:    "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
```
So, `python3-dbus` is gone as well. On the other hand, we still require `youtube-dl`. It's used as a dependency.

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (5 preceding siblings ...)
  2022-01-01 22:26 ` sug0
@ 2022-01-01 23:16 ` sug0
  2022-01-01 23:25 ` sug0
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH 1/5] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..98c4e56e73b2 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
 distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From e130a5318d4d46d61f1d561e5caec6629875a5e1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:17:36 +0000
Subject: [PATCH 2/5] lollypop: remove dep on cmake and git

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 98c4e56e73b2..7d8a7695ecca 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -3,7 +3,7 @@ pkgname=lollypop
 version=1.4.26
 revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
  python3-dbus python3-gobject python3-pylast python3-youtube-dl

From 59c37e05e95ffdd6be8e1deded9205af4dce7c60 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:18:18 +0000
Subject: [PATCH 3/5] lollypop: remove pkgname from distfiles var

Co-authored-by: paper <michal@vasilek.cz>
---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 7d8a7695ecca..19c51e5c341f 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -13,5 +13,5 @@ short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
 checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

From ba3a8797c1006ab556fa0790bcb9c1f22bcfb7e2 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 22:23:07 +0000
Subject: [PATCH 4/5] lollypop: remove python3-dbus dep

---
 srcpkgs/lollypop/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 19c51e5c341f..ccfebb29d0ce 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -6,9 +6,8 @@ build_style=meson
 hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
- python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ gnome-keyring python3-gobject python3-pylast python3-youtube-dl
+ python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 742184e1c9a85dc2ade30e1263b40f69023f35c1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 23:15:58 +0000
Subject: [PATCH 5/5] lollypop: prefer youtube-dl over python3-youtube-dl

---
 srcpkgs/lollypop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index ccfebb29d0ce..774204f26290 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -6,8 +6,8 @@ build_style=meson
 hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- gnome-keyring python3-gobject python3-pylast python3-youtube-dl
- python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1"
+ python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
+ python3-gobject python3-pylast youtube-dl gnome-keyring"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (6 preceding siblings ...)
  2022-01-01 23:16 ` [PR PATCH] [Updated] " sug0
@ 2022-01-01 23:25 ` sug0
  2022-01-02  1:20 ` sug0
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-01 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From ba6dce4959fb3c97bbb0a80e170a3631865fe934 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sat, 1 Jan 2022 19:06:11 +0000
Subject: [PATCH] lollypop: update to 1.4.26

lollypop: remove dep on cmake and git

Co-authored-by: paper <michal@vasilek.cz>

lollypop: remove pkgname from distfiles var

Co-authored-by: paper <michal@vasilek.cz>

lollypop: remove python3-dbus dep

lollypop: prefer youtube-dl over python3-youtube-dl

lollypop: update to 1.4.26
---
 srcpkgs/lollypop/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..774204f26290 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,17 +1,16 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
  python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ python3-gobject python3-pylast youtube-dl gnome-keyring"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (7 preceding siblings ...)
  2022-01-01 23:25 ` sug0
@ 2022-01-02  1:20 ` sug0
  2022-01-02  1:21 ` sug0
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-02  1:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From 6f7af800aee3437e9602aa9a4d4d801b91b57e91 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 2 Jan 2022 01:20:09 +0000
Subject: [PATCH] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..774204f26290 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,17 +1,16 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
  python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ python3-gobject python3-pylast youtube-dl gnome-keyring"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (8 preceding siblings ...)
  2022-01-02  1:20 ` sug0
@ 2022-01-02  1:21 ` sug0
  2022-01-02  1:23 ` sug0
  2022-01-02 11:33 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-02  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From dd7801a5d2bbf3c21ac49b64d82e84d0c76dbc4e Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 2 Jan 2022 01:21:14 +0000
Subject: [PATCH] lollypop: updated to 1.4.26

---
 srcpkgs/lollypop/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..774204f26290 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,17 +1,16 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
  python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ python3-gobject python3-pylast youtube-dl gnome-keyring"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR PATCH] [Updated] lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (9 preceding siblings ...)
  2022-01-02  1:21 ` sug0
@ 2022-01-02  1:23 ` sug0
  2022-01-02 11:33 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: sug0 @ 2022-01-02  1:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages lollypop-update
https://github.com/void-linux/void-packages/pull/34801

lollypop: update to 1.4.26
<!-- 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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

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

From 5136ad40ea39f7cf1daeab89d56ffdf9343a5d22 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 2 Jan 2022 01:23:19 +0000
Subject: [PATCH] lollypop: update to 1.4.26

---
 srcpkgs/lollypop/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 094566ae5cf7..774204f26290 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,17 +1,16 @@
 # Template file for 'lollypop'
 pkgname=lollypop
-version=1.4.22
-revision=2
+version=1.4.26
+revision=1
 build_style=meson
-hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
+hostmakedepends="glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"
 depends="dconf gst-libav gst-plugins-good1 libnotify libsecret
- python3-dbus python3-gobject python3-pylast python3-youtube-dl
  python3-Pillow totem-pl-parser python3-BeautifulSoup4 libhandy1
- gnome-keyring"
+ python3-gobject python3-pylast youtube-dl gnome-keyring"
 short_desc="Music player for GNOME"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Lollypop"
-distfiles="https://adishatz.org/lollypop/${pkgname}-${version}.tar.xz"
-checksum=cda6b6da1adf242a9be9b6b9d7be0d9732d12a0cdde3aa81d8e8a5761eff9b9d
+distfiles="https://adishatz.org/lollypop/lollypop-${version}.tar.xz"
+checksum=0395f72a3b8650daf6d761a826b0942aee208c5eba8669bc76f5e3a2cd94098d

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

* Re: [PR PATCH] [Merged]: lollypop: update to 1.4.26
  2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
                   ` (10 preceding siblings ...)
  2022-01-02  1:23 ` sug0
@ 2022-01-02 11:33 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-01-02 11:33 UTC (permalink / raw)
  To: ml

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

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

lollypop: update to 1.4.26
https://github.com/void-linux/void-packages/pull/34801

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 [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 [skip CI](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
  - `Void 5.10.87-xanmod1_1 x86_64 AuthenticAMD notuptodate hold rrrmFFFFFFFF`

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

end of thread, other threads:[~2022-01-02 11:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-01 19:08 [PR PATCH] lollypop: update to 1.4.26 sug0
2022-01-01 22:03 ` [PR REVIEW] " paper42
2022-01-01 22:03 ` paper42
2022-01-01 22:17 ` [PR PATCH] [Updated] " sug0
2022-01-01 22:18 ` sug0
2022-01-01 22:26 ` sug0
2022-01-01 22:26 ` sug0
2022-01-01 23:16 ` [PR PATCH] [Updated] " sug0
2022-01-01 23:25 ` sug0
2022-01-02  1:20 ` sug0
2022-01-02  1:21 ` sug0
2022-01-02  1:23 ` sug0
2022-01-02 11:33 ` [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).