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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 08:01:10 UTC 2021


    Date: Monday, March 29, 2021 @ 08:01:09
  Author: alucryd
Revision: 908748

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 908747, pantheon-music/trunk/PKGBUILD)

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

Copied: pantheon-music/repos/community-staging-x86_64/PKGBUILD (from rev 908747, pantheon-music/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 08:01:09 UTC (rev 908748)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-music
+pkgver=5.0.5
+pkgrel=3
+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
+  libgsignon-glib
+  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=ce88ec3e913b9a0d82c3bbdc2e7b1896b99f1753
+source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd pantheon-music
+  git cherry-pick -n 9ed3bbb3a0d68e289a772b4603f58e52a4973316
+}
+
+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:



More information about the arch-commits mailing list