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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 28 15:14:46 UTC 2018


    Date: Thursday, June 28, 2018 @ 15:14:45
  Author: alucryd
Revision: 346950

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  100 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 52 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-28 15:14:35 UTC (rev 346949)
+++ PKGBUILD	2018-06-28 15:14:45 UTC (rev 346950)
@@ -1,48 +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.515
-_portal_pkgver=0.9.7
-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=('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=("https://gitlab.gnome.org/World/lollypop/uploads/a15d6d46c8e2647eb1235616a2e484e9/lollypop-0.9.515.tar.xz"
-        "https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz")
-sha256sums=('ff4eaa941f8c01e422d384ba463b7b9448b165288de9a7fdeb6c10a3eb5a000c'
-            'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-    arch-meson $d build-$d \
-      --libexecdir='lib/lollypop'
-    ninja -C build-$d
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-    DESTDIR="${pkgdir}" ninja -C build-$d install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 346949, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-28 15:14:45 UTC (rev 346950)
@@ -0,0 +1,52 @@
+# $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.516
+_portal_pkgver=0.9.7
+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'
+            '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:



More information about the arch-commits mailing list