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

Maxime Gauduin alucryd at archlinux.org
Sat Nov 26 16:24:28 UTC 2016


    Date: Saturday, November 26, 2016 @ 16:24:27
  Author: alucryd
Revision: 196921

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-26 16:24:19 UTC (rev 196920)
+++ PKGBUILD	2016-11-26 16:24:27 UTC (rev 196921)
@@ -1,40 +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.216
-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=('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://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
-sha256sums=('9d29dd65543c48c2051487f2e7caaee1dbcc6e922e52c63e75254863cf50ede9')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 196920, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-26 16:24:27 UTC (rev 196921)
@@ -0,0 +1,40 @@
+# $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.220
+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=('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://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
+sha256sums=('df446133d8237c0061a6378958ae191cc9e3572248ca4593b3b4120c259a8c04')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list