Date: Friday, August 19, 2022 @ 10:04:28 Author: alucryd Revision: 1269879
upgpkg: pantheon-music 7.0.0-1 Modified: pantheon-music/trunk/PKGBUILD Deleted: pantheon-music/trunk/pantheon-music-meson.patch ----------------------------+ PKGBUILD | 34 ++++++---------------------------- pantheon-music-meson.patch | 21 --------------------- 2 files changed, 6 insertions(+), 49 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-19 10:03:49 UTC (rev 1269878) +++ PKGBUILD 2022-08-19 10:04:28 UTC (rev 1269879) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=pantheon-music -pkgver=5.1.1 -pkgrel=2 +pkgver=7.0.0 +pkgrel=1 pkgdesc='The Pantheon Music Player' arch=(x86_64) url=https://github.com/elementary/music @@ -14,20 +14,9 @@ glib2 gst-plugins-base-libs gstreamer - gtk3 - json-glib - libaccounts-glib - libgda libgee - libgpod - libgranite.so - libhandy-1.so - libpeas - libsignon-glib - libsoup + libgranite-7.so pango - taglib - zeitgeist ) makedepends=( git @@ -42,21 +31,10 @@ 'gst-plugins-bad: "Bad" plugin libraries' 'gst-plugins-ugly: "Ugly" plugin libraries' ) -_tag=93559f49682ad012e846408163851d0f671e1650 -source=( - pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag} - pantheon-music-meson.patch -) -b2sums=('SKIP' - '16ddefafd2a5957e355fb53cafbd3c0f728f33b0c0097969896a14908f951c23dfb7268b440b53f8f41a018cbdecb445bb77957b3b6ebe1ee099cca7c7b98fcf') +_tag=4367776cda2db16c19d543ddf981c79c6f321d26 +source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag}) +b2sums=(SKIP) -prepare() { - cd pantheon-music - git cherry-pick -n 9ed3bbb3a0d68e289a772b4603f58e52a4973316 - git cherry-pick -n 84bbdf1b0fa55a3980aef69bea13ca0431c8e022 - patch -Np1 -i ../pantheon-music-meson.patch -} - pkgver() { cd pantheon-music git describe --tags Deleted: pantheon-music-meson.patch =================================================================== --- pantheon-music-meson.patch 2022-08-19 10:03:49 UTC (rev 1269878) +++ pantheon-music-meson.patch 2022-08-19 10:04:28 UTC (rev 1269879) @@ -1,21 +0,0 @@ -diff --git a/data/meson.build b/data/meson.build -index 899be414..4afaf036 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -27,7 +27,6 @@ install_data( - - i18n = import('i18n') - desktop_file = i18n.merge_file( -- 'desktop', - input: meson.project_name() + '.desktop.in', - output: meson.project_name() + '.desktop', - install: true, -@@ -37,7 +36,6 @@ desktop_file = i18n.merge_file( - ) - - appdata_file = i18n.merge_file( -- 'appdata', - input: meson.project_name() + '.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', - install: true, -
