Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / rhythmbox
Commits:
07cd0976 by Jan Alexander Steffens (heftig) at 2024-11-10T16:30:59+01:00
3.4.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rhythmbox
pkgdesc = Music playback and management application
- pkgver = 3.4.7
- pkgrel = 3
+ pkgver = 3.4.8
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/rhythmbox
arch = x86_64
license = GPL-2.0-or-later
@@ -10,7 +10,6 @@ pkgbase = rhythmbox
makedepends = brasero
makedepends = git
makedepends = gobject-introspection
- makedepends = gtk-doc
makedepends = libdmapsharing
makedepends = libgpod
makedepends = libmtp
@@ -60,7 +59,7 @@ pkgbase = rhythmbox
optdepends = libmtp: Portable Players - MTP plugin
optdepends = lirc: LIRC plugin
optdepends = zeitgeist: Zeitgeist logging plugin
- source = git+https://gitlab.gnome.org/GNOME/rhythmbox.git#tag=v3.4.7
- b2sums =
4c4d2bf06fbfe642ebc81829c1fc7bc4a4d61ee4687acfa253c758fc7ddd061eccf2aa8ce257a6e61a4a35194c40aea85f4f9113c65b2e9ac1484ed683029794
+ source = git+https://gitlab.gnome.org/GNOME/rhythmbox.git#tag=v3.4.8
+ b2sums =
b4b8b61e7f6978a06982e9cc00fd49ec1011f94bfe6f696f19f228d651b1e2499f6ce3e53c1641c5120e65897be56e200aa7fccb159e0611079eaaf9e26dae90
pkgname = rhythmbox
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Giovanni Scafora <[email protected]>
pkgname=rhythmbox
-pkgver=3.4.7
-pkgrel=3
+pkgver=3.4.8
+pkgrel=1
pkgdesc="Music playback and management application"
url="https://gitlab.gnome.org/GNOME/rhythmbox"
arch=(x86_64)
@@ -45,7 +45,6 @@ makedepends=(
brasero
git
gobject-introspection
- gtk-doc
libdmapsharing
libgpod
libmtp
@@ -73,22 +72,15 @@ optdepends=(
'zeitgeist: Zeitgeist logging plugin'
)
source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#tag=v$pkgver")
-b2sums=('4c4d2bf06fbfe642ebc81829c1fc7bc4a4d61ee4687acfa253c758fc7ddd061eccf2aa8ce257a6e61a4a35194c40aea85f4f9113c65b2e9ac1484ed683029794')
+b2sums=('b4b8b61e7f6978a06982e9cc00fd49ec1011f94bfe6f696f19f228d651b1e2499f6ce3e53c1641c5120e65897be56e200aa7fccb159e0611079eaaf9e26dae90')
prepare() {
cd $pkgname
-
- # Python 3.12
- git cherry-pick -n ceeed5736c3e25d33fec5a100afde20ef485e07e
-
- # Python 3.13
- git cherry-pick -n cc16682850445eea289ca8a82a3f5a4bd8b62fb4
}
build() {
local meson_options=(
-D daap=enabled
- -D gtk_doc=true
)
arch-meson $pkgname build "${meson_options[@]}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rhythmbox/-/commit/07cd0976c5d638cc82d17e66189d507a712fec08
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rhythmbox/-/commit/07cd0976c5d638cc82d17e66189d507a712fec08
You're receiving this email because of your account on gitlab.archlinux.org.