[arch-commits] Commit in lollypop/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu May 3 07:05:45 UTC 2018


    Date: Thursday, May 3, 2018 @ 07:05:45
  Author: alucryd
Revision: 318810

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
    (from rev 318809, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 07:05:31 UTC (rev 318809)
+++ PKGBUILD	2018-05-03 07:05:45 UTC (rev 318810)
@@ -1,46 +0,0 @@
-# $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.507
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-         'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-            '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')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz"
-        "https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz")
-sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
-            'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-    pushd $d
-    arch-meson build \
-      --libexecdir='lib/lollypop'
-    ninja -C build
-    popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-    DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 318809, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-03 07:05:45 UTC (rev 318810)
@@ -0,0 +1,47 @@
+# $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.507
+_portal_pkgver=0.9.7
+pkgrel=2
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+         'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+            'flatpak: Flatpak Portal'
+            'gst-libav: FFmpeg plugin for GStreamer'
+            'kid3-qt: Store covers in tags'
+            'libsecret: Last.FM support'
+            'python-pillow: Blur background in lyrics view'
+            'python-pylast: Last.FM support'
+            'python-wikipedia: Wikipedia support'
+            'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz"
+        "https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz")
+sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
+            'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+    pushd $d
+    arch-meson build \
+      --libexecdir='lib/lollypop'
+    ninja -C build
+    popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+    DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list