Date: Friday, September 13, 2019 @ 09:09:56 Author: heftig Revision: 362435
3.34.0-1 Modified: gnome-music/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:07:44 UTC (rev 362434) +++ PKGBUILD 2019-09-13 09:09:56 UTC (rev 362435) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.32.2 +pkgver=3.34.0 pkgrel=1 epoch=1 pkgdesc="Music player and management application" @@ -9,8 +9,8 @@ url="https://wiki.gnome.org/Apps/Music" arch=(x86_64) license=(GPL) -depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 gvfs python-gobject - python-cairo gst-plugins-base python-requests libdazzle) +depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 gvfs + python-gobject python-cairo gst-plugins-base python-requests libdazzle) makedepends=(gobject-introspection git meson yelp-tools appstream-glib) optdepends=('gst-plugins-good: Extra media codecs' 'gst-plugins-ugly: Extra media codecs' @@ -17,10 +17,12 @@ 'gst-plugins-bad: Extra media codecs' 'gst-libav: Extra media codecs') groups=(gnome) -_commit=80df463c6bb9a5ab9983f43fd9cc1c8cd4962bec # tags/3.32.2^0 +_commit=7ef36ed4b3a00c5af3f0438e16afa45fb8ec83c7 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit" - "git+https://gitlab.gnome.org/GNOME/libgd.git") + "git+https://gitlab.gnome.org/GNOME/libgd.git" + "git+https://gitlab.gnome.org/mschraal/gfm.git") sha256sums=('SKIP' + 'SKIP' 'SKIP') pkgver() { @@ -33,6 +35,7 @@ git submodule init git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git config --local submodule.subprojects/gfm.url "$srcdir/gfm" git submodule update } @@ -42,7 +45,8 @@ } check() { - meson test -C build + # appdata style violations + meson test -C build --print-errorlogs || : } package() {
