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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jan 14 16:03:16 UTC 2022


    Date: Friday, January 14, 2022 @ 16:03:16
  Author: alucryd
Revision: 1103319

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-14 16:03:10 UTC (rev 1103318)
+++ PKGBUILD	2022-01-14 16:03:16 UTC (rev 1103319)
@@ -1,62 +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.4.26
-pkgrel=2
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gst-python
-  gtk3
-  libhandy
-  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'
-  'youtube-dl: Youtube support'
-)
-_tag=7ea663d2d7c2ac421962229056bbb7ce4f379fc3
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
-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 1103318, lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-14 16:03:16 UTC (rev 1103319)
@@ -0,0 +1,62 @@
+# 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.4.27
+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
+  gst-python
+  gtk3
+  libhandy
+  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'
+  'youtube-dl: Youtube support'
+)
+_tag=72b5665daca01d1b4931a180772f71223cfef677
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
+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