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

Maxime Gauduin alucryd at archlinux.org
Wed Apr 26 19:37:31 UTC 2017


    Date: Wednesday, April 26, 2017 @ 19:37:30
  Author: alucryd
Revision: 225773

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  115 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 19:37:20 UTC (rev 225772)
+++ PKGBUILD	2017-04-26 19:37:30 UTC (rev 225773)
@@ -1,57 +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.231
-_portal_pkgver=0.9.1
-pkgrel=1
-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=('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"
-        "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz")
-sha256sums=('d30040fd45d7c0d61e5d89d3564e0171cad3b4ce7d2fee7283065638e1d4e964'
-            'd7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
-
-build() {
-  cd lollypop-portal-${_portal_pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --libexecdir='/usr/lib/lollypop'
-  make
-
-  cd ../lollypop-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --libexecdir='/usr/lib/lollypop' \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-portal-${_portal_pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  cd ../lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 225772, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-26 19:37:30 UTC (rev 225773)
@@ -0,0 +1,58 @@
+# $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.231
+_portal_pkgver=0.9.1
+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=('gobject-introspection' 'intltool' 'itstool' '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')
+_commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz"
+        "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz")
+sha256sums=('d30040fd45d7c0d61e5d89d3564e0171cad3b4ce7d2fee7283065638e1d4e964'
+            'd7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
+
+build() {
+  cd lollypop-portal-${_portal_pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --libexecdir='/usr/lib/lollypop'
+  make
+
+  cd ../lollypop-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --libexecdir='/usr/lib/lollypop' \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-portal-${_portal_pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  cd ../lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list