diff --git a/srcpkgs/gnome-music/patches/meson-0.61.patch b/srcpkgs/gnome-music/patches/meson-0.61.patch deleted file mode 100644 index aca43b5608a..00000000000 --- a/srcpkgs/gnome-music/patches/meson-0.61.patch +++ /dev/null @@ -1,30 +0,0 @@ -From d9f35b542adbf6b0e1114c7c077df04212a98fc7 Mon Sep 17 00:00:00 2001 -From: Jean Felder -Date: Thu, 18 Nov 2021 12:09:26 +0100 -Subject: [PATCH] meson: Remove incorrect i18n.merge_file argument - -The positional argument was being silently ignored until meson 0.60.0 -where it returns a deprecation message: -"DEPRECATION: i18n.merge_file does not take any positional -arguments. This will become a hard error in the next Meson release." - -See: https://github.com/mesonbuild/meson/issues/9441 ---- - data/meson.build | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/data/meson.build b/data/meson.build -index 25ff1e102..145ee5221 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -47,7 +47,6 @@ appdata_conf.set('appid', APPLICATION_ID) - appdata_conf.set('package_url', PACKAGE_URL) - appdata_conf.set('package_url_bug', PACKAGE_URL_BUG) - i18n.merge_file( -- 'appdata', - input: configure_file( - output: PROJECT_RDNN_NAME + '.appdata.xml.in', - input: PROJECT_RDNN_NAME + '.appdata.xml.in.in', --- -GitLab - diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template index fa38578939d..c19480dff00 100644 --- a/srcpkgs/gnome-music/template +++ b/srcpkgs/gnome-music/template @@ -1,20 +1,22 @@ # Template file for 'gnome-music' pkgname=gnome-music -version=41.0 +version=42.1 revision=1 build_helper="gir" build_style=meson -hostmakedepends="gettext glib-devel itstool pkg-config" +hostmakedepends="gettext glib-devel itstool pkg-config + gtk-update-icon-cache desktop-file-utils" makedepends="gnome-desktop-devel grilo-devel libmediaart-devel - python3-gobject-devel python3-dbus tracker3-devel gnome-online-accounts-devel - libdazzle-devel grilo-plugins python3-cairo-devel libhandy1-devel" + python3-gobject-devel python3-dbus tracker-devel gnome-online-accounts-devel + libdazzle-devel grilo-plugins python3-cairo-devel gtk4-devel libadwaita-devel" depends="desktop-file-utils python3-dbus python3-gobject python3-requests - tracker3 tracker3-miners gst-plugins-good1 grilo-plugins libdazzle - libmediaart" + tracker tracker-miners gst-plugins-good1 grilo-plugins libdazzle + libmediaart libadwaita" short_desc="GNOME music playing application" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/Music" +changelog="https://gitlab.gnome.org/GNOME/gnome-music/-/raw/master/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=69b13567a87dc77dcf0c926d71d0fa2ebfa5a97f37817828df71d8a1b0129fd2 +checksum=c7747fa6a86b56b18ad6ff950ff901e59ee7fac11c68b2a6727af86eaeed8270 lib32disabled=yes