[arch-commits] Commit in lollypop/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:10:58 UTC 2020
Date: Thursday, November 12, 2020 @ 17:10:57
Author: foutrelis
Revision: 752315
archrelease: copy trunk to community-staging-any
Added:
lollypop/repos/community-staging-any/
lollypop/repos/community-staging-any/PKGBUILD
(from rev 752314, lollypop/trunk/PKGBUILD)
----------+
PKGBUILD | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
Copied: lollypop/repos/community-staging-any/PKGBUILD (from rev 752314, lollypop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:10:57 UTC (rev 752315)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: kirek <rbuldo at gmail.com>
+# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
+
+pkgname=lollypop
+pkgver=1.4.5
+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
+ libhandy
+ python-beautifulsoup4
+ python-cairo
+ python-gobject
+ python-pillow
+ totem-plparser
+)
+makedepends=(
+ git
+ gobject-introspection
+ intltool
+ itstool
+ meson
+)
+optdepends=(
+ 'easytag: Modify tags'
+ 'gst-libav: FFmpeg plugin for GStreamer'
+ 'gst-plugins-bad: "Bad" plugin libraries'
+ 'gst-plugins-base: "Base" plugin libraries'
+ 'gst-plugins-good: "Good" plugin libraries'
+ 'gst-plugins-ugly: "Ugly" plugin libraries'
+ 'kid3-qt: Store covers in tags'
+ 'libsecret: Last.FM support'
+ 'youtube-dl: Youtube support'
+)
+_tag=3b129c5986af15fc110009a957629c19fab8c09e
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd lollypop
+
+ git describe --tags
+}
+
+build() {
+ arch-meson lollypop build \
+ --libexecdir=lib/lollypop
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list