[arch-commits] Commit in lollypop/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue May 23 18:31:12 UTC 2017
Date: Tuesday, May 23, 2017 @ 18:31:12
Author: alucryd
Revision: 229814
archrelease: copy trunk to community-any
Added:
lollypop/repos/community-any/PKGBUILD
(from rev 229813, lollypop/trunk/PKGBUILD)
Deleted:
lollypop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-23 18:28:17 UTC (rev 229813)
+++ PKGBUILD 2017-05-23 18:31:12 UTC (rev 229814)
@@ -1,58 +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=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:
Copied: lollypop/repos/community-any/PKGBUILD (from rev 229813, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-05-23 18:31:12 UTC (rev 229814)
@@ -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.238
+_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=('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=('105c08d178fcf83b661b98eabad8303bb0bc0a153bd8a1ae2252a6c8fb58074a'
+ '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