[arch-commits] Commit in pantheon-music/trunk (PKGBUILD pantheon-music-meson.patch)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 16:04:48 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:04:48
  Author: alucryd
Revision: 1142695

fix build after meson update

Added:
  pantheon-music/trunk/pantheon-music-meson.patch
Modified:
  pantheon-music/trunk/PKGBUILD

----------------------------+
 PKGBUILD                   |    9 +++++++--
 pantheon-music-meson.patch |   21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 16:04:44 UTC (rev 1142694)
+++ PKGBUILD	2022-03-06 16:04:48 UTC (rev 1142695)
@@ -43,13 +43,18 @@
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
 _tag=93559f49682ad012e846408163851d0f671e1650
-source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag})
-sha256sums=(SKIP)
+source=(
+  pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag}
+  pantheon-music-meson.patch
+)
+b2sums=('SKIP'
+        '16ddefafd2a5957e355fb53cafbd3c0f728f33b0c0097969896a14908f951c23dfb7268b440b53f8f41a018cbdecb445bb77957b3b6ebe1ee099cca7c7b98fcf')
 
 prepare() {
   cd pantheon-music
   git cherry-pick -n 9ed3bbb3a0d68e289a772b4603f58e52a4973316
   git cherry-pick -n 84bbdf1b0fa55a3980aef69bea13ca0431c8e022
+  patch -Np1 -i ../pantheon-music-meson.patch
 }
 
 pkgver() {

Added: pantheon-music-meson.patch
===================================================================
--- pantheon-music-meson.patch	                        (rev 0)
+++ pantheon-music-meson.patch	2022-03-06 16:04:48 UTC (rev 1142695)
@@ -0,0 +1,21 @@
+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,
+



More information about the arch-commits mailing list