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

Maxime Gauduin alucryd at archlinux.org
Fri Aug 31 11:59:44 UTC 2018


    Date: Friday, August 31, 2018 @ 11:59:43
  Author: alucryd
Revision: 375833

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 46 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-31 11:59:33 UTC (rev 375832)
+++ PKGBUILD	2018-08-31 11:59:43 UTC (rev 375833)
@@ -1,52 +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.521
-_portal_pkgver=0.9.7
-pkgrel=2
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-            'flatpak: Flatpak Portal'
-            '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'
-            'python-pillow: Blur background in lyrics view'
-            'python-pylast: Last.FM support'
-            'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}"
-        "git+https://gitlab.gnome.org/gnumdk/lollypop-portal.git#tag=${_portal_pkgver}")
-sha256sums=('SKIP'
-            'SKIP')
-
-build() {
-  for d in lollypop{,-portal}; do
-    arch-meson $d build-$d \
-      --libexecdir='lib/lollypop'
-    ninja -C build-$d
-  done
-}
-
-package() {
-  for d in lollypop{,-portal}; do
-    DESTDIR="${pkgdir}" ninja -C build-$d install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 375832, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-31 11:59:43 UTC (rev 375833)
@@ -0,0 +1,46 @@
+# $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.522
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+            'flatpak: Flatpak Portal'
+            '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'
+            'lollypop-portal: Flatpak portal for advanced functionalities'
+            'python-pillow: Blur background in lyrics view'
+            'python-pylast: Last.FM support'
+            'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+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