[arch-commits] Commit in lollypop/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Dec 28 14:03:03 UTC 2019
Date: Saturday, December 28, 2019 @ 14:03:02
Author: alucryd
Revision: 543500
archrelease: copy trunk to community-any
Added:
lollypop/repos/community-any/PKGBUILD
(from rev 543499, lollypop/trunk/PKGBUILD)
Deleted:
lollypop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-28 14:02:57 UTC (rev 543499)
+++ PKGBUILD 2019-12-28 14:03:02 UTC (rev 543500)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: kirek <rbuldo at gmail.com>
-# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
-
-pkgname=lollypop
-pkgver=1.2.16
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
- appstream-glib
- gst-plugins-base-libs
- gtk3
- python-beautifulsoup4
- python-cairo
- python-gobject
- python-pillow
- totem-plparser
-)
-makedepends=(
- git
- gobject-introspection
- intltool
- itstool
- meson
-)
-optdepends=(
- 'easytag: Modify tags'
- 'gst-libav: FFmpeg plugin for GStreamer'
- 'gst-plugins-bad: "Bad" plugin libraries'
- 'gst-plugins-base: "Base" plugin libraries'
- 'gst-plugins-good: "Good" plugin libraries'
- 'gst-plugins-ugly: "Ugly" plugin libraries'
- 'kid3-qt: Store covers in tags'
- 'libsecret: Last.FM support'
- 'python-pylast: Last.FM support'
- 'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=39beeb8b3f4d16fbb00ffd440d314e8bba315d7c)
-sha256sums=(SKIP)
-
-pkgver() {
- cd lollypop
-
- git describe --tags
-}
-
-build() {
- arch-meson lollypop build \
- --libexecdir=lib/lollypop
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: lollypop/repos/community-any/PKGBUILD (from rev 543499, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-28 14:03:02 UTC (rev 543500)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: kirek <rbuldo at gmail.com>
+# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
+
+pkgname=lollypop
+pkgver=1.2.17
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+ appstream-glib
+ gst-plugins-base-libs
+ gtk3
+ python-beautifulsoup4
+ python-cairo
+ python-gobject
+ python-pillow
+ totem-plparser
+)
+makedepends=(
+ git
+ gobject-introspection
+ intltool
+ itstool
+ meson
+)
+optdepends=(
+ 'easytag: Modify tags'
+ 'gst-libav: FFmpeg plugin for GStreamer'
+ 'gst-plugins-bad: "Bad" plugin libraries'
+ 'gst-plugins-base: "Base" plugin libraries'
+ 'gst-plugins-good: "Good" plugin libraries'
+ 'gst-plugins-ugly: "Ugly" plugin libraries'
+ 'kid3-qt: Store covers in tags'
+ 'libsecret: Last.FM support'
+ 'python-pylast: Last.FM support'
+ 'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=a68fdf6e8ae347c94e085fc7804f7dab86ad4440)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd lollypop
+
+ git describe --tags
+}
+
+build() {
+ arch-meson lollypop build \
+ --libexecdir=lib/lollypop
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list