[arch-commits] Commit in lollypop/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 26 15:34:27 UTC 2022


    Date: Friday, August 26, 2022 @ 15:34:26
  Author: alucryd
Revision: 1282849

FS#75688: drop appstream-glib to makedeps

Modified:
  lollypop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 15:34:24 UTC (rev 1282848)
+++ PKGBUILD	2022-08-26 15:34:26 UTC (rev 1282849)
@@ -4,13 +4,12 @@
 
 pkgname=lollypop
 pkgver=1.4.35
-pkgrel=1
+pkgrel=2
 pkgdesc='Music player for GNOME'
 arch=(any)
 url=https://gitlab.gnome.org/World/lollypop
 license=(GPL)
 depends=(
-  appstream-glib
   gst-plugins-base-libs
   gst-python
   gtk3
@@ -22,6 +21,7 @@
   totem-plparser
 )
 makedepends=(
+  appstream-glib
   git
   gobject-introspection
   intltool
@@ -45,7 +45,6 @@
 
 pkgver() {
   cd lollypop
-
   git describe --tags
 }
 
@@ -52,11 +51,11 @@
 build() {
   arch-meson lollypop build \
     --libexecdir=lib/lollypop
-  ninja -C build
+  meson compile -C build
 }
 
 package() {
-  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="${pkgdir}" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list