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

Felix Yan felixonmars at archlinux.org
Mon Dec 26 10:17:52 UTC 2016


    Date: Monday, December 26, 2016 @ 10:17:52
  Author: felixonmars
Revision: 202695

archrelease: copy trunk to community-staging-any

Added:
  lollypop/repos/community-staging-any/
  lollypop/repos/community-staging-any/PKGBUILD
    (from rev 202694, lollypop/trunk/PKGBUILD)

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

Copied: lollypop/repos/community-staging-any/PKGBUILD (from rev 202694, lollypop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-26 10:17:52 UTC (rev 202695)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: kirek <rbuldo at gmail.com>
+# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
+
+pkgname=lollypop
+pkgver=0.9.223
+pkgrel=2
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+         'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('git' 'gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('flatpak: Flatpak Portal'
+            'gst-libav: FFmpeg plugin for GStreamer'
+            'kid3-qt: Store covers in tags'
+            'libsecret: Last.FM support'
+            'python-pylast: Last.FM support'
+            'python-wikipedia: Wikipedia support'
+            'youtube-dl: YouTube playback')
+_commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz"
+        "git+https://github.com/gnumdk/lollypop-portal.git#commit=${_commit}")
+sha256sums=('d39fc8f290be8be47be78f251081ec52a07538dfda126a6ae065e1afe531be4c'
+            'SKIP')
+
+build() {
+  cd lollypop-portal
+
+  ./autogen.sh \
+    --prefix='/usr'
+  make
+
+  cd ../lollypop-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-portal
+
+  make DESTDIR="${pkgdir}" install
+
+  cd ../lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  chmod +x "${pkgdir}"/usr/share/{lollypop/lollypop-sp,lollypop-portal/lollypop-portal}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list