Date: Wednesday, November 16, 2022 @ 14:26:10
Author: alucryd
Revision: 1349107
archrelease: copy trunk to community-any
Added:
lollypop/repos/community-any/PKGBUILD
(from rev 1349106, lollypop/trunk/PKGBUILD)
Deleted:
lollypop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 123 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 62 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-16 14:26:01 UTC (rev 1349106)
+++ PKGBUILD 2022-11-16 14:26:10 UTC (rev 1349107)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: kirek <[email protected]>
-# Contributor: Cédric Bellegarde <[email protected]>
-
-pkgname=lollypop
-pkgver=1.4.35
-pkgrel=2
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
- gst-plugins-base-libs
- gst-python
- gtk3
- libhandy
- python-beautifulsoup4
- python-cairo
- python-gobject
- python-pillow
- totem-plparser
-)
-makedepends=(
- appstream-glib
- 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=311bd3e21b8825b22bbfc397f0fcfbcf54e20b40
-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
- meson compile -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: lollypop/repos/community-any/PKGBUILD (from rev 1349106,
lollypop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-16 14:26:10 UTC (rev 1349107)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: kirek <[email protected]>
+# Contributor: Cédric Bellegarde <[email protected]>
+
+pkgname=lollypop
+pkgver=1.4.36
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+ gst-plugins-base-libs
+ gst-python
+ gtk3
+ libhandy
+ libsoup
+ python-beautifulsoup4
+ python-cairo
+ python-gobject
+ python-pillow
+ totem-plparser
+)
+makedepends=(
+ appstream-glib
+ 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=e3daa763ef0baa1d8679af8de6175b3d77b74e04
+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
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et: