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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 10:04:38 UTC 2022


    Date: Friday, August 19, 2022 @ 10:04:38
  Author: alucryd
Revision: 1269880

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 10:04:28 UTC (rev 1269879)
+++ PKGBUILD	2022-08-19 10:04:38 UTC (rev 1269880)
@@ -1,74 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 1269879, pantheon-music/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 10:04:38 UTC (rev 1269880)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-music
+pkgver=7.0.0
+pkgrel=1
+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
+  libgee
+  libgranite-7.so
+  pango
+)
+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=4367776cda2db16c19d543ddf981c79c6f321d26
+source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${_tag})
+b2sums=(SKIP)
+
+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:

Deleted: pantheon-music-meson.patch
===================================================================
--- pantheon-music-meson.patch	2022-08-19 10:04:28 UTC (rev 1269879)
+++ pantheon-music-meson.patch	2022-08-19 10:04:38 UTC (rev 1269880)
@@ -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,
-



More information about the arch-commits mailing list