From ac0740966063bab2fb1cc99fec5f5b61e07c9872 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho 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 " 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 Date: Sat, 1 Jan 2022 22:17:36 +0000 Subject: [PATCH 2/4] lollypop: remove dep on cmake and git Co-authored-by: paper --- 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 Date: Sat, 1 Jan 2022 22:18:18 +0000 Subject: [PATCH 3/4] lollypop: remove pkgname from distfiles var Co-authored-by: paper --- 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 " 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 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 " license="GPL-3.0-or-later"