[arch-commits] Commit in lollypop/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Jun 11 19:02:15 UTC 2017
Date: Sunday, June 11, 2017 @ 19:02:14
Author: alucryd
Revision: 236219
archrelease: copy trunk to community-any
Added:
lollypop/repos/community-any/PKGBUILD
(from rev 236218, lollypop/trunk/PKGBUILD)
Deleted:
lollypop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-11 19:02:07 UTC (rev 236218)
+++ PKGBUILD 2017-06-11 19:02:14 UTC (rev 236219)
@@ -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.239
-_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=('2a806ac2f270d70effcda8b5e7eee57486146ea10159ec09581e58b0d0c82a16'
- '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 236218, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-06-11 19:02:14 UTC (rev 236219)
@@ -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.240
+_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=('78cbd57c41f5d97f8c9286f7e01c0c3d0fde17a3dc01a4a5bae1bf665e653e58'
+ '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