Balló György pushed to branch main at Arch Linux / Packaging / Packages /
lollypop
Commits:
4dc388e1 by Balló György at 2026-01-01T03:01:27+01:00
upgpkg: 1.4.45-1: Update to new release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lollypop
pkgdesc = Music player for GNOME
- pkgver = 1.4.44
- pkgrel = 2
+ pkgver = 1.4.45
+ pkgrel = 1
url = https://gitlab.gnome.org/World/lollypop
arch = any
license = GPL-3.0-or-later
@@ -34,9 +34,9 @@ pkgbase = lollypop
optdepends = gst-plugins-ugly: "Ugly" plugin libraries
optdepends = kid3-common: Store covers in tags
optdepends = yt-dlp: YouTube support
- source =
git+https://gitlab.gnome.org/World/lollypop.git#commit=de7330cde7f230ae757f1a842f11e020be17cb69
+ source =
git+https://gitlab.gnome.org/World/lollypop.git#commit=f97055c225027305514aceeb517738ebdff109a3
source = git+https://gitlab.gnome.org/gnumdk/lollypop-po
- sha256sums =
128464b1b8201380187a9848fb1218bfa779efc39388a5161f678b24d831fb43
+ sha256sums =
e6e0b8d11af55a7876fc5c68e8019e08518b5486001d2b3ff40c2f4753d4b2fa
sha256sums = SKIP
pkgname = lollypop
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Cédric Bellegarde <[email protected]>
pkgname=lollypop
-pkgver=1.4.44
-pkgrel=2
+pkgver=1.4.45
+pkgrel=1
pkgdesc='Music player for GNOME'
arch=(any)
url=https://gitlab.gnome.org/World/lollypop
@@ -44,10 +44,10 @@ optdepends=(
'kid3-common: Store covers in tags'
'yt-dlp: YouTube support'
)
-_commit=de7330cde7f230ae757f1a842f11e020be17cb69
+_commit=f97055c225027305514aceeb517738ebdff109a3
source=(git+https://gitlab.gnome.org/World/lollypop.git#commit=${_commit}
git+https://gitlab.gnome.org/gnumdk/lollypop-po)
-sha256sums=('128464b1b8201380187a9848fb1218bfa779efc39388a5161f678b24d831fb43'
+sha256sums=('e6e0b8d11af55a7876fc5c68e8019e08518b5486001d2b3ff40c2f4753d4b2fa'
'SKIP')
prepare() {
@@ -56,16 +56,6 @@ prepare() {
git submodule init
git config submodule.subprojects/po.url "${srcdir}/lollypop-po"
git -c protocol.file.allow=always submodule update
-
- # Fixes for the search provider
- # https://gitlab.gnome.org/World/lollypop/-/merge_requests/1451
- git cherry-pick -n 2052dd9a960bb6d9d439e632ac4a7eaeae5e1cd4
- # https://gitlab.gnome.org/World/lollypop/-/merge_requests/1452
- git cherry-pick -n a8d23bd73e89af2c0048c588799e7677a6a0c966
-
- # Always present window on launch
- # https://gitlab.gnome.org/World/lollypop/-/merge_requests/1454
- git cherry-pick -n cab670bab2e60d995dbedb2e8fbf6ddc9775e270
}
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lollypop/-/commit/4dc388e12ee4c9606a258b4534364f1796166388
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lollypop/-/commit/4dc388e12ee4c9606a258b4534364f1796166388
You're receiving this email because of your account on gitlab.archlinux.org.