[arch-commits] Commit in pantheon-music/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 16:43:13 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:43:13
  Author: felixonmars
Revision: 1142771

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-music/repos/community-staging-x86_64/
  pantheon-music/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142770, pantheon-music/trunk/PKGBUILD)
  pantheon-music/repos/community-staging-x86_64/pantheon-music-meson.patch
    (from rev 1142770, pantheon-music/trunk/pantheon-music-meson.patch)

----------------------------+
 PKGBUILD                   |   74 +++++++++++++++++++++++++++++++++++++++++++
 pantheon-music-meson.patch |   21 ++++++++++++
 2 files changed, 95 insertions(+)

Copied: pantheon-music/repos/community-staging-x86_64/PKGBUILD (from rev 1142770, pantheon-music/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 16:43:13 UTC (rev 1142771)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-music
+pkgver=5.1.1
+pkgrel=2
+pkgdesc='The Pantheon Music Player'
+arch=(x86_64)
+url=https://github.com/elementary/music
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libaccounts-glib
+  libgda
+  libgee
+  libgpod
+  libgranite.so
+  libhandy-1.so
+  libpeas
+  libsignon-glib
+  libsoup
+  pango
+  taglib
+  zeitgeist
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  vala
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  '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')
+
+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
+}
+
+build() {
+  arch-meson pantheon-music build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-music/repos/community-staging-x86_64/pantheon-music-meson.patch (from rev 1142770, pantheon-music/trunk/pantheon-music-meson.patch)
===================================================================
--- community-staging-x86_64/pantheon-music-meson.patch	                        (rev 0)
+++ community-staging-x86_64/pantheon-music-meson.patch	2022-03-06 16:43:13 UTC (rev 1142771)
@@ -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