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

Maxime Gauduin alucryd at archlinux.org
Wed May 4 16:55:06 UTC 2016


    Date: Wednesday, May 4, 2016 @ 18:55:05
  Author: alucryd
Revision: 173757

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 16:50:22 UTC (rev 173756)
+++ PKGBUILD	2016-05-04 16:55:05 UTC (rev 173757)
@@ -1,38 +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.100
-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'
-            'libsecret: Last.FM support'
-            'python-pylast: Last.FM support'
-            'python-wikipedia: Wikipedia support')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
-sha256sums=('ae78013ab873c2ddbb886d30b37d69a15734d0c77dd77cd7c3cbbf64790f66ed')
-
-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 173756, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-04 16:55:05 UTC (rev 173757)
@@ -0,0 +1,38 @@
+# $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.103
+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'
+            'libsecret: Last.FM support'
+            'python-pylast: Last.FM support'
+            'python-wikipedia: Wikipedia support')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
+sha256sums=('cf4ee7a0ca634a9d01409fee3ece706b00bd62baf9e14de88dc5065580485ef8')
+
+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